#FF0F8A
A medium, vivid magenta closely aligning with Deeppink.
About #FF0F8A
When working with digital screens, the color #FF0F8A is rendered by mixing light. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 15, and 138.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 46% Y, and 0% K. With a hue angle of 329.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF0F8A
RGB255, 15, 138
HSL329.2°, 100.0%, 52.9%
CMYK0%, 94%, 46%, 0%
HSV329.2°, 94.1%, 100.0%
LAB55.5, 84.3, -1.0
XYZ46.0, 23.4, 26.1
Decimal16715658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F8A;
}
.text-color {
color: #FF0F8A;
}
.border-color {
border: 2px solid #FF0F8A;
}