Shades of Deep Cerise #F32980
Tints of Deep Cerise #F32980
RGB
CMYK
RGB Variations
Color information
#F32980 (or 0xF32980) is known color: Deep Cerise. HEX triplet: F3, 29 and 80. RGB value is (243,41,128). Sum of RGB (Red+Green+Blue) = 243+41+128=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F32980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32980 is #0CD67F. Grayscale: #6F6F6F. Windows color (decimal): -841344 or 8399347. OLE color: 8399347.
HSL color Cylindrical-coordinate representation of color #F32980: hue angle of 334.16º 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 #F32980 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 128 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 334.16º | 0.89% | 0.56% | - |
| HSV(B) | 334.16º | 0.83% | 0.95% | - |
| XYZ | 41.65 | 22.2 | 22.51 | - |
| YUV | 111.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 128 | 0 | 0.83 | 0.47 | 0.05 | 334.16 | 0.89 | 0.56 |
| Hex | F3 | 29 | 80 | 0 | 53 | 2F | 5 | 14E | 59 | 38 |
| Octal | 363 | 51 | 200 | 0 | 123 | 57 | 5 | 516 | 131 | 70 |
| Binary | 11110011 | 101001 | 10000000 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011001 | 111000 |
Color Harmonies of #F32980
Complementary color
Monochromatic Colors of #F32980
Black with #F32980
Text Example
Text Example
White with #F32980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32980; }
p { color: rgb(243,41,128); }
H1.HeaderClassName
{
color: #F32980;
}
.AnyTagClassName
{
color: #F32980;
}
</style>
background-color css
<style>
a { background-color: #F32980; }
a { background-color: rgb(243,41,128); }
div.DivClassName
{
background-color: #F32980;
}
.BgClassName
{
background-color: #F32980;
}
</style>
border-color css
<style>
span { border-color: #F32980; }
span { border-color: rgb(243,41,128); }
td.TdClassName
{
border-color: #F32980;
}
.TagClassName
{
border-color: #F32980;
}
</style>