Shades of Cerise #F2296E
Tints of Cerise #F2296E
RGB
CMYK
RGB Variations
Color information
#F2296E (or 0xF2296E) is known color: Cerise. HEX triplet: F2, 29 and 6E. RGB value is (242,41,110). Sum of RGB (Red+Green+Blue) = 242+41+110=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296E is #0DD691. Grayscale: #6C6C6C. Windows color (decimal): -906898 or 7219698. OLE color: 7219698.
HSL color Cylindrical-coordinate representation of color #F2296E: hue angle of 339.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2296E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 110 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.05 |
| HSL | 339.4º | 0.89% | 0.55% | - |
| HSV(B) | 339.4º | 0.83% | 0.95% | - |
| XYZ | 40.23 | 21.59 | 16.8 | - |
| YUV | 108.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 110 | 0 | 0.83 | 0.55 | 0.05 | 339.4 | 0.89 | 0.55 |
| Hex | F2 | 29 | 6E | 0 | 53 | 37 | 5 | 153 | 59 | 37 |
| Octal | 362 | 51 | 156 | 0 | 123 | 67 | 5 | 523 | 131 | 67 |
| Binary | 11110010 | 101001 | 1101110 | 0 | 1010011 | 110111 | 101 | 101010011 | 1011001 | 110111 |
Color Harmonies of #F2296E
Complementary color
Monochromatic Colors of #F2296E
Black with #F2296E
Text Example
Text Example
White with #F2296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2296E; }
p { color: rgb(242,41,110); }
H1.HeaderClassName
{
color: #F2296E;
}
.AnyTagClassName
{
color: #F2296E;
}
</style>
background-color css
<style>
a { background-color: #F2296E; }
a { background-color: rgb(242,41,110); }
div.DivClassName
{
background-color: #F2296E;
}
.BgClassName
{
background-color: #F2296E;
}
</style>
border-color css
<style>
span { border-color: #F2296E; }
span { border-color: rgb(242,41,110); }
td.TdClassName
{
border-color: #F2296E;
}
.TagClassName
{
border-color: #F2296E;
}
</style>