Shades of Deep Cerise #F32278
Tints of Deep Cerise #F32278
RGB
CMYK
RGB Variations
Color information
#F32278 (or 0xF32278) is known color: Deep Cerise. HEX triplet: F3, 22 and 78. RGB value is (243,34,120). Sum of RGB (Red+Green+Blue) = 243+34+120=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32278 is #0CDD87. Grayscale: #6A6A6A. Windows color (decimal): -843144 or 7873267. OLE color: 7873267.
HSL color Cylindrical-coordinate representation of color #F32278: hue angle of 335.31º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32278 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 120 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.05 |
| HSL | 335.31º | 0.9% | 0.54% | - |
| HSV(B) | 335.31º | 0.86% | 0.95% | - |
| XYZ | 40.92 | 21.55 | 19.77 | - |
| YUV | 106.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 120 | 0 | 0.86 | 0.51 | 0.05 | 335.31 | 0.9 | 0.54 |
| Hex | F3 | 22 | 78 | 0 | 56 | 33 | 5 | 14F | 5A | 36 |
| Octal | 363 | 42 | 170 | 0 | 126 | 63 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 100010 | 1111000 | 0 | 1010110 | 110011 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F32278
Complementary color
Monochromatic Colors of #F32278
Black with #F32278
Text Example
Text Example
White with #F32278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32278; }
p { color: rgb(243,34,120); }
H1.HeaderClassName
{
color: #F32278;
}
.AnyTagClassName
{
color: #F32278;
}
</style>
background-color css
<style>
a { background-color: #F32278; }
a { background-color: rgb(243,34,120); }
div.DivClassName
{
background-color: #F32278;
}
.BgClassName
{
background-color: #F32278;
}
</style>
border-color css
<style>
span { border-color: #F32278; }
span { border-color: rgb(243,34,120); }
td.TdClassName
{
border-color: #F32278;
}
.TagClassName
{
border-color: #F32278;
}
</style>