Shades of Deep Cerise #F32379
Tints of Deep Cerise #F32379
RGB
CMYK
RGB Variations
Color information
#F32379 (or 0xF32379) is known color: Deep Cerise. HEX triplet: F3, 23 and 79. RGB value is (243,35,121). Sum of RGB (Red+Green+Blue) = 243+35+121=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F32379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32379 is #0CDC86. Grayscale: #6A6A6A. Windows color (decimal): -842887 or 7939059. OLE color: 7939059.
HSL color Cylindrical-coordinate representation of color #F32379: hue angle of 335.19º 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 #F32379 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 121 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.05 |
| HSL | 335.19º | 0.9% | 0.55% | - |
| HSV(B) | 335.19º | 0.86% | 0.95% | - |
| XYZ | 41.01 | 21.64 | 20.1 | - |
| YUV | 107 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 121 | 0 | 0.86 | 0.50 | 0.05 | 335.19 | 0.9 | 0.55 |
| Hex | F3 | 23 | 79 | 0 | 56 | 32 | 5 | 14F | 5A | 37 |
| Octal | 363 | 43 | 171 | 0 | 126 | 62 | 5 | 517 | 132 | 67 |
| Binary | 11110011 | 100011 | 1111001 | 0 | 1010110 | 110010 | 101 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F32379
Complementary color
Monochromatic Colors of #F32379
Black with #F32379
Text Example
Text Example
White with #F32379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32379; }
p { color: rgb(243,35,121); }
H1.HeaderClassName
{
color: #F32379;
}
.AnyTagClassName
{
color: #F32379;
}
</style>
background-color css
<style>
a { background-color: #F32379; }
a { background-color: rgb(243,35,121); }
div.DivClassName
{
background-color: #F32379;
}
.BgClassName
{
background-color: #F32379;
}
</style>
border-color css
<style>
span { border-color: #F32379; }
span { border-color: rgb(243,35,121); }
td.TdClassName
{
border-color: #F32379;
}
.TagClassName
{
border-color: #F32379;
}
</style>