Shades of Deep Pink #FF0682
Tints of Deep Pink #FF0682
RGB
CMYK
RGB Variations
Color information
#FF0682 (or 0xFF0682) is known color: Deep Pink. HEX triplet: FF, 06 and 82. RGB value is (255,6,130). Sum of RGB (Red+Green+Blue) = 255+6+130=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0682 is #00F97D. Grayscale: #5E5E5E. Windows color (decimal): -63870 or 8521471. OLE color: 8521471.
HSL color Cylindrical-coordinate representation of color #FF0682: hue angle of 330.12º 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 #FF0682 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 130 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 330.12º | 1% | 0.51% | - |
| HSV(B) | 330.12º | 0.98% | 1% | - |
| XYZ | 45.33 | 23 | 23.17 | - |
| YUV | 94.59 | 147.99 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 130 | 0 | 0.98 | 0.49 | 0 | 330.12 | 1 | 0.51 |
| Hex | FF | 6 | 82 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 6 | 202 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 110 | 10000010 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0682
Complementary color
Monochromatic Colors of #FF0682
Black with #FF0682
Text Example
Text Example
White with #FF0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0682; }
p { color: rgb(255,6,130); }
H1.HeaderClassName
{
color: #FF0682;
}
.AnyTagClassName
{
color: #FF0682;
}
</style>
background-color css
<style>
a { background-color: #FF0682; }
a { background-color: rgb(255,6,130); }
div.DivClassName
{
background-color: #FF0682;
}
.BgClassName
{
background-color: #FF0682;
}
</style>
border-color css
<style>
span { border-color: #FF0682; }
span { border-color: rgb(255,6,130); }
td.TdClassName
{
border-color: #FF0682;
}
.TagClassName
{
border-color: #FF0682;
}
</style>