Shades of Cerise #F32972
Tints of Cerise #F32972
RGB
CMYK
RGB Variations
Color information
#F32972 (or 0xF32972) is known color: Cerise. HEX triplet: F3, 29 and 72. RGB value is (243,41,114). Sum of RGB (Red+Green+Blue) = 243+41+114=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F32972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32972 is #0CD68D. Grayscale: #6D6D6D. Windows color (decimal): -841358 or 7481843. OLE color: 7481843.
HSL color Cylindrical-coordinate representation of color #F32972: hue angle of 338.32º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32972 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 114 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.05 |
| HSL | 338.32º | 0.89% | 0.56% | - |
| HSV(B) | 338.32º | 0.83% | 0.95% | - |
| XYZ | 40.79 | 21.86 | 17.99 | - |
| YUV | 109.72 | 130.42 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 114 | 0 | 0.83 | 0.53 | 0.05 | 338.32 | 0.89 | 0.56 |
| Hex | F3 | 29 | 72 | 0 | 53 | 35 | 5 | 152 | 59 | 38 |
| Octal | 363 | 51 | 162 | 0 | 123 | 65 | 5 | 522 | 131 | 70 |
| Binary | 11110011 | 101001 | 1110010 | 0 | 1010011 | 110101 | 101 | 101010010 | 1011001 | 111000 |
Color Harmonies of #F32972
Complementary color
Monochromatic Colors of #F32972
Black with #F32972
Text Example
Text Example
White with #F32972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32972; }
p { color: rgb(243,41,114); }
H1.HeaderClassName
{
color: #F32972;
}
.AnyTagClassName
{
color: #F32972;
}
</style>
background-color css
<style>
a { background-color: #F32972; }
a { background-color: rgb(243,41,114); }
div.DivClassName
{
background-color: #F32972;
}
.BgClassName
{
background-color: #F32972;
}
</style>
border-color css
<style>
span { border-color: #F32972; }
span { border-color: rgb(243,41,114); }
td.TdClassName
{
border-color: #F32972;
}
.TagClassName
{
border-color: #F32972;
}
</style>