#F06DAF
A light, vivid magenta closely aligning with Hotpink.
About #F06DAF
The precise color #F06DAF is an excellent choice for modern design projects. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(240, 109, 175).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 55% magenta, 27% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F06DAF
RGB240, 109, 175
HSL329.8°, 81.4%, 68.4%
CMYK0%, 55%, 27%, 6%
HSV329.8°, 54.6%, 94.1%
LAB63.8, 57.3, -10.6
XYZ49.1, 32.6, 44.3
Decimal15756719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06DAF;
}
.text-color {
color: #F06DAF;
}
.border-color {
border: 2px solid #F06DAF;
}