Shades of Deep Cerise #F32982
Tints of Deep Cerise #F32982
RGB
CMYK
RGB Variations
Color information
#F32982 (or 0xF32982) is known color: Deep Cerise. HEX triplet: F3, 29 and 82. RGB value is (243,41,130). Sum of RGB (Red+Green+Blue) = 243+41+130=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F32982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32982 is #0CD67D. Grayscale: #6F6F6F. Windows color (decimal): -841342 or 8530419. OLE color: 8530419.
HSL color Cylindrical-coordinate representation of color #F32982: hue angle of 333.56º 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 #F32982 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 130 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 333.56º | 0.89% | 0.56% | - |
| HSV(B) | 333.56º | 0.83% | 0.95% | - |
| XYZ | 41.78 | 22.25 | 23.21 | - |
| YUV | 111.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 130 | 0 | 0.83 | 0.47 | 0.05 | 333.56 | 0.89 | 0.56 |
| Hex | F3 | 29 | 82 | 0 | 53 | 2F | 5 | 14E | 59 | 38 |
| Octal | 363 | 51 | 202 | 0 | 123 | 57 | 5 | 516 | 131 | 70 |
| Binary | 11110011 | 101001 | 10000010 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011001 | 111000 |
Color Harmonies of #F32982
Complementary color
Monochromatic Colors of #F32982
Black with #F32982
Text Example
Text Example
White with #F32982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32982; }
p { color: rgb(243,41,130); }
H1.HeaderClassName
{
color: #F32982;
}
.AnyTagClassName
{
color: #F32982;
}
</style>
background-color css
<style>
a { background-color: #F32982; }
a { background-color: rgb(243,41,130); }
div.DivClassName
{
background-color: #F32982;
}
.BgClassName
{
background-color: #F32982;
}
</style>
border-color css
<style>
span { border-color: #F32982; }
span { border-color: rgb(243,41,130); }
td.TdClassName
{
border-color: #F32982;
}
.TagClassName
{
border-color: #F32982;
}
</style>