#F43F5E
Tailwind rose-500
#F43F5E is a red colour. In RGB it is 244 red, 63 green and 94 blue, which converts to a hue of 350 degrees, 89% saturation and 60% lightness. It is Tailwind rose-500 in that design system's palette.
Color values
| HEX | #F43F5E |
|---|---|
| RGB | rgb(244, 63, 94) |
| HSL | hsl(350, 89%, 60%) |
| HSV | hsv(350, 74%, 96%) |
| CMYK | cmyk(0%, 74%, 61%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 3.67:1, and against black it is 5.72:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.67:1 | Fail | AA |
| Black | 5.72:1 | AA | AAA |
Tints and shades
Lighter tints move #F43F5E toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F43F5E; |
|---|---|
| CSS rgb() | color: rgb(244 63 94); |
| Tailwind | bg-[#f43f5e] |
| SwiftUI | Color(red: 0.957, green: 0.247, blue: 0.369) |
| Android | Color.parseColor("#F43F5E") |
Closest named color
The nearest CSS colour keyword to #F43F5E is tomato (#FF6347).