Shades of Cerise #F2246E
Tints of Cerise #F2246E
RGB
CMYK
RGB Variations
Color information
#F2246E (or 0xF2246E) is known color: Cerise. HEX triplet: F2, 24 and 6E. RGB value is (242,36,110). Sum of RGB (Red+Green+Blue) = 242+36+110=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2246E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2246E is #0DDB91. Grayscale: #696969. Windows color (decimal): -908178 or 7218418. OLE color: 7218418.
HSL color Cylindrical-coordinate representation of color #F2246E: hue angle of 338.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2246E is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 110 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 338.45º | 0.89% | 0.55% | - |
| HSV(B) | 338.45º | 0.85% | 0.95% | - |
| XYZ | 40.06 | 21.26 | 16.74 | - |
| YUV | 106.03 | 130.25 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 110 | 0 | 0.85 | 0.55 | 0.05 | 338.45 | 0.89 | 0.55 |
| Hex | F2 | 24 | 6E | 0 | 55 | 37 | 5 | 152 | 59 | 37 |
| Octal | 362 | 44 | 156 | 0 | 125 | 67 | 5 | 522 | 131 | 67 |
| Binary | 11110010 | 100100 | 1101110 | 0 | 1010101 | 110111 | 101 | 101010010 | 1011001 | 110111 |
Color Harmonies of #F2246E
Complementary color
Monochromatic Colors of #F2246E
Black with #F2246E
Text Example
Text Example
White with #F2246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2246E; }
p { color: rgb(242,36,110); }
H1.HeaderClassName
{
color: #F2246E;
}
.AnyTagClassName
{
color: #F2246E;
}
</style>
background-color css
<style>
a { background-color: #F2246E; }
a { background-color: rgb(242,36,110); }
div.DivClassName
{
background-color: #F2246E;
}
.BgClassName
{
background-color: #F2246E;
}
</style>
border-color css
<style>
span { border-color: #F2246E; }
span { border-color: rgb(242,36,110); }
td.TdClassName
{
border-color: #F2246E;
}
.TagClassName
{
border-color: #F2246E;
}
</style>