#FF0FA0
A medium, vivid magenta closely aligning with Deeppink.
About #FF0FA0
Visually, #FF0FA0 is defined as a vivid magenta. Its closest recognized web color is Deeppink. Its digital footprint relies on 255 parts red, 15 parts green, and 160 parts blue light.
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, 37% Y, and 0% K. With a hue angle of 323.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0FA0
RGB255, 15, 160
HSL323.7°, 100.0%, 52.9%
CMYK0%, 94%, 37%, 0%
HSV323.7°, 94.1%, 100.0%
LAB56.2, 86.2, -13.0
XYZ47.8, 24.1, 35.4
Decimal16715680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FA0;
}
.text-color {
color: #FF0FA0;
}
.border-color {
border: 2px solid #FF0FA0;
}