Pick Your Brain
#f1919a
Pick Your Brain, represented by the hex value #f1919a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f1919a | |
|---|---|---|
| RGB | rgb(241, 145, 154) | |
| HSL | hsl(354, 77%, 76%) | |
| CMYK | cmyk(0%, 40%, 36%, 5%) | |
| LAB | lab(71, 38, 12) | |
| OKLCH | oklch(0.76 0.116 14) |
Color harmonies
Tints & shades
Code snippets
color: #f1919a;
background-color: #f1919a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF1919A)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.57, blue: 0.60, alpha: 1.0)