Shades of Deep Pink #FC0088
Tints of Deep Pink #FC0088
RGB
CMYK
RGB Variations
Color information
#FC0088 (or 0xFC0088) is known color: Deep Pink. HEX triplet: FC, 00 and 88. RGB value is (252,0,136). Sum of RGB (Red+Green+Blue) = 252+0+136=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0088 is #03FF77. Grayscale: #5A5A5A. Windows color (decimal): -262008 or 8913148. OLE color: 8913148.
HSL color Cylindrical-coordinate representation of color #FC0088: hue angle of 327.62º 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 #FC0088 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.46 | 0.01 |
| HSL | 327.62º | 1% | 0.49% | - |
| HSV(B) | 327.62º | 1% | 0.99% | - |
| XYZ | 44.59 | 22.47 | 25.28 | - |
| YUV | 90.85 | 153.49 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 136 | 0 | 1 | 0.46 | 0.01 | 327.62 | 1 | 0.49 |
| Hex | FC | 0 | 88 | 0 | 64 | 2E | 1 | 148 | 64 | 31 |
| Octal | 374 | 0 | 210 | 0 | 144 | 56 | 1 | 510 | 144 | 61 |
| Binary | 11111100 | 0 | 10001000 | 0 | 1100100 | 101110 | 1 | 101001000 | 1100100 | 110001 |
Color Harmonies of #FC0088
Complementary color
Monochromatic Colors of #FC0088
Black with #FC0088
Text Example
Text Example
White with #FC0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0088; }
p { color: rgb(252,0,136); }
H1.HeaderClassName
{
color: #FC0088;
}
.AnyTagClassName
{
color: #FC0088;
}
</style>
background-color css
<style>
a { background-color: #FC0088; }
a { background-color: rgb(252,0,136); }
div.DivClassName
{
background-color: #FC0088;
}
.BgClassName
{
background-color: #FC0088;
}
</style>
border-color css
<style>
span { border-color: #FC0088; }
span { border-color: rgb(252,0,136); }
td.TdClassName
{
border-color: #FC0088;
}
.TagClassName
{
border-color: #FC0088;
}
</style>