Shades of Deep Pink #FF1082
Tints of Deep Pink #FF1082
RGB
CMYK
RGB Variations
Color information
#FF1082 (or 0xFF1082) is known color: Deep Pink. HEX triplet: FF, 10 and 82. RGB value is (255,16,130). Sum of RGB (Red+Green+Blue) = 255+16+130=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1082 is #00EF7D. Grayscale: #646464. Windows color (decimal): -61310 or 8524031. OLE color: 8524031.
HSL color Cylindrical-coordinate representation of color #FF1082: hue angle of 331.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1082 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 130 | - |
| CMYK | 0 | 0.94 | 0.49 | 0 |
| HSL | 331.38º | 1% | 0.53% | - |
| HSV(B) | 331.38º | 0.94% | 1% | - |
| XYZ | 45.45 | 23.24 | 23.21 | - |
| YUV | 100.46 | 144.68 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 130 | 0 | 0.94 | 0.49 | 0 | 331.38 | 1 | 0.53 |
| Hex | FF | 10 | 82 | 0 | 5E | 31 | 0 | 14B | 64 | 35 |
| Octal | 377 | 20 | 202 | 0 | 136 | 61 | 0 | 513 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000010 | 0 | 1011110 | 110001 | 0 | 101001011 | 1100100 | 110101 |
Color Harmonies of #FF1082
Complementary color
Monochromatic Colors of #FF1082
Black with #FF1082
Text Example
Text Example
White with #FF1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1082; }
p { color: rgb(255,16,130); }
H1.HeaderClassName
{
color: #FF1082;
}
.AnyTagClassName
{
color: #FF1082;
}
</style>
background-color css
<style>
a { background-color: #FF1082; }
a { background-color: rgb(255,16,130); }
div.DivClassName
{
background-color: #FF1082;
}
.BgClassName
{
background-color: #FF1082;
}
</style>
border-color css
<style>
span { border-color: #FF1082; }
span { border-color: rgb(255,16,130); }
td.TdClassName
{
border-color: #FF1082;
}
.TagClassName
{
border-color: #FF1082;
}
</style>