Shades of Deep Pink #FC0087
Tints of Deep Pink #FC0087
RGB
CMYK
RGB Variations
Color information
#FC0087 (or 0xFC0087) is known color: Deep Pink. HEX triplet: FC, 00 and 87. RGB value is (252,0,135). Sum of RGB (Red+Green+Blue) = 252+0+135=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0087 is #03FF78. Grayscale: #5A5A5A. Windows color (decimal): -262009 or 8847612. OLE color: 8847612.
HSL color Cylindrical-coordinate representation of color #FC0087: hue angle of 327.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0087 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.46 | 0.01 |
| HSL | 327.86º | 1% | 0.49% | - |
| HSV(B) | 327.86º | 1% | 0.99% | - |
| XYZ | 44.52 | 22.44 | 24.91 | - |
| YUV | 90.74 | 152.99 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 135 | 0 | 1 | 0.46 | 0.01 | 327.86 | 1 | 0.49 |
| Hex | FC | 0 | 87 | 0 | 64 | 2E | 1 | 148 | 64 | 31 |
| Octal | 374 | 0 | 207 | 0 | 144 | 56 | 1 | 510 | 144 | 61 |
| Binary | 11111100 | 0 | 10000111 | 0 | 1100100 | 101110 | 1 | 101001000 | 1100100 | 110001 |
Color Harmonies of #FC0087
Complementary color
Monochromatic Colors of #FC0087
Black with #FC0087
Text Example
Text Example
White with #FC0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0087; }
p { color: rgb(252,0,135); }
H1.HeaderClassName
{
color: #FC0087;
}
.AnyTagClassName
{
color: #FC0087;
}
</style>
background-color css
<style>
a { background-color: #FC0087; }
a { background-color: rgb(252,0,135); }
div.DivClassName
{
background-color: #FC0087;
}
.BgClassName
{
background-color: #FC0087;
}
</style>
border-color css
<style>
span { border-color: #FC0087; }
span { border-color: rgb(252,0,135); }
td.TdClassName
{
border-color: #FC0087;
}
.TagClassName
{
border-color: #FC0087;
}
</style>