Shades of Cerise #F22D76
Tints of Cerise #F22D76
RGB
CMYK
RGB Variations
Color information
#F22D76 (or 0xF22D76) is known color: Cerise. HEX triplet: F2, 2D and 76. RGB value is (242,45,118). Sum of RGB (Red+Green+Blue) = 242+45+118=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D76 is #0DD289. Grayscale: #707070. Windows color (decimal): -905866 or 7745010. OLE color: 7745010.
HSL color Cylindrical-coordinate representation of color #F22D76: hue angle of 337.77º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D76 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 118 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.05 |
| HSL | 337.77º | 0.88% | 0.56% | - |
| HSV(B) | 337.77º | 0.81% | 0.95% | - |
| XYZ | 40.83 | 22.06 | 19.25 | - |
| YUV | 112.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 118 | 0 | 0.81 | 0.51 | 0.05 | 337.77 | 0.88 | 0.56 |
| Hex | F2 | 2D | 76 | 0 | 51 | 33 | 5 | 152 | 58 | 38 |
| Octal | 362 | 55 | 166 | 0 | 121 | 63 | 5 | 522 | 130 | 70 |
| Binary | 11110010 | 101101 | 1110110 | 0 | 1010001 | 110011 | 101 | 101010010 | 1011000 | 111000 |
Color Harmonies of #F22D76
Complementary color
Monochromatic Colors of #F22D76
Black with #F22D76
Text Example
Text Example
White with #F22D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D76; }
p { color: rgb(242,45,118); }
H1.HeaderClassName
{
color: #F22D76;
}
.AnyTagClassName
{
color: #F22D76;
}
</style>
background-color css
<style>
a { background-color: #F22D76; }
a { background-color: rgb(242,45,118); }
div.DivClassName
{
background-color: #F22D76;
}
.BgClassName
{
background-color: #F22D76;
}
</style>
border-color css
<style>
span { border-color: #F22D76; }
span { border-color: rgb(242,45,118); }
td.TdClassName
{
border-color: #F22D76;
}
.TagClassName
{
border-color: #F22D76;
}
</style>