#FF0FA8
A medium, vivid magenta closely aligning with Deeppink.
About #FF0FA8
At its core, #FF0FA8 is a medium and vivid hue. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 15, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 34% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#FF0FA8
RGB255, 15, 168
HSL321.8°, 100.0%, 52.9%
CMYK0%, 94%, 34%, 0%
HSV321.8°, 94.1%, 100.0%
LAB56.5, 86.9, -17.3
XYZ48.5, 24.4, 39.2
Decimal16715688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FA8;
}
.text-color {
color: #FF0FA8;
}
.border-color {
border: 2px solid #FF0FA8;
}