#F03399
A medium, vivid magenta closely aligning with Deeppink.
About #F03399
At its core, #F03399 is a medium and vivid hue. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 51, and 153.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. With a hue angle of 327.6 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F03399
RGB240, 51, 153
HSL327.6°, 86.3%, 57.1%
CMYK0%, 79%, 36%, 6%
HSV327.6°, 78.8%, 94.1%
LAB55.3, 76.2, -10.6
XYZ42.9, 23.2, 32.4
Decimal15741849
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03399;
}
.text-color {
color: #F03399;
}
.border-color {
border: 2px solid #F03399;
}