#F00F83
A medium, vivid magenta closely aligning with Deeppink.
About #F00F83
When working with digital screens, the color #F00F83 is rendered by mixing light. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 15, 131).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 45% Y, and 6% 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F00F83
RGB240, 15, 131
HSL329.1°, 88.2%, 50.0%
CMYK0%, 94%, 45%, 6%
HSV329.1°, 93.8%, 94.1%
LAB52.4, 80.5, -1.7
XYZ40.2, 20.5, 23.3
Decimal15732611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F83;
}
.text-color {
color: #F00F83;
}
.border-color {
border: 2px solid #F00F83;
}