#F800A8
A medium, vivid magenta closely aligning with Deeppink.
About #F800A8
When working with digital screens, the color #F800A8 is rendered by mixing light. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 0, and 168.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 32% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F800A8
RGB248, 0, 168
HSL319.4°, 100.0%, 48.6%
CMYK0%, 100%, 32%, 3%
HSV319.4°, 100.0%, 97.3%
LAB54.8, 86.6, -19.9
XYZ45.8, 22.8, 39.0
Decimal16253096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800A8;
}
.text-color {
color: #F800A8;
}
.border-color {
border: 2px solid #F800A8;
}