Shades of Cerise #F42972
Tints of Cerise #F42972
RGB
CMYK
RGB Variations
Color information
#F42972 (or 0xF42972) is known color: Cerise. HEX triplet: F4, 29 and 72. RGB value is (244,41,114). Sum of RGB (Red+Green+Blue) = 244+41+114=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F42972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42972 is #0BD68D. Grayscale: #6D6D6D. Windows color (decimal): -775822 or 7481844. OLE color: 7481844.
HSL color Cylindrical-coordinate representation of color #F42972: hue angle of 338.42º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42972 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 114 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.04 |
| HSL | 338.42º | 0.9% | 0.56% | - |
| HSV(B) | 338.42º | 0.83% | 0.96% | - |
| XYZ | 41.14 | 22.03 | 18 | - |
| YUV | 110.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 114 | 0 | 0.83 | 0.53 | 0.04 | 338.42 | 0.9 | 0.56 |
| Hex | F4 | 29 | 72 | 0 | 53 | 35 | 4 | 152 | 5A | 38 |
| Octal | 364 | 51 | 162 | 0 | 123 | 65 | 4 | 522 | 132 | 70 |
| Binary | 11110100 | 101001 | 1110010 | 0 | 1010011 | 110101 | 100 | 101010010 | 1011010 | 111000 |
Color Harmonies of #F42972
Complementary color
Monochromatic Colors of #F42972
Black with #F42972
Text Example
Text Example
White with #F42972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42972; }
p { color: rgb(244,41,114); }
H1.HeaderClassName
{
color: #F42972;
}
.AnyTagClassName
{
color: #F42972;
}
</style>
background-color css
<style>
a { background-color: #F42972; }
a { background-color: rgb(244,41,114); }
div.DivClassName
{
background-color: #F42972;
}
.BgClassName
{
background-color: #F42972;
}
</style>
border-color css
<style>
span { border-color: #F42972; }
span { border-color: rgb(244,41,114); }
td.TdClassName
{
border-color: #F42972;
}
.TagClassName
{
border-color: #F42972;
}
</style>