#F06DC5
A light, vivid magenta closely aligning with Hotpink.
About #F06DC5
The hex code #F06DC5 represents a beautifully specific shade of magenta. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 109, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 55% Magenta, 18% Yellow, and 6% Black. The HSL representation is 319.7° hue, 81.4% saturation, and 68.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F06DC5
RGB240, 109, 197
HSL319.7°, 81.4%, 68.4%
CMYK0%, 55%, 18%, 6%
HSV319.7°, 54.6%, 94.1%
LAB64.6, 60.3, -21.9
XYZ51.5, 33.5, 56.6
Decimal15756741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06DC5;
}
.text-color {
color: #F06DC5;
}
.border-color {
border: 2px solid #F06DC5;
}