Shades of Cerise #F2296B
Tints of Cerise #F2296B
RGB
CMYK
RGB Variations
Color information
#F2296B (or 0xF2296B) is known color: Cerise. HEX triplet: F2, 29 and 6B. RGB value is (242,41,107). Sum of RGB (Red+Green+Blue) = 242+41+107=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296B is #0DD694. Grayscale: #6C6C6C. Windows color (decimal): -906901 or 7023090. OLE color: 7023090.
HSL color Cylindrical-coordinate representation of color #F2296B: hue angle of 340.3º 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 #F2296B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 107 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.05 |
| HSL | 340.3º | 0.89% | 0.55% | - |
| HSV(B) | 340.3º | 0.83% | 0.95% | - |
| XYZ | 40.06 | 21.52 | 15.95 | - |
| YUV | 108.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 107 | 0 | 0.83 | 0.56 | 0.05 | 340.3 | 0.89 | 0.55 |
| Hex | F2 | 29 | 6B | 0 | 53 | 38 | 5 | 154 | 59 | 37 |
| Octal | 362 | 51 | 153 | 0 | 123 | 70 | 5 | 524 | 131 | 67 |
| Binary | 11110010 | 101001 | 1101011 | 0 | 1010011 | 111000 | 101 | 101010100 | 1011001 | 110111 |
Color Harmonies of #F2296B
Complementary color
Monochromatic Colors of #F2296B
Black with #F2296B
Text Example
Text Example
White with #F2296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2296B; }
p { color: rgb(242,41,107); }
H1.HeaderClassName
{
color: #F2296B;
}
.AnyTagClassName
{
color: #F2296B;
}
</style>
background-color css
<style>
a { background-color: #F2296B; }
a { background-color: rgb(242,41,107); }
div.DivClassName
{
background-color: #F2296B;
}
.BgClassName
{
background-color: #F2296B;
}
</style>
border-color css
<style>
span { border-color: #F2296B; }
span { border-color: rgb(242,41,107); }
td.TdClassName
{
border-color: #F2296B;
}
.TagClassName
{
border-color: #F2296B;
}
</style>