Shades of Deep Pink #FC0188
Tints of Deep Pink #FC0188
RGB
CMYK
RGB Variations
Color information
#FC0188 (or 0xFC0188) is known color: Deep Pink. HEX triplet: FC, 01 and 88. RGB value is (252,1,136). Sum of RGB (Red+Green+Blue) = 252+1+136=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0188 is #03FE77. Grayscale: #5B5B5B. Windows color (decimal): -261752 or 8913404. OLE color: 8913404.
HSL color Cylindrical-coordinate representation of color #FC0188: hue angle of 327.73º 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 #FC0188 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.01 |
| HSL | 327.73º | 0.99% | 0.5% | - |
| HSV(B) | 327.73º | 1% | 0.99% | - |
| XYZ | 44.6 | 22.49 | 25.28 | - |
| YUV | 91.44 | 153.16 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 136 | 0 | 1.00 | 0.46 | 0.01 | 327.73 | 0.99 | 0.5 |
| Hex | FC | 1 | 88 | 0 | 64 | 2E | 1 | 148 | 63 | 32 |
| Octal | 374 | 1 | 210 | 0 | 144 | 56 | 1 | 510 | 143 | 62 |
| Binary | 11111100 | 1 | 10001000 | 0 | 1100100 | 101110 | 1 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FC0188
Complementary color
Monochromatic Colors of #FC0188
Black with #FC0188
Text Example
Text Example
White with #FC0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0188; }
p { color: rgb(252,1,136); }
H1.HeaderClassName
{
color: #FC0188;
}
.AnyTagClassName
{
color: #FC0188;
}
</style>
background-color css
<style>
a { background-color: #FC0188; }
a { background-color: rgb(252,1,136); }
div.DivClassName
{
background-color: #FC0188;
}
.BgClassName
{
background-color: #FC0188;
}
</style>
border-color css
<style>
span { border-color: #FC0188; }
span { border-color: rgb(252,1,136); }
td.TdClassName
{
border-color: #FC0188;
}
.TagClassName
{
border-color: #FC0188;
}
</style>