Spectacular Scarlet
#f72305
Spectacular Scarlet, represented by the hex value #f72305, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f72305 | |
|---|---|---|
| RGB | rgb(247, 35, 5) | |
| HSL | hsl(7, 96%, 49%) | |
| CMYK | cmyk(0%, 86%, 98%, 3%) | |
| LAB | lab(54, 75, 67) | |
| OKLCH | oklch(0.62 0.242 31) |
Color harmonies
Tints & shades
Code snippets
color: #f72305;
background-color: #f72305;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF72305)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.14, blue: 0.02, alpha: 1.0)