Shades of Deep Pink #FC0180
Tints of Deep Pink #FC0180
RGB
CMYK
RGB Variations
Color information
#FC0180 (or 0xFC0180) is known color: Deep Pink. HEX triplet: FC, 01 and 80. RGB value is (252,1,128). Sum of RGB (Red+Green+Blue) = 252+1+128=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0180 is #03FE7F. Grayscale: #5A5A5A. Windows color (decimal): -261760 or 8389116. OLE color: 8389116.
HSL color Cylindrical-coordinate representation of color #FC0180: hue angle of 329.64º 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 #FC0180 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.01 |
| HSL | 329.64º | 0.99% | 0.5% | - |
| HSV(B) | 329.64º | 1% | 0.99% | - |
| XYZ | 44.05 | 22.28 | 22.4 | - |
| YUV | 90.53 | 149.16 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 128 | 0 | 1.00 | 0.49 | 0.01 | 329.64 | 0.99 | 0.5 |
| Hex | FC | 1 | 80 | 0 | 64 | 31 | 1 | 14A | 63 | 32 |
| Octal | 374 | 1 | 200 | 0 | 144 | 61 | 1 | 512 | 143 | 62 |
| Binary | 11111100 | 1 | 10000000 | 0 | 1100100 | 110001 | 1 | 101001010 | 1100011 | 110010 |
Color Harmonies of #FC0180
Complementary color
Monochromatic Colors of #FC0180
Black with #FC0180
Text Example
Text Example
White with #FC0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0180; }
p { color: rgb(252,1,128); }
H1.HeaderClassName
{
color: #FC0180;
}
.AnyTagClassName
{
color: #FC0180;
}
</style>
background-color css
<style>
a { background-color: #FC0180; }
a { background-color: rgb(252,1,128); }
div.DivClassName
{
background-color: #FC0180;
}
.BgClassName
{
background-color: #FC0180;
}
</style>
border-color css
<style>
span { border-color: #FC0180; }
span { border-color: rgb(252,1,128); }
td.TdClassName
{
border-color: #FC0180;
}
.TagClassName
{
border-color: #FC0180;
}
</style>