#F00099
A medium, vivid magenta closely aligning with Deeppink.
About #F00099
At its core, #F00099 is a medium and vivid hue. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 240 red, 0 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 36% Y, and 6% K. The HSL representation is 321.8° hue, 100.0% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F00099
RGB240, 0, 153
HSL321.8°, 100.0%, 47.1%
CMYK0%, 100%, 36%, 6%
HSV321.8°, 100.0%, 94.1%
LAB52.8, 83.5, -14.4
XYZ41.7, 20.8, 32.0
Decimal15728793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00099;
}
.text-color {
color: #F00099;
}
.border-color {
border: 2px solid #F00099;
}