Shades of Cerise #F2296C
Tints of Cerise #F2296C
RGB
CMYK
RGB Variations
Color information
#F2296C (or 0xF2296C) is known color: Cerise. HEX triplet: F2, 29 and 6C. RGB value is (242,41,108). Sum of RGB (Red+Green+Blue) = 242+41+108=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296C is #0DD693. Grayscale: #6C6C6C. Windows color (decimal): -906900 or 7088626. OLE color: 7088626.
HSL color Cylindrical-coordinate representation of color #F2296C: hue angle of 340º 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 #F2296C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 108 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.05 |
| HSL | 340º | 0.89% | 0.55% | - |
| HSV(B) | 340º | 0.83% | 0.95% | - |
| XYZ | 40.12 | 21.55 | 16.23 | - |
| YUV | 108.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 108 | 0 | 0.83 | 0.55 | 0.05 | 340 | 0.89 | 0.55 |
| Hex | F2 | 29 | 6C | 0 | 53 | 37 | 5 | 154 | 59 | 37 |
| Octal | 362 | 51 | 154 | 0 | 123 | 67 | 5 | 524 | 131 | 67 |
| Binary | 11110010 | 101001 | 1101100 | 0 | 1010011 | 110111 | 101 | 101010100 | 1011001 | 110111 |
Color Harmonies of #F2296C
Complementary color
Monochromatic Colors of #F2296C
Black with #F2296C
Text Example
Text Example
White with #F2296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2296C; }
p { color: rgb(242,41,108); }
H1.HeaderClassName
{
color: #F2296C;
}
.AnyTagClassName
{
color: #F2296C;
}
</style>
background-color css
<style>
a { background-color: #F2296C; }
a { background-color: rgb(242,41,108); }
div.DivClassName
{
background-color: #F2296C;
}
.BgClassName
{
background-color: #F2296C;
}
</style>
border-color css
<style>
span { border-color: #F2296C; }
span { border-color: rgb(242,41,108); }
td.TdClassName
{
border-color: #F2296C;
}
.TagClassName
{
border-color: #F2296C;
}
</style>