#F075FF
A light, vivid magenta closely aligning with Violet.
About #F075FF
The hex code #F075FF represents a beautifully specific shade of magenta. Its closest recognized web color is Violet. This translates to an RGB value of rgb(240, 117, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 6% cyan and 54% magenta inks. With a hue angle of 293.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F075FF
RGB240, 117, 255
HSL293.5°, 100.0%, 72.9%
CMYK6%, 54%, 0%, 0%
HSV293.5°, 54.1%, 100.0%
LAB68.4, 66.1, -48.2
XYZ60.3, 38.5, 98.9
Decimal15758847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F075FF;
}
.text-color {
color: #F075FF;
}
.border-color {
border: 2px solid #F075FF;
}