Shades of Cerise #F32872
Tints of Cerise #F32872
RGB
CMYK
RGB Variations
Color information
#F32872 (or 0xF32872) is known color: Cerise. HEX triplet: F3, 28 and 72. RGB value is (243,40,114). Sum of RGB (Red+Green+Blue) = 243+40+114=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32872 is #0CD78D. Grayscale: #6D6D6D. Windows color (decimal): -841614 or 7481587. OLE color: 7481587.
HSL color Cylindrical-coordinate representation of color #F32872: hue angle of 338.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32872 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 114 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.05 |
| HSL | 338.13º | 0.89% | 0.55% | - |
| HSV(B) | 338.13º | 0.84% | 0.95% | - |
| XYZ | 40.76 | 21.79 | 17.98 | - |
| YUV | 109.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 114 | 0 | 0.84 | 0.53 | 0.05 | 338.13 | 0.89 | 0.55 |
| Hex | F3 | 28 | 72 | 0 | 54 | 35 | 5 | 152 | 59 | 37 |
| Octal | 363 | 50 | 162 | 0 | 124 | 65 | 5 | 522 | 131 | 67 |
| Binary | 11110011 | 101000 | 1110010 | 0 | 1010100 | 110101 | 101 | 101010010 | 1011001 | 110111 |
Color Harmonies of #F32872
Complementary color
Monochromatic Colors of #F32872
Black with #F32872
Text Example
Text Example
White with #F32872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32872; }
p { color: rgb(243,40,114); }
H1.HeaderClassName
{
color: #F32872;
}
.AnyTagClassName
{
color: #F32872;
}
</style>
background-color css
<style>
a { background-color: #F32872; }
a { background-color: rgb(243,40,114); }
div.DivClassName
{
background-color: #F32872;
}
.BgClassName
{
background-color: #F32872;
}
</style>
border-color css
<style>
span { border-color: #F32872; }
span { border-color: rgb(243,40,114); }
td.TdClassName
{
border-color: #F32872;
}
.TagClassName
{
border-color: #F32872;
}
</style>