#FF5099
A light, vivid magenta closely aligning with Hotpink.
About #FF5099
At its core, #FF5099 is a light and vivid hue. Its closest recognized web color is Hotpink. Its digital footprint relies on 255 parts red, 80 parts green, and 153 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 69% M, 40% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#FF5099
RGB255, 80, 153
HSL335.0°, 100.0%, 65.7%
CMYK0%, 69%, 40%, 0%
HSV335.0°, 68.6%, 100.0%
LAB61.0, 71.2, -1.7
XYZ49.9, 29.3, 33.2
Decimal16732313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.86:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5099;
}
.text-color {
color: #FF5099;
}
.border-color {
border: 2px solid #FF5099;
}