#F066BD
A light, vivid magenta closely aligning with Hotpink.
About #F066BD
Visually, #F066BD is defined as a vivid magenta. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(240, 102, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 57% Magenta, 21% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F066BD
RGB240, 102, 189
HSL322.2°, 82.1%, 67.1%
CMYK0%, 57%, 21%, 6%
HSV322.2°, 57.5%, 94.1%
LAB63.1, 62.4, -19.6
XYZ49.9, 31.7, 51.6
Decimal15754941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F066BD;
}
.text-color {
color: #F066BD;
}
.border-color {
border: 2px solid #F066BD;
}