#FF4999
A light, vivid magenta closely aligning with Deeppink.
About #FF4999
The precise color #FF4999 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 255 red, 73 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 71% M, 40% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF4999
RGB255, 73, 153
HSL333.6°, 100.0%, 64.3%
CMYK0%, 71%, 40%, 0%
HSV333.6°, 71.4%, 100.0%
LAB60.2, 73.6, -3.0
XYZ49.4, 28.3, 33.0
Decimal16730521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4999;
}
.text-color {
color: #FF4999;
}
.border-color {
border: 2px solid #FF4999;
}