Shades of Cerise #F2226C
Tints of Cerise #F2226C
RGB
CMYK
RGB Variations
Color information
#F2226C (or 0xF2226C) is known color: Cerise. HEX triplet: F2, 22 and 6C. RGB value is (242,34,108). Sum of RGB (Red+Green+Blue) = 242+34+108=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2226C is #0DDD93. Grayscale: #686868. Windows color (decimal): -908692 or 7086834. OLE color: 7086834.
HSL color Cylindrical-coordinate representation of color #F2226C: hue angle of 338.65º degrees, saturation: 0.89, 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 #F2226C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 108 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.65º | 0.89% | 0.54% | - |
| HSV(B) | 338.65º | 0.86% | 0.95% | - |
| XYZ | 39.9 | 21.1 | 16.16 | - |
| YUV | 104.63 | 129.91 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 108 | 0 | 0.86 | 0.55 | 0.05 | 338.65 | 0.89 | 0.54 |
| Hex | F2 | 22 | 6C | 0 | 56 | 37 | 5 | 153 | 59 | 36 |
| Octal | 362 | 42 | 154 | 0 | 126 | 67 | 5 | 523 | 131 | 66 |
| Binary | 11110010 | 100010 | 1101100 | 0 | 1010110 | 110111 | 101 | 101010011 | 1011001 | 110110 |
Color Harmonies of #F2226C
Complementary color
Monochromatic Colors of #F2226C
Black with #F2226C
Text Example
Text Example
White with #F2226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2226C; }
p { color: rgb(242,34,108); }
H1.HeaderClassName
{
color: #F2226C;
}
.AnyTagClassName
{
color: #F2226C;
}
</style>
background-color css
<style>
a { background-color: #F2226C; }
a { background-color: rgb(242,34,108); }
div.DivClassName
{
background-color: #F2226C;
}
.BgClassName
{
background-color: #F2226C;
}
</style>
border-color css
<style>
span { border-color: #F2226C; }
span { border-color: rgb(242,34,108); }
td.TdClassName
{
border-color: #F2226C;
}
.TagClassName
{
border-color: #F2226C;
}
</style>