Shades of Deep Cerise #F32378
Tints of Deep Cerise #F32378
RGB
CMYK
RGB Variations
Color information
#F32378 (or 0xF32378) is known color: Deep Cerise. HEX triplet: F3, 23 and 78. RGB value is (243,35,120). Sum of RGB (Red+Green+Blue) = 243+35+120=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F32378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32378 is #0CDC87. Grayscale: #6A6A6A. Windows color (decimal): -842888 or 7873523. OLE color: 7873523.
HSL color Cylindrical-coordinate representation of color #F32378: hue angle of 335.48º 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 #F32378 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 120 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.05 |
| HSL | 335.48º | 0.9% | 0.55% | - |
| HSV(B) | 335.48º | 0.86% | 0.95% | - |
| XYZ | 40.95 | 21.61 | 19.78 | - |
| YUV | 106.88 | 135.41 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 120 | 0 | 0.86 | 0.51 | 0.05 | 335.48 | 0.9 | 0.55 |
| Hex | F3 | 23 | 78 | 0 | 56 | 33 | 5 | 14F | 5A | 37 |
| Octal | 363 | 43 | 170 | 0 | 126 | 63 | 5 | 517 | 132 | 67 |
| Binary | 11110011 | 100011 | 1111000 | 0 | 1010110 | 110011 | 101 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F32378
Complementary color
Monochromatic Colors of #F32378
Black with #F32378
Text Example
Text Example
White with #F32378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32378; }
p { color: rgb(243,35,120); }
H1.HeaderClassName
{
color: #F32378;
}
.AnyTagClassName
{
color: #F32378;
}
</style>
background-color css
<style>
a { background-color: #F32378; }
a { background-color: rgb(243,35,120); }
div.DivClassName
{
background-color: #F32378;
}
.BgClassName
{
background-color: #F32378;
}
</style>
border-color css
<style>
span { border-color: #F32378; }
span { border-color: rgb(243,35,120); }
td.TdClassName
{
border-color: #F32378;
}
.TagClassName
{
border-color: #F32378;
}
</style>