#FF0F83
A medium, vivid magenta closely aligning with Deeppink.
About #FF0F83
When working with digital screens, the color #FF0F83 is rendered by mixing light. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 255 parts red, 15 parts green, and 131 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 94% M, 49% Y, and 0% K. With a hue angle of 331.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium 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#FF0F83
RGB255, 15, 131
HSL331.0°, 100.0%, 52.9%
CMYK0%, 94%, 49%, 0%
HSV331.0°, 94.1%, 100.0%
LAB55.3, 83.7, 2.9
XYZ45.5, 23.2, 23.6
Decimal16715651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.65:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F83;
}
.text-color {
color: #FF0F83;
}
.border-color {
border: 2px solid #FF0F83;
}