Shades of Deep Pink #F32082
Tints of Deep Pink #F32082
RGB
CMYK
RGB Variations
Color information
#F32082 (or 0xF32082) is known color: Deep Pink. HEX triplet: F3, 20 and 82. RGB value is (243,32,130). Sum of RGB (Red+Green+Blue) = 243+32+130=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F32082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32082 is #0CDF7D. Grayscale: #6A6A6A. Windows color (decimal): -843646 or 8528115. OLE color: 8528115.
HSL color Cylindrical-coordinate representation of color #F32082: hue angle of 332.13º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32082 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 130 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.05 |
| HSL | 332.13º | 0.9% | 0.54% | - |
| HSV(B) | 332.13º | 0.87% | 0.95% | - |
| XYZ | 41.51 | 21.7 | 23.12 | - |
| YUV | 106.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 130 | 0 | 0.87 | 0.47 | 0.05 | 332.13 | 0.9 | 0.54 |
| Hex | F3 | 20 | 82 | 0 | 57 | 2F | 5 | 14C | 5A | 36 |
| Octal | 363 | 40 | 202 | 0 | 127 | 57 | 5 | 514 | 132 | 66 |
| Binary | 11110011 | 100000 | 10000010 | 0 | 1010111 | 101111 | 101 | 101001100 | 1011010 | 110110 |
Color Harmonies of #F32082
Complementary color
Monochromatic Colors of #F32082
Black with #F32082
Text Example
Text Example
White with #F32082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32082; }
p { color: rgb(243,32,130); }
H1.HeaderClassName
{
color: #F32082;
}
.AnyTagClassName
{
color: #F32082;
}
</style>
background-color css
<style>
a { background-color: #F32082; }
a { background-color: rgb(243,32,130); }
div.DivClassName
{
background-color: #F32082;
}
.BgClassName
{
background-color: #F32082;
}
</style>
border-color css
<style>
span { border-color: #F32082; }
span { border-color: rgb(243,32,130); }
td.TdClassName
{
border-color: #F32082;
}
.TagClassName
{
border-color: #F32082;
}
</style>