Shades of Deep Pink #FF1087
Tints of Deep Pink #FF1087
RGB
CMYK
RGB Variations
Color information
#FF1087 (or 0xFF1087) is known color: Deep Pink. HEX triplet: FF, 10 and 87. RGB value is (255,16,135). Sum of RGB (Red+Green+Blue) = 255+16+135=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1087 is #00EF78. Grayscale: #646464. Windows color (decimal): -61305 or 8851711. OLE color: 8851711.
HSL color Cylindrical-coordinate representation of color #FF1087: hue angle of 330.13º 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 #FF1087 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 135 | - |
| CMYK | 0 | 0.94 | 0.47 | 0 |
| HSL | 330.13º | 1% | 0.53% | - |
| HSV(B) | 330.13º | 0.94% | 1% | - |
| XYZ | 45.8 | 23.38 | 25.02 | - |
| YUV | 101.03 | 147.18 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 135 | 0 | 0.94 | 0.47 | 0 | 330.13 | 1 | 0.53 |
| Hex | FF | 10 | 87 | 0 | 5E | 2F | 0 | 14A | 64 | 35 |
| Octal | 377 | 20 | 207 | 0 | 136 | 57 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000111 | 0 | 1011110 | 101111 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF1087
Complementary color
Monochromatic Colors of #FF1087
Black with #FF1087
Text Example
Text Example
White with #FF1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1087; }
p { color: rgb(255,16,135); }
H1.HeaderClassName
{
color: #FF1087;
}
.AnyTagClassName
{
color: #FF1087;
}
</style>
background-color css
<style>
a { background-color: #FF1087; }
a { background-color: rgb(255,16,135); }
div.DivClassName
{
background-color: #FF1087;
}
.BgClassName
{
background-color: #FF1087;
}
</style>
border-color css
<style>
span { border-color: #FF1087; }
span { border-color: rgb(255,16,135); }
td.TdClassName
{
border-color: #FF1087;
}
.TagClassName
{
border-color: #FF1087;
}
</style>