Shades of Cerise #F42872
Tints of Cerise #F42872
RGB
CMYK
RGB Variations
Color information
#F42872 (or 0xF42872) is known color: Cerise. HEX triplet: F4, 28 and 72. RGB value is (244,40,114). Sum of RGB (Red+Green+Blue) = 244+40+114=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F42872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42872 is #0BD78D. Grayscale: #6D6D6D. Windows color (decimal): -776078 or 7481588. OLE color: 7481588.
HSL color Cylindrical-coordinate representation of color #F42872: hue angle of 338.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42872 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 114 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.04 |
| HSL | 338.24º | 0.9% | 0.56% | - |
| HSV(B) | 338.24º | 0.84% | 0.96% | - |
| XYZ | 41.1 | 21.97 | 17.99 | - |
| YUV | 109.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 114 | 0 | 0.84 | 0.53 | 0.04 | 338.24 | 0.9 | 0.56 |
| Hex | F4 | 28 | 72 | 0 | 54 | 35 | 4 | 152 | 5A | 38 |
| Octal | 364 | 50 | 162 | 0 | 124 | 65 | 4 | 522 | 132 | 70 |
| Binary | 11110100 | 101000 | 1110010 | 0 | 1010100 | 110101 | 100 | 101010010 | 1011010 | 111000 |
Color Harmonies of #F42872
Complementary color
Monochromatic Colors of #F42872
Black with #F42872
Text Example
Text Example
White with #F42872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42872; }
p { color: rgb(244,40,114); }
H1.HeaderClassName
{
color: #F42872;
}
.AnyTagClassName
{
color: #F42872;
}
</style>
background-color css
<style>
a { background-color: #F42872; }
a { background-color: rgb(244,40,114); }
div.DivClassName
{
background-color: #F42872;
}
.BgClassName
{
background-color: #F42872;
}
</style>
border-color css
<style>
span { border-color: #F42872; }
span { border-color: rgb(244,40,114); }
td.TdClassName
{
border-color: #F42872;
}
.TagClassName
{
border-color: #F42872;
}
</style>