Shades of Deep Pink #FF0187
Tints of Deep Pink #FF0187
RGB
CMYK
RGB Variations
Color information
#FF0187 (or 0xFF0187) is known color: Deep Pink. HEX triplet: FF, 01 and 87. RGB value is (255,1,135). Sum of RGB (Red+Green+Blue) = 255+1+135=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0187 is #00FE78. Grayscale: #5B5B5B. Windows color (decimal): -65145 or 8847871. OLE color: 8847871.
HSL color Cylindrical-coordinate representation of color #FF0187: hue angle of 328.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0187 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.47 | 0 |
| HSL | 328.35º | 1% | 0.5% | - |
| HSV(B) | 328.35º | 1% | 1% | - |
| XYZ | 45.62 | 23.03 | 24.96 | - |
| YUV | 92.22 | 152.15 | 244.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 135 | 0 | 1.00 | 0.47 | 0 | 328.35 | 1 | 0.5 |
| Hex | FF | 1 | 87 | 0 | 64 | 2F | 0 | 148 | 64 | 32 |
| Octal | 377 | 1 | 207 | 0 | 144 | 57 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 1 | 10000111 | 0 | 1100100 | 101111 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF0187
Complementary color
Monochromatic Colors of #FF0187
Black with #FF0187
Text Example
Text Example
White with #FF0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0187; }
p { color: rgb(255,1,135); }
H1.HeaderClassName
{
color: #FF0187;
}
.AnyTagClassName
{
color: #FF0187;
}
</style>
background-color css
<style>
a { background-color: #FF0187; }
a { background-color: rgb(255,1,135); }
div.DivClassName
{
background-color: #FF0187;
}
.BgClassName
{
background-color: #FF0187;
}
</style>
border-color css
<style>
span { border-color: #FF0187; }
span { border-color: rgb(255,1,135); }
td.TdClassName
{
border-color: #FF0187;
}
.TagClassName
{
border-color: #FF0187;
}
</style>