#FF16A8
A medium, vivid magenta closely aligning with Deeppink.
About #FF16A8
The hex code #FF16A8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 255 parts red, 22 parts green, and 168 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 91% Magenta, 34% Yellow, and 0% Black. The HSL representation is 322.4° hue, 100.0% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF16A8
RGB255, 22, 168
HSL322.4°, 100.0%, 54.3%
CMYK0%, 91%, 34%, 0%
HSV322.4°, 91.4%, 100.0%
LAB56.7, 86.3, -16.9
XYZ48.6, 24.7, 39.2
Decimal16717480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.93:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF16A8;
}
.text-color {
color: #FF16A8;
}
.border-color {
border: 2px solid #FF16A8;
}