Shades of Cerise #F42373
Tints of Cerise #F42373
RGB
CMYK
RGB Variations
Color information
#F42373 (or 0xF42373) is known color: Cerise. HEX triplet: F4, 23 and 73. RGB value is (244,35,115). Sum of RGB (Red+Green+Blue) = 244+35+115=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F42373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42373 is #0BDC8C. Grayscale: #6A6A6A. Windows color (decimal): -777357 or 7545844. OLE color: 7545844.
HSL color Cylindrical-coordinate representation of color #F42373: hue angle of 337.03º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42373 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 115 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.04 |
| HSL | 337.03º | 0.9% | 0.55% | - |
| HSV(B) | 337.03º | 0.86% | 0.96% | - |
| XYZ | 41 | 21.67 | 18.24 | - |
| YUV | 106.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 115 | 0 | 0.86 | 0.53 | 0.04 | 337.03 | 0.9 | 0.55 |
| Hex | F4 | 23 | 73 | 0 | 56 | 35 | 4 | 151 | 5A | 37 |
| Octal | 364 | 43 | 163 | 0 | 126 | 65 | 4 | 521 | 132 | 67 |
| Binary | 11110100 | 100011 | 1110011 | 0 | 1010110 | 110101 | 100 | 101010001 | 1011010 | 110111 |
Color Harmonies of #F42373
Complementary color
Monochromatic Colors of #F42373
Black with #F42373
Text Example
Text Example
White with #F42373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42373; }
p { color: rgb(244,35,115); }
H1.HeaderClassName
{
color: #F42373;
}
.AnyTagClassName
{
color: #F42373;
}
</style>
background-color css
<style>
a { background-color: #F42373; }
a { background-color: rgb(244,35,115); }
div.DivClassName
{
background-color: #F42373;
}
.BgClassName
{
background-color: #F42373;
}
</style>
border-color css
<style>
span { border-color: #F42373; }
span { border-color: rgb(244,35,115); }
td.TdClassName
{
border-color: #F42373;
}
.TagClassName
{
border-color: #F42373;
}
</style>