Shades of Cerise #F1226B
Tints of Cerise #F1226B
RGB
CMYK
RGB Variations
Color information
#F1226B (or 0xF1226B) is known color: Cerise. HEX triplet: F1, 22 and 6B. RGB value is (241,34,107). Sum of RGB (Red+Green+Blue) = 241+34+107=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1226B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1226B is #0EDD94. Grayscale: #686868. Windows color (decimal): -974229 or 7021297. OLE color: 7021297.
HSL color Cylindrical-coordinate representation of color #F1226B: hue angle of 338.84º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1226B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 107 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.05 |
| HSL | 338.84º | 0.88% | 0.54% | - |
| HSV(B) | 338.84º | 0.86% | 0.95% | - |
| XYZ | 39.5 | 20.91 | 15.86 | - |
| YUV | 104.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 107 | 0 | 0.86 | 0.56 | 0.05 | 338.84 | 0.88 | 0.54 |
| Hex | F1 | 22 | 6B | 0 | 56 | 38 | 5 | 153 | 58 | 36 |
| Octal | 361 | 42 | 153 | 0 | 126 | 70 | 5 | 523 | 130 | 66 |
| Binary | 11110001 | 100010 | 1101011 | 0 | 1010110 | 111000 | 101 | 101010011 | 1011000 | 110110 |
Color Harmonies of #F1226B
Complementary color
Monochromatic Colors of #F1226B
Black with #F1226B
Text Example
Text Example
White with #F1226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1226B; }
p { color: rgb(241,34,107); }
H1.HeaderClassName
{
color: #F1226B;
}
.AnyTagClassName
{
color: #F1226B;
}
</style>
background-color css
<style>
a { background-color: #F1226B; }
a { background-color: rgb(241,34,107); }
div.DivClassName
{
background-color: #F1226B;
}
.BgClassName
{
background-color: #F1226B;
}
</style>
border-color css
<style>
span { border-color: #F1226B; }
span { border-color: rgb(241,34,107); }
td.TdClassName
{
border-color: #F1226B;
}
.TagClassName
{
border-color: #F1226B;
}
</style>