#F075F0
A light, vivid magenta closely aligning with Violet.
About #F075F0
The precise color #F075F0 is an excellent choice for modern design projects. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 117, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 51% Magenta, 0% Yellow, and 6% Black. The HSL representation is 300.0° hue, 80.4% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F075F0
RGB240, 117, 240
HSL300.0°, 80.4%, 70.0%
CMYK0%, 51%, 0%, 6%
HSV300.0°, 51.3%, 94.1%
LAB67.7, 63.5, -41.0
XYZ58.0, 37.5, 86.6
Decimal15758832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F075F0;
}
.text-color {
color: #F075F0;
}
.border-color {
border: 2px solid #F075F0;
}