Hex Color #F10C9A - Custom Color
Color Codes
HEX
#F10C9A
RGB
rgb(241, 12, 154)
HSL
hsl(323, 91%, 50%)
CMYK
cmyk(0%, 95%, 36%, 5%)
HSV
hsv(323, 95%, 95%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.99:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.26:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #F10C9A;
color: #F10C9A;
border-color: #F10C9A;
}
Tailwind CSS (with arbitrary values)
bg-[#F10C9A]
text-[#F10C9A]
border-[#F10C9A]
// Example usage:
<div className="bg-[#F10C9A]">