Shades of Deep Pink #FF0282
Tints of Deep Pink #FF0282
RGB
CMYK
RGB Variations
Color information
#FF0282 (or 0xFF0282) is known color: Deep Pink. HEX triplet: FF, 02 and 82. RGB value is (255,2,130). Sum of RGB (Red+Green+Blue) = 255+2+130=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0282 is #00FD7D. Grayscale: #5B5B5B. Windows color (decimal): -64894 or 8520447. OLE color: 8520447.
HSL color Cylindrical-coordinate representation of color #FF0282: hue angle of 329.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0282 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.49 | 0 |
| HSL | 329.64º | 1% | 0.5% | - |
| HSV(B) | 329.64º | 0.99% | 1% | - |
| XYZ | 45.29 | 22.92 | 23.16 | - |
| YUV | 92.24 | 149.32 | 244.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 130 | 0 | 0.99 | 0.49 | 0 | 329.64 | 1 | 0.5 |
| Hex | FF | 2 | 82 | 0 | 63 | 31 | 0 | 14A | 64 | 32 |
| Octal | 377 | 2 | 202 | 0 | 143 | 61 | 0 | 512 | 144 | 62 |
| Binary | 11111111 | 10 | 10000010 | 0 | 1100011 | 110001 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FF0282
Complementary color
Monochromatic Colors of #FF0282
Black with #FF0282
Text Example
Text Example
White with #FF0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0282; }
p { color: rgb(255,2,130); }
H1.HeaderClassName
{
color: #FF0282;
}
.AnyTagClassName
{
color: #FF0282;
}
</style>
background-color css
<style>
a { background-color: #FF0282; }
a { background-color: rgb(255,2,130); }
div.DivClassName
{
background-color: #FF0282;
}
.BgClassName
{
background-color: #FF0282;
}
</style>
border-color css
<style>
span { border-color: #FF0282; }
span { border-color: rgb(255,2,130); }
td.TdClassName
{
border-color: #FF0282;
}
.TagClassName
{
border-color: #FF0282;
}
</style>