Red Mana
#f95554
Looking for the precise values behind Red Mana (#f95554)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f95554 | |
|---|---|---|
| RGB | rgb(249, 85, 84) | |
| HSL | hsl(0, 93%, 65%) | |
| CMYK | cmyk(0%, 66%, 66%, 2%) | |
| LAB | lab(60, 63, 37) | |
| OKLCH | oklch(0.67 0.2 25) |
Color harmonies
Tints & shades
Code snippets
color: #f95554;
background-color: #f95554;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF95554)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.33, blue: 0.33, alpha: 1.0)