#F81D83
A medium, vivid magenta closely aligning with Deeppink.
About #F81D83
The precise color #F81D83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 248 parts red, 29 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 88% Magenta, 47% Yellow, and 3% Black. With a hue angle of 332.1 degrees, it sits comfortably in the magenta spectrum.
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#F81D83
RGB248, 29, 131
HSL332.1°, 94.0%, 54.3%
CMYK0%, 88%, 47%, 3%
HSV332.1°, 88.3%, 97.3%
LAB54.5, 80.6, 1.6
XYZ43.2, 22.5, 23.5
Decimal16260483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81D83;
}
.text-color {
color: #F81D83;
}
.border-color {
border: 2px solid #F81D83;
}