#F06DA8
A light, vivid magenta closely aligning with Hotpink.
About #F06DA8
At its core, #F06DA8 is a light and vivid hue. 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 240, 109, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 55% Magenta, 30% Yellow, and 6% Black. The HSL representation is 333.0° hue, 81.4% saturation, and 68.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F06DA8
RGB240, 109, 168
HSL333.0°, 81.4%, 68.4%
CMYK0%, 55%, 30%, 6%
HSV333.0°, 54.6%, 94.1%
LAB63.6, 56.4, -6.9
XYZ48.5, 32.3, 40.7
Decimal15756712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06DA8;
}
.text-color {
color: #F06DA8;
}
.border-color {
border: 2px solid #F06DA8;
}