Shades of Cerise #F22D71
Tints of Cerise #F22D71
RGB
CMYK
RGB Variations
Color information
#F22D71 (or 0xF22D71) is known color: Cerise. HEX triplet: F2, 2D and 71. RGB value is (242,45,113). Sum of RGB (Red+Green+Blue) = 242+45+113=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D71 is #0DD28E. Grayscale: #6F6F6F. Windows color (decimal): -905871 or 7417330. OLE color: 7417330.
HSL color Cylindrical-coordinate representation of color #F22D71: hue angle of 339.29º 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 #F22D71 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 113 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.05 |
| HSL | 339.29º | 0.88% | 0.56% | - |
| HSV(B) | 339.29º | 0.81% | 0.95% | - |
| XYZ | 40.54 | 21.95 | 17.72 | - |
| YUV | 111.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 113 | 0 | 0.81 | 0.53 | 0.05 | 339.29 | 0.88 | 0.56 |
| Hex | F2 | 2D | 71 | 0 | 51 | 35 | 5 | 153 | 58 | 38 |
| Octal | 362 | 55 | 161 | 0 | 121 | 65 | 5 | 523 | 130 | 70 |
| Binary | 11110010 | 101101 | 1110001 | 0 | 1010001 | 110101 | 101 | 101010011 | 1011000 | 111000 |
Color Harmonies of #F22D71
Complementary color
Monochromatic Colors of #F22D71
Black with #F22D71
Text Example
Text Example
White with #F22D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D71; }
p { color: rgb(242,45,113); }
H1.HeaderClassName
{
color: #F22D71;
}
.AnyTagClassName
{
color: #F22D71;
}
</style>
background-color css
<style>
a { background-color: #F22D71; }
a { background-color: rgb(242,45,113); }
div.DivClassName
{
background-color: #F22D71;
}
.BgClassName
{
background-color: #F22D71;
}
</style>
border-color css
<style>
span { border-color: #F22D71; }
span { border-color: rgb(242,45,113); }
td.TdClassName
{
border-color: #F22D71;
}
.TagClassName
{
border-color: #F22D71;
}
</style>