#F85FAF
A light, vivid magenta closely aligning with Hotpink.
About #F85FAF
At its core, #F85FAF 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, 95, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 328.6° hue, 91.6% saturation, and 67.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85FAF
RGB248, 95, 175
HSL328.6°, 91.6%, 67.3%
CMYK0%, 62%, 29%, 3%
HSV328.6°, 61.7%, 97.3%
LAB62.7, 65.8, -12.1
XYZ50.5, 31.2, 43.9
Decimal16277423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FAF;
}
.text-color {
color: #F85FAF;
}
.border-color {
border: 2px solid #F85FAF;
}