#F06DBD
A light, vivid magenta closely aligning with Hotpink.
About #F06DBD
When working with digital screens, the color #F06DBD is rendered by mixing light. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 240 red, 109 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 55% M, 21% Y, and 6% K. With a hue angle of 323.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F06DBD
RGB240, 109, 189
HSL323.4°, 81.4%, 68.4%
CMYK0%, 55%, 21%, 6%
HSV323.4°, 54.6%, 94.1%
LAB64.3, 59.2, -17.8
XYZ50.6, 33.1, 51.9
Decimal15756733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06DBD;
}
.text-color {
color: #F06DBD;
}
.border-color {
border: 2px solid #F06DBD;
}