#F03A99
A medium, vivid magenta closely aligning with Deeppink.
About #F03A99
Visually, #F03A99 is defined as a vivid magenta. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 240 red, 58 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 76% magenta, 36% yellow, and 6% black. The HSL representation is 328.7° hue, 85.8% saturation, and 58.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F03A99
RGB240, 58, 153
HSL328.7°, 85.8%, 58.4%
CMYK0%, 76%, 36%, 6%
HSV328.7°, 75.8%, 94.1%
LAB55.9, 74.3, -9.6
XYZ43.2, 23.9, 32.5
Decimal15743641
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A99;
}
.text-color {
color: #F03A99;
}
.border-color {
border: 2px solid #F03A99;
}