#F075AF
A light, vivid magenta closely aligning with Hotpink.
About #F075AF
The hex code #F075AF represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(240, 117, 175).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 51% magenta, 27% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F075AF
RGB240, 117, 175
HSL331.7°, 80.4%, 70.0%
CMYK0%, 51%, 27%, 6%
HSV331.7°, 51.3%, 94.1%
LAB65.2, 53.6, -8.4
XYZ50.0, 34.3, 44.5
Decimal15758767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F075AF;
}
.text-color {
color: #F075AF;
}
.border-color {
border: 2px solid #F075AF;
}