Shades of Deep Pink #FF0082
Tints of Deep Pink #FF0082
RGB
CMYK
RGB Variations
Color information
#FF0082 (or 0xFF0082) is known color: Deep Pink. HEX triplet: FF, 00 and 82. RGB value is (255,0,130). Sum of RGB (Red+Green+Blue) = 255+0+130=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0082 is #00FF7D. Grayscale: #5A5A5A. Windows color (decimal): -65406 or 8519935. OLE color: 8519935.
HSL color Cylindrical-coordinate representation of color #FF0082: hue angle of 329.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0082 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.49 | 0 |
| HSL | 329.41º | 1% | 0.5% | - |
| HSV(B) | 329.41º | 1% | 1% | - |
| XYZ | 45.27 | 22.87 | 23.15 | - |
| YUV | 91.07 | 149.98 | 244.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 130 | 0 | 1 | 0.49 | 0 | 329.41 | 1 | 0.5 |
| Hex | FF | 0 | 82 | 0 | 64 | 31 | 0 | 149 | 64 | 32 |
| Octal | 377 | 0 | 202 | 0 | 144 | 61 | 0 | 511 | 144 | 62 |
| Binary | 11111111 | 0 | 10000010 | 0 | 1100100 | 110001 | 0 | 101001001 | 1100100 | 110010 |
Color Harmonies of #FF0082
Complementary color
Monochromatic Colors of #FF0082
Black with #FF0082
Text Example
Text Example
White with #FF0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0082; }
p { color: rgb(255,0,130); }
H1.HeaderClassName
{
color: #FF0082;
}
.AnyTagClassName
{
color: #FF0082;
}
</style>
background-color css
<style>
a { background-color: #FF0082; }
a { background-color: rgb(255,0,130); }
div.DivClassName
{
background-color: #FF0082;
}
.BgClassName
{
background-color: #FF0082;
}
</style>
border-color css
<style>
span { border-color: #FF0082; }
span { border-color: rgb(255,0,130); }
td.TdClassName
{
border-color: #FF0082;
}
.TagClassName
{
border-color: #FF0082;
}
</style>