#FF0099
A medium, vivid magenta closely aligning with Deeppink.
About #FF0099
Visually, #FF0099 is defined as a vivid magenta. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 0, and 153.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 40% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF0099
RGB255, 0, 153
HSL324.0°, 100.0%, 50.0%
CMYK0%, 100%, 40%, 0%
HSV324.0°, 100.0%, 100.0%
LAB55.6, 86.5, -9.7
XYZ47.0, 23.6, 32.2
Decimal16711833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0099;
}
.text-color {
color: #FF0099;
}
.border-color {
border: 2px solid #FF0099;
}