Shades of Cerise #F22366
Tints of Cerise #F22366
RGB
CMYK
RGB Variations
Color information
#F22366 (or 0xF22366) is known color: Cerise. HEX triplet: F2, 23 and 66. RGB value is (242,35,102). Sum of RGB (Red+Green+Blue) = 242+35+102=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F22366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22366 is #0DDC99. Grayscale: #686868. Windows color (decimal): -908442 or 6693874. OLE color: 6693874.
HSL color Cylindrical-coordinate representation of color #F22366: hue angle of 340.58º 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 #F22366 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.58º | 0.89% | 0.54% | - |
| HSV(B) | 340.58º | 0.86% | 0.95% | - |
| XYZ | 39.62 | 21.04 | 14.54 | - |
| YUV | 104.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 102 | 0 | 0.86 | 0.58 | 0.05 | 340.58 | 0.89 | 0.54 |
| Hex | F2 | 23 | 66 | 0 | 56 | 3A | 5 | 155 | 59 | 36 |
| Octal | 362 | 43 | 146 | 0 | 126 | 72 | 5 | 525 | 131 | 66 |
| Binary | 11110010 | 100011 | 1100110 | 0 | 1010110 | 111010 | 101 | 101010101 | 1011001 | 110110 |
Color Harmonies of #F22366
Complementary color
Monochromatic Colors of #F22366
Black with #F22366
Text Example
Text Example
White with #F22366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22366; }
p { color: rgb(242,35,102); }
H1.HeaderClassName
{
color: #F22366;
}
.AnyTagClassName
{
color: #F22366;
}
</style>
background-color css
<style>
a { background-color: #F22366; }
a { background-color: rgb(242,35,102); }
div.DivClassName
{
background-color: #F22366;
}
.BgClassName
{
background-color: #F22366;
}
</style>
border-color css
<style>
span { border-color: #F22366; }
span { border-color: rgb(242,35,102); }
td.TdClassName
{
border-color: #F22366;
}
.TagClassName
{
border-color: #F22366;
}
</style>