Flamboyant
#f73d37
Looking for the precise values behind Flamboyant (#f73d37)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f73d37 | |
|---|---|---|
| RGB | rgb(247, 61, 55) | |
| HSL | hsl(2, 92%, 59%) | |
| CMYK | cmyk(0%, 75%, 78%, 3%) | |
| LAB | lab(56, 70, 49) | |
| OKLCH | oklch(0.64 0.223 27) |
Color harmonies
Tints & shades
Code snippets
color: #f73d37;
background-color: #f73d37;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF73D37)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.24, blue: 0.22, alpha: 1.0)