Shades of Deep Pink #FF1680
Tints of Deep Pink #FF1680
RGB
CMYK
RGB Variations
Color information
#FF1680 (or 0xFF1680) is known color: Deep Pink. HEX triplet: FF, 16 and 80. RGB value is (255,22,128). Sum of RGB (Red+Green+Blue) = 255+22+128=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1680 is #00E97F. Grayscale: #676767. Windows color (decimal): -59776 or 8394495. OLE color: 8394495.
HSL color Cylindrical-coordinate representation of color #FF1680: hue angle of 332.7º 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 #FF1680 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 128 | - |
| CMYK | 0 | 0.91 | 0.50 | 0 |
| HSL | 332.7º | 1% | 0.54% | - |
| HSV(B) | 332.7º | 0.91% | 1% | - |
| XYZ | 45.42 | 23.39 | 22.54 | - |
| YUV | 103.75 | 141.69 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 128 | 0 | 0.91 | 0.50 | 0 | 332.7 | 1 | 0.54 |
| Hex | FF | 16 | 80 | 0 | 5B | 32 | 0 | 14D | 64 | 36 |
| Octal | 377 | 26 | 200 | 0 | 133 | 62 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10110 | 10000000 | 0 | 1011011 | 110010 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF1680
Complementary color
Monochromatic Colors of #FF1680
Black with #FF1680
Text Example
Text Example
White with #FF1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1680; }
p { color: rgb(255,22,128); }
H1.HeaderClassName
{
color: #FF1680;
}
.AnyTagClassName
{
color: #FF1680;
}
</style>
background-color css
<style>
a { background-color: #FF1680; }
a { background-color: rgb(255,22,128); }
div.DivClassName
{
background-color: #FF1680;
}
.BgClassName
{
background-color: #FF1680;
}
</style>
border-color css
<style>
span { border-color: #FF1680; }
span { border-color: rgb(255,22,128); }
td.TdClassName
{
border-color: #FF1680;
}
.TagClassName
{
border-color: #FF1680;
}
</style>