Cherry Tomato
#f2013f
Here's everything about the color Cherry Tomato (#f2013f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f2013f | |
|---|---|---|
| RGB | rgb(242, 1, 63) | |
| HSL | hsl(345, 99%, 48%) | |
| CMYK | cmyk(0%, 100%, 74%, 5%) | |
| LAB | lab(52, 78, 40) | |
| OKLCH | oklch(0.61 0.244 20) |
Color harmonies
Tints & shades
Code snippets
color: #f2013f;
background-color: #f2013f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF2013F)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.00, blue: 0.25, alpha: 1.0)