Hex Color #F1353E - Custom Color
Color Codes
HEX
#F1353E
RGB
rgb(241, 53, 62)
HSL
hsl(357, 87%, 58%)
CMYK
cmyk(0%, 78%, 74%, 5%)
HSV
hsv(357, 78%, 95%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.32: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: #F1353E;
color: #F1353E;
border-color: #F1353E;
}
Tailwind CSS (with arbitrary values)
bg-[#F1353E]
text-[#F1353E]
border-[#F1353E]
// Example usage:
<div className="bg-[#F1353E]">