Persian Pink (#F77FBE)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.40:1 — vs black: 8.73:1

Color values

  • HEX #F77FBE
  • RGB rgb(247, 127, 190)
  • HSL hsl(328, 88%, 73%)
  • CMYK cmyk( 0, 49, 23, 3 )
  • Websafe #FF66CC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #F77FBE based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Persian Pink
#F77FBE Base
#7FF7B8
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Persian Pink
#F77FBE Base
#F47FF7
#F77F82
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Persian Pink
#F77FBE Base
#BEF77F
#7FBEF7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Persian Pink
#F77FBE Base
#82F77F
#7FF7F4
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Persian Pink
#F77FBE Base
#F7F47F
#7FF7B8
#7F82F7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Persian Pink
#F77FBE Base
#D00D73
#F23799
#F559AA
#F9A5D1
#FBC7E3
#FEE7F3
Shades & Tints

Darker shades and lighter tints of Persian Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#18010D
#5A0632
#9B0A56
#DD0E7A
#F33D9D
Persian Pink #F77FBE Base
#F894C9
#FAA9D3
#FBBDDE
#FCD2E8
#FEE7F3
CSS & SCSS Snippets

Ready-to-use code snippets for #F77FBE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #F77FBE;
}

/* Text */
.element {
    color: #F77FBE;
}

/* Border */
.element {
    border: 1px solid #F77FBE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #F77FBE,
        #7FF7B8
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F77FBE,
        #7FF7B8
    );
}
SCSS Variable
// SCSS variable
$persian-pink: #F77FBE;

// With RGB channels (useful for rgba() usage)
$persian-pink-r: 247;
$persian-pink-g: 127;
$persian-pink-b: 190;

// Usage
.element {
    background-color: $persian-pink;
    color: rgba($persian-pink-r, $persian-pink-g, $persian-pink-b, 0.8);
}
Color Blindness Simulation

How Persian Pink appears to people with different types of color vision deficiency.

Normal Vision #F77FBE How the color appears with full color vision.
Deuteranopia #AEAEBB Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #9393BF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F28989 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A7A7A7 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Persian Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Persian Pink #F77FBE Base
Hot Pink #FF69B4 ΔE 4.08
Pale Magenta-pink #FF99CC ΔE 5.64
Rose Pink #FF66CC ΔE 5.98
Pastel Magenta #F49AC2 ΔE 6.35

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.