Shades of Deep Pink #FF1986
Tints of Deep Pink #FF1986
RGB
CMYK
RGB Variations
Color information
#FF1986 (or 0xFF1986) is known color: Deep Pink. HEX triplet: FF, 19 and 86. RGB value is (255,25,134). Sum of RGB (Red+Green+Blue) = 255+25+134=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1986 is #00E679. Grayscale: #696969. Windows color (decimal): -59002 or 8788479. OLE color: 8788479.
HSL color Cylindrical-coordinate representation of color #FF1986: hue angle of 331.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1986 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 134 | - |
| CMYK | 0 | 0.90 | 0.47 | 0 |
| HSL | 331.57º | 1% | 0.55% | - |
| HSV(B) | 331.57º | 0.9% | 1% | - |
| XYZ | 45.89 | 23.68 | 24.71 | - |
| YUV | 106.2 | 143.7 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 134 | 0 | 0.90 | 0.47 | 0 | 331.57 | 1 | 0.55 |
| Hex | FF | 19 | 86 | 0 | 5A | 2F | 0 | 14C | 64 | 37 |
| Octal | 377 | 31 | 206 | 0 | 132 | 57 | 0 | 514 | 144 | 67 |
| Binary | 11111111 | 11001 | 10000110 | 0 | 1011010 | 101111 | 0 | 101001100 | 1100100 | 110111 |
Color Harmonies of #FF1986
Complementary color
Monochromatic Colors of #FF1986
Black with #FF1986
Text Example
Text Example
White with #FF1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1986; }
p { color: rgb(255,25,134); }
H1.HeaderClassName
{
color: #FF1986;
}
.AnyTagClassName
{
color: #FF1986;
}
</style>
background-color css
<style>
a { background-color: #FF1986; }
a { background-color: rgb(255,25,134); }
div.DivClassName
{
background-color: #FF1986;
}
.BgClassName
{
background-color: #FF1986;
}
</style>
border-color css
<style>
span { border-color: #FF1986; }
span { border-color: rgb(255,25,134); }
td.TdClassName
{
border-color: #FF1986;
}
.TagClassName
{
border-color: #FF1986;
}
</style>