#F0006D
A medium, vivid magenta closely aligning with Deeppink.
About #F0006D
At its core, #F0006D is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 0, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 55% Y, and 6% K. With a hue angle of 332.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0006D
RGB240, 0, 109
HSL332.8°, 100.0%, 47.1%
CMYK0%, 100%, 55%, 6%
HSV332.8°, 100.0%, 94.1%
LAB51.4, 80.0, 10.2
XYZ38.7, 19.6, 16.2
Decimal15728749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0006D;
}
.text-color {
color: #F0006D;
}
.border-color {
border: 2px solid #F0006D;
}