Shades of Deep Pink #FF1682
Tints of Deep Pink #FF1682
RGB
CMYK
RGB Variations
Color information
#FF1682 (or 0xFF1682) is known color: Deep Pink. HEX triplet: FF, 16 and 82. RGB value is (255,22,130). Sum of RGB (Red+Green+Blue) = 255+22+130=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1682 is #00E97D. Grayscale: #676767. Windows color (decimal): -59774 or 8525567. OLE color: 8525567.
HSL color Cylindrical-coordinate representation of color #FF1682: hue angle of 332.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1682 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 130 | - |
| CMYK | 0 | 0.91 | 0.49 | 0 |
| HSL | 332.19º | 1% | 0.54% | - |
| HSV(B) | 332.19º | 0.91% | 1% | - |
| XYZ | 45.56 | 23.45 | 23.24 | - |
| YUV | 103.98 | 142.69 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 130 | 0 | 0.91 | 0.49 | 0 | 332.19 | 1 | 0.54 |
| Hex | FF | 16 | 82 | 0 | 5B | 31 | 0 | 14C | 64 | 36 |
| Octal | 377 | 26 | 202 | 0 | 133 | 61 | 0 | 514 | 144 | 66 |
| Binary | 11111111 | 10110 | 10000010 | 0 | 1011011 | 110001 | 0 | 101001100 | 1100100 | 110110 |
Color Harmonies of #FF1682
Complementary color
Monochromatic Colors of #FF1682
Black with #FF1682
Text Example
Text Example
White with #FF1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1682; }
p { color: rgb(255,22,130); }
H1.HeaderClassName
{
color: #FF1682;
}
.AnyTagClassName
{
color: #FF1682;
}
</style>
background-color css
<style>
a { background-color: #FF1682; }
a { background-color: rgb(255,22,130); }
div.DivClassName
{
background-color: #FF1682;
}
.BgClassName
{
background-color: #FF1682;
}
</style>
border-color css
<style>
span { border-color: #FF1682; }
span { border-color: rgb(255,22,130); }
td.TdClassName
{
border-color: #FF1682;
}
.TagClassName
{
border-color: #FF1682;
}
</style>