Shades of Cerise #F2296A
Tints of Cerise #F2296A
RGB
CMYK
RGB Variations
Color information
#F2296A (or 0xF2296A) is known color: Cerise. HEX triplet: F2, 29 and 6A. RGB value is (242,41,106). Sum of RGB (Red+Green+Blue) = 242+41+106=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2296A is #0DD695. Grayscale: #6C6C6C. Windows color (decimal): -906902 or 6957554. OLE color: 6957554.
HSL color Cylindrical-coordinate representation of color #F2296A: hue angle of 340.6º 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 #F2296A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 106 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.05 |
| HSL | 340.6º | 0.89% | 0.55% | - |
| HSV(B) | 340.6º | 0.83% | 0.95% | - |
| XYZ | 40.01 | 21.5 | 15.68 | - |
| YUV | 108.51 | 126.59 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 106 | 0 | 0.83 | 0.56 | 0.05 | 340.6 | 0.89 | 0.55 |
| Hex | F2 | 29 | 6A | 0 | 53 | 38 | 5 | 155 | 59 | 37 |
| Octal | 362 | 51 | 152 | 0 | 123 | 70 | 5 | 525 | 131 | 67 |
| Binary | 11110010 | 101001 | 1101010 | 0 | 1010011 | 111000 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F2296A
Complementary color
Monochromatic Colors of #F2296A
Black with #F2296A
Text Example
Text Example
White with #F2296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2296A; }
p { color: rgb(242,41,106); }
H1.HeaderClassName
{
color: #F2296A;
}
.AnyTagClassName
{
color: #F2296A;
}
</style>
background-color css
<style>
a { background-color: #F2296A; }
a { background-color: rgb(242,41,106); }
div.DivClassName
{
background-color: #F2296A;
}
.BgClassName
{
background-color: #F2296A;
}
</style>
border-color css
<style>
span { border-color: #F2296A; }
span { border-color: rgb(242,41,106); }
td.TdClassName
{
border-color: #F2296A;
}
.TagClassName
{
border-color: #F2296A;
}
</style>