#FF00AF
A medium, vivid magenta closely aligning with Deeppink.
About #FF00AF
At its core, #FF00AF is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 0, and 175.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 31% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF00AF
RGB255, 0, 175
HSL318.8°, 100.0%, 50.0%
CMYK0%, 100%, 31%, 0%
HSV318.8°, 100.0%, 100.0%
LAB56.4, 88.6, -21.5
XYZ49.0, 24.4, 42.7
Decimal16711855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00AF;
}
.text-color {
color: #FF00AF;
}
.border-color {
border: 2px solid #FF00AF;
}