Shades of Deep Pink #FC0187
Tints of Deep Pink #FC0187
RGB
CMYK
RGB Variations
Color information
#FC0187 (or 0xFC0187) is known color: Deep Pink. HEX triplet: FC, 01 and 87. RGB value is (252,1,135). Sum of RGB (Red+Green+Blue) = 252+1+135=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0187 is #03FE78. Grayscale: #5B5B5B. Windows color (decimal): -261753 or 8847868. OLE color: 8847868.
HSL color Cylindrical-coordinate representation of color #FC0187: hue angle of 327.97º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0187 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.01 |
| HSL | 327.97º | 0.99% | 0.5% | - |
| HSV(B) | 327.97º | 1% | 0.99% | - |
| XYZ | 44.53 | 22.47 | 24.91 | - |
| YUV | 91.33 | 152.66 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 135 | 0 | 1.00 | 0.46 | 0.01 | 327.97 | 0.99 | 0.5 |
| Hex | FC | 1 | 87 | 0 | 64 | 2E | 1 | 148 | 63 | 32 |
| Octal | 374 | 1 | 207 | 0 | 144 | 56 | 1 | 510 | 143 | 62 |
| Binary | 11111100 | 1 | 10000111 | 0 | 1100100 | 101110 | 1 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FC0187
Complementary color
Monochromatic Colors of #FC0187
Black with #FC0187
Text Example
Text Example
White with #FC0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0187; }
p { color: rgb(252,1,135); }
H1.HeaderClassName
{
color: #FC0187;
}
.AnyTagClassName
{
color: #FC0187;
}
</style>
background-color css
<style>
a { background-color: #FC0187; }
a { background-color: rgb(252,1,135); }
div.DivClassName
{
background-color: #FC0187;
}
.BgClassName
{
background-color: #FC0187;
}
</style>
border-color css
<style>
span { border-color: #FC0187; }
span { border-color: rgb(252,1,135); }
td.TdClassName
{
border-color: #FC0187;
}
.TagClassName
{
border-color: #FC0187;
}
</style>