Shades of Cerise #F2246B
Tints of Cerise #F2246B
RGB
CMYK
RGB Variations
Color information
#F2246B (or 0xF2246B) is known color: Cerise. HEX triplet: F2, 24 and 6B. RGB value is (242,36,107). Sum of RGB (Red+Green+Blue) = 242+36+107=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2246B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2246B is #0DDB94. Grayscale: #696969. Windows color (decimal): -908181 or 7021810. OLE color: 7021810.
HSL color Cylindrical-coordinate representation of color #F2246B: hue angle of 339.32º 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 #F2246B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 107 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.05 |
| HSL | 339.32º | 0.89% | 0.55% | - |
| HSV(B) | 339.32º | 0.85% | 0.95% | - |
| XYZ | 39.9 | 21.2 | 15.9 | - |
| YUV | 105.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 107 | 0 | 0.85 | 0.56 | 0.05 | 339.32 | 0.89 | 0.55 |
| Hex | F2 | 24 | 6B | 0 | 55 | 38 | 5 | 153 | 59 | 37 |
| Octal | 362 | 44 | 153 | 0 | 125 | 70 | 5 | 523 | 131 | 67 |
| Binary | 11110010 | 100100 | 1101011 | 0 | 1010101 | 111000 | 101 | 101010011 | 1011001 | 110111 |
Color Harmonies of #F2246B
Complementary color
Monochromatic Colors of #F2246B
Black with #F2246B
Text Example
Text Example
White with #F2246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2246B; }
p { color: rgb(242,36,107); }
H1.HeaderClassName
{
color: #F2246B;
}
.AnyTagClassName
{
color: #F2246B;
}
</style>
background-color css
<style>
a { background-color: #F2246B; }
a { background-color: rgb(242,36,107); }
div.DivClassName
{
background-color: #F2246B;
}
.BgClassName
{
background-color: #F2246B;
}
</style>
border-color css
<style>
span { border-color: #F2246B; }
span { border-color: rgb(242,36,107); }
td.TdClassName
{
border-color: #F2246B;
}
.TagClassName
{
border-color: #F2246B;
}
</style>