#F86DC5
A light, vivid magenta closely aligning with Hotpink.
About #F86DC5
At its core, #F86DC5 is a light and vivid hue. It is closely associated with the named CSS color Hotpink. Its digital footprint relies on 248 parts red, 109 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 56% Magenta, 21% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F86DC5
RGB248, 109, 197
HSL322.0°, 90.8%, 70.0%
CMYK0%, 56%, 21%, 3%
HSV322.0°, 56.0%, 97.3%
LAB65.7, 62.7, -20.1
XYZ54.3, 34.9, 56.7
Decimal16281029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86DC5;
}
.text-color {
color: #F86DC5;
}
.border-color {
border: 2px solid #F86DC5;
}