Shades of Cerise #F32372
Tints of Cerise #F32372
RGB
CMYK
RGB Variations
Color information
#F32372 (or 0xF32372) is known color: Cerise. HEX triplet: F3, 23 and 72. RGB value is (243,35,114). Sum of RGB (Red+Green+Blue) = 243+35+114=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F32372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32372 is #0CDC8D. Grayscale: #6A6A6A. Windows color (decimal): -842894 or 7480307. OLE color: 7480307.
HSL color Cylindrical-coordinate representation of color #F32372: hue angle of 337.21º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32372 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 114 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.05 |
| HSL | 337.21º | 0.9% | 0.55% | - |
| HSV(B) | 337.21º | 0.86% | 0.95% | - |
| XYZ | 40.6 | 21.47 | 17.92 | - |
| YUV | 106.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 114 | 0 | 0.86 | 0.53 | 0.05 | 337.21 | 0.9 | 0.55 |
| Hex | F3 | 23 | 72 | 0 | 56 | 35 | 5 | 151 | 5A | 37 |
| Octal | 363 | 43 | 162 | 0 | 126 | 65 | 5 | 521 | 132 | 67 |
| Binary | 11110011 | 100011 | 1110010 | 0 | 1010110 | 110101 | 101 | 101010001 | 1011010 | 110111 |
Color Harmonies of #F32372
Complementary color
Monochromatic Colors of #F32372
Black with #F32372
Text Example
Text Example
White with #F32372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32372; }
p { color: rgb(243,35,114); }
H1.HeaderClassName
{
color: #F32372;
}
.AnyTagClassName
{
color: #F32372;
}
</style>
background-color css
<style>
a { background-color: #F32372; }
a { background-color: rgb(243,35,114); }
div.DivClassName
{
background-color: #F32372;
}
.BgClassName
{
background-color: #F32372;
}
</style>
border-color css
<style>
span { border-color: #F32372; }
span { border-color: rgb(243,35,114); }
td.TdClassName
{
border-color: #F32372;
}
.TagClassName
{
border-color: #F32372;
}
</style>