#F85792
A light, vivid magenta closely aligning with Hotpink.
About #F85792
Visually, #F85792 is defined as a vivid magenta. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 87, and 146.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 41% Y, and 3% K. The HSL representation is 338.0° hue, 92.0% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F85792
RGB248, 87, 146
HSL338.0°, 92.0%, 65.7%
CMYK0%, 65%, 41%, 3%
HSV338.0°, 64.9%, 97.3%
LAB60.6, 65.9, 1.6
XYZ47.3, 28.8, 30.3
Decimal16275346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85792;
}
.text-color {
color: #F85792;
}
.border-color {
border: 2px solid #F85792;
}