#F81D99
A medium, vivid magenta closely aligning with Deeppink.
About #F81D99
When working with digital screens, the color #F81D99 is rendered by mixing light. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(248, 29, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 88% Magenta, 38% Yellow, and 3% Black. The HSL representation is 326.0° hue, 94.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F81D99
RGB248, 29, 153
HSL326.0°, 94.0%, 54.3%
CMYK0%, 88%, 38%, 3%
HSV326.0°, 88.3%, 97.3%
LAB55.2, 82.5, -10.5
XYZ44.9, 23.1, 32.2
Decimal16260505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81D99;
}
.text-color {
color: #F81D99;
}
.border-color {
border: 2px solid #F81D99;
}