Shades of Cerise #F22C71
Tints of Cerise #F22C71
RGB
CMYK
RGB Variations
Color information
#F22C71 (or 0xF22C71) is known color: Cerise. HEX triplet: F2, 2C and 71. RGB value is (242,44,113). Sum of RGB (Red+Green+Blue) = 242+44+113=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C71 is #0DD38E. Grayscale: #6E6E6E. Windows color (decimal): -906127 or 7417074. OLE color: 7417074.
HSL color Cylindrical-coordinate representation of color #F22C71: hue angle of 339.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C71 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 113 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.05 |
| HSL | 339.09º | 0.88% | 0.56% | - |
| HSV(B) | 339.09º | 0.82% | 0.95% | - |
| XYZ | 40.5 | 21.87 | 17.71 | - |
| YUV | 111.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 113 | 0 | 0.82 | 0.53 | 0.05 | 339.09 | 0.88 | 0.56 |
| Hex | F2 | 2C | 71 | 0 | 52 | 35 | 5 | 153 | 58 | 38 |
| Octal | 362 | 54 | 161 | 0 | 122 | 65 | 5 | 523 | 130 | 70 |
| Binary | 11110010 | 101100 | 1110001 | 0 | 1010010 | 110101 | 101 | 101010011 | 1011000 | 111000 |
Color Harmonies of #F22C71
Complementary color
Monochromatic Colors of #F22C71
Black with #F22C71
Text Example
Text Example
White with #F22C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C71; }
p { color: rgb(242,44,113); }
H1.HeaderClassName
{
color: #F22C71;
}
.AnyTagClassName
{
color: #F22C71;
}
</style>
background-color css
<style>
a { background-color: #F22C71; }
a { background-color: rgb(242,44,113); }
div.DivClassName
{
background-color: #F22C71;
}
.BgClassName
{
background-color: #F22C71;
}
</style>
border-color css
<style>
span { border-color: #F22C71; }
span { border-color: rgb(242,44,113); }
td.TdClassName
{
border-color: #F22C71;
}
.TagClassName
{
border-color: #F22C71;
}
</style>