Shades of Cerise #F2236C
Tints of Cerise #F2236C
RGB
CMYK
RGB Variations
Color information
#F2236C (or 0xF2236C) is known color: Cerise. HEX triplet: F2, 23 and 6C. RGB value is (242,35,108). Sum of RGB (Red+Green+Blue) = 242+35+108=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2236C is #0DDC93. Grayscale: #696969. Windows color (decimal): -908436 or 7087090. OLE color: 7087090.
HSL color Cylindrical-coordinate representation of color #F2236C: hue angle of 338.84º 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 #F2236C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 108 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.84º | 0.89% | 0.54% | - |
| HSV(B) | 338.84º | 0.86% | 0.95% | - |
| XYZ | 39.93 | 21.16 | 16.17 | - |
| YUV | 105.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 108 | 0 | 0.86 | 0.55 | 0.05 | 338.84 | 0.89 | 0.54 |
| Hex | F2 | 23 | 6C | 0 | 56 | 37 | 5 | 153 | 59 | 36 |
| Octal | 362 | 43 | 154 | 0 | 126 | 67 | 5 | 523 | 131 | 66 |
| Binary | 11110010 | 100011 | 1101100 | 0 | 1010110 | 110111 | 101 | 101010011 | 1011001 | 110110 |
Color Harmonies of #F2236C
Complementary color
Monochromatic Colors of #F2236C
Black with #F2236C
Text Example
Text Example
White with #F2236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2236C; }
p { color: rgb(242,35,108); }
H1.HeaderClassName
{
color: #F2236C;
}
.AnyTagClassName
{
color: #F2236C;
}
</style>
background-color css
<style>
a { background-color: #F2236C; }
a { background-color: rgb(242,35,108); }
div.DivClassName
{
background-color: #F2236C;
}
.BgClassName
{
background-color: #F2236C;
}
</style>
border-color css
<style>
span { border-color: #F2236C; }
span { border-color: rgb(242,35,108); }
td.TdClassName
{
border-color: #F2236C;
}
.TagClassName
{
border-color: #F2236C;
}
</style>