#F8006D
A medium, vivid magenta closely aligning with Deeppink.
About #F8006D
Visually, #F8006D is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 248 red, 0 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 56% Yellow, and 3% Black. The HSL representation is 333.6° hue, 100.0% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8006D
RGB248, 0, 109
HSL333.6°, 100.0%, 48.6%
CMYK0%, 100%, 56%, 3%
HSV333.6°, 100.0%, 97.3%
LAB53.0, 81.8, 12.7
XYZ41.5, 21.1, 16.3
Decimal16253037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8006D;
}
.text-color {
color: #F8006D;
}
.border-color {
border: 2px solid #F8006D;
}