#F85FC5
A light, vivid magenta closely aligning with Hotpink.
About #F85FC5
The hex code #F85FC5 represents a beautifully specific shade of 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, 95, and 197.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 62% Magenta, 21% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F85FC5
RGB248, 95, 197
HSL320.0°, 91.6%, 67.3%
CMYK0%, 62%, 21%, 3%
HSV320.0°, 61.7%, 97.3%
LAB63.5, 68.6, -23.4
XYZ52.9, 32.2, 56.2
Decimal16277445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.43:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FC5;
}
.text-color {
color: #F85FC5;
}
.border-color {
border: 2px solid #F85FC5;
}