Shades of Cerise #F1226C
Tints of Cerise #F1226C
RGB
CMYK
RGB Variations
Color information
#F1226C (or 0xF1226C) is known color: Cerise. HEX triplet: F1, 22 and 6C. RGB value is (241,34,108). Sum of RGB (Red+Green+Blue) = 241+34+108=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1226C is #0EDD93. Grayscale: #686868. Windows color (decimal): -974228 or 7086833. OLE color: 7086833.
HSL color Cylindrical-coordinate representation of color #F1226C: hue angle of 338.55º 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 #F1226C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 108 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.55º | 0.88% | 0.54% | - |
| HSV(B) | 338.55º | 0.86% | 0.95% | - |
| XYZ | 39.55 | 20.93 | 16.14 | - |
| YUV | 104.33 | 130.08 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 108 | 0 | 0.86 | 0.55 | 0.05 | 338.55 | 0.88 | 0.54 |
| Hex | F1 | 22 | 6C | 0 | 56 | 37 | 5 | 153 | 58 | 36 |
| Octal | 361 | 42 | 154 | 0 | 126 | 67 | 5 | 523 | 130 | 66 |
| Binary | 11110001 | 100010 | 1101100 | 0 | 1010110 | 110111 | 101 | 101010011 | 1011000 | 110110 |
Color Harmonies of #F1226C
Complementary color
Monochromatic Colors of #F1226C
Black with #F1226C
Text Example
Text Example
White with #F1226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1226C; }
p { color: rgb(241,34,108); }
H1.HeaderClassName
{
color: #F1226C;
}
.AnyTagClassName
{
color: #F1226C;
}
</style>
background-color css
<style>
a { background-color: #F1226C; }
a { background-color: rgb(241,34,108); }
div.DivClassName
{
background-color: #F1226C;
}
.BgClassName
{
background-color: #F1226C;
}
</style>
border-color css
<style>
span { border-color: #F1226C; }
span { border-color: rgb(241,34,108); }
td.TdClassName
{
border-color: #F1226C;
}
.TagClassName
{
border-color: #F1226C;
}
</style>