Shades of Deep Pink #FC0178
Tints of Deep Pink #FC0178
RGB
CMYK
RGB Variations
Color information
#FC0178 (or 0xFC0178) is known color: Deep Pink. HEX triplet: FC, 01 and 78. RGB value is (252,1,120). Sum of RGB (Red+Green+Blue) = 252+1+120=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0178 is #03FE87. Grayscale: #595959. Windows color (decimal): -261768 or 7864828. OLE color: 7864828.
HSL color Cylindrical-coordinate representation of color #FC0178: hue angle of 331.55º 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 #FC0178 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.01 |
| HSL | 331.55º | 0.99% | 0.5% | - |
| HSV(B) | 331.55º | 1% | 0.99% | - |
| XYZ | 43.55 | 22.07 | 19.73 | - |
| YUV | 89.62 | 145.16 | 243.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 120 | 0 | 1.00 | 0.52 | 0.01 | 331.55 | 0.99 | 0.5 |
| Hex | FC | 1 | 78 | 0 | 64 | 34 | 1 | 14C | 63 | 32 |
| Octal | 374 | 1 | 170 | 0 | 144 | 64 | 1 | 514 | 143 | 62 |
| Binary | 11111100 | 1 | 1111000 | 0 | 1100100 | 110100 | 1 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FC0178
Complementary color
Monochromatic Colors of #FC0178
Black with #FC0178
Text Example
Text Example
White with #FC0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0178; }
p { color: rgb(252,1,120); }
H1.HeaderClassName
{
color: #FC0178;
}
.AnyTagClassName
{
color: #FC0178;
}
</style>
background-color css
<style>
a { background-color: #FC0178; }
a { background-color: rgb(252,1,120); }
div.DivClassName
{
background-color: #FC0178;
}
.BgClassName
{
background-color: #FC0178;
}
</style>
border-color css
<style>
span { border-color: #FC0178; }
span { border-color: rgb(252,1,120); }
td.TdClassName
{
border-color: #FC0178;
}
.TagClassName
{
border-color: #FC0178;
}
</style>