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
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
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F77FBE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F77FBE
Base
#7FF7B8
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F77FBE
Base
#F47FF7
#F77F82
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F77FBE
Base
#BEF77F
#7FBEF7
Two colors flanking the complement — high contrast with less tension than full complementary.
#F77FBE
Base
#82F77F
#7FF7F4
Four colors at 90° intervals — rich variety, best when one color dominates.
#F77FBE
Base
#F7F47F
#7FF7B8
#7F82F7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F77FBE
Base
#D00D73
#F23799
#F559AA
#F9A5D1
#FBC7E3
#FEE7F3
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
#F77FBE
Base
#F894C9
#FAA9D3
#FBBDDE
#FCD2E8
#FEE7F3
Ready-to-use code snippets for #F77FBE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F77FBE;
}
/* Text */
.element {
color: #F77FBE;
}
/* Border */
.element {
border: 1px solid #F77FBE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F77FBE,
#7FF7B8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F77FBE,
#7FF7B8
);
}
// 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);
}
How Persian Pink appears to people with different types of color vision deficiency.
#F77FBE
How the color appears with full color vision.
#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.
#9393BF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F28989
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A7A7A7
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.