Shades of Deep Pink #FF0782
Tints of Deep Pink #FF0782
RGB
CMYK
RGB Variations
Color information
#FF0782 (or 0xFF0782) is known color: Deep Pink. HEX triplet: FF, 07 and 82. RGB value is (255,7,130). Sum of RGB (Red+Green+Blue) = 255+7+130=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0782 is #00F87D. Grayscale: #5E5E5E. Windows color (decimal): -63614 or 8521727. OLE color: 8521727.
HSL color Cylindrical-coordinate representation of color #FF0782: hue angle of 330.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0782 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.49 | 0 |
| HSL | 330.24º | 1% | 0.51% | - |
| HSV(B) | 330.24º | 0.97% | 1% | - |
| XYZ | 45.35 | 23.02 | 23.17 | - |
| YUV | 95.17 | 147.66 | 242 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 130 | 0 | 0.97 | 0.49 | 0 | 330.24 | 1 | 0.51 |
| Hex | FF | 7 | 82 | 0 | 61 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 7 | 202 | 0 | 141 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 111 | 10000010 | 0 | 1100001 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0782
Complementary color
Monochromatic Colors of #FF0782
Black with #FF0782
Text Example
Text Example
White with #FF0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0782; }
p { color: rgb(255,7,130); }
H1.HeaderClassName
{
color: #FF0782;
}
.AnyTagClassName
{
color: #FF0782;
}
</style>
background-color css
<style>
a { background-color: #FF0782; }
a { background-color: rgb(255,7,130); }
div.DivClassName
{
background-color: #FF0782;
}
.BgClassName
{
background-color: #FF0782;
}
</style>
border-color css
<style>
span { border-color: #FF0782; }
span { border-color: rgb(255,7,130); }
td.TdClassName
{
border-color: #FF0782;
}
.TagClassName
{
border-color: #FF0782;
}
</style>