Shades of Deep Pink #FF0482
Tints of Deep Pink #FF0482
RGB
CMYK
RGB Variations
Color information
#FF0482 (or 0xFF0482) is known color: Deep Pink. HEX triplet: FF, 04 and 82. RGB value is (255,4,130). Sum of RGB (Red+Green+Blue) = 255+4+130=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0482 is #00FB7D. Grayscale: #5D5D5D. Windows color (decimal): -64382 or 8520959. OLE color: 8520959.
HSL color Cylindrical-coordinate representation of color #FF0482: hue angle of 329.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0482 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 329.88º | 1% | 0.51% | - |
| HSV(B) | 329.88º | 0.98% | 1% | - |
| XYZ | 45.31 | 22.96 | 23.16 | - |
| YUV | 93.41 | 148.66 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 130 | 0 | 0.98 | 0.49 | 0 | 329.88 | 1 | 0.51 |
| Hex | FF | 4 | 82 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 4 | 202 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 100 | 10000010 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0482
Complementary color
Monochromatic Colors of #FF0482
Black with #FF0482
Text Example
Text Example
White with #FF0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0482; }
p { color: rgb(255,4,130); }
H1.HeaderClassName
{
color: #FF0482;
}
.AnyTagClassName
{
color: #FF0482;
}
</style>
background-color css
<style>
a { background-color: #FF0482; }
a { background-color: rgb(255,4,130); }
div.DivClassName
{
background-color: #FF0482;
}
.BgClassName
{
background-color: #FF0482;
}
</style>
border-color css
<style>
span { border-color: #FF0482; }
span { border-color: rgb(255,4,130); }
td.TdClassName
{
border-color: #FF0482;
}
.TagClassName
{
border-color: #FF0482;
}
</style>