#F85799
A light, vivid magenta closely aligning with Hotpink.
About #F85799
At its core, #F85799 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 87, and 153.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 65% M, 38% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85799
RGB248, 87, 153
HSL335.4°, 92.0%, 65.7%
CMYK0%, 65%, 38%, 3%
HSV335.4°, 64.9%, 97.3%
LAB60.8, 66.6, -2.2
XYZ47.9, 29.1, 33.2
Decimal16275353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85799;
}
.text-color {
color: #F85799;
}
.border-color {
border: 2px solid #F85799;
}