Shades of Deep Pink #FC017C
Tints of Deep Pink #FC017C
RGB
CMYK
RGB Variations
Color information
#FC017C (or 0xFC017C) is known color: Deep Pink. HEX triplet: FC, 01 and 7C. RGB value is (252,1,124). Sum of RGB (Red+Green+Blue) = 252+1+124=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC017C is #03FE83. Grayscale: #595959. Windows color (decimal): -261764 or 8126972. OLE color: 8126972.
HSL color Cylindrical-coordinate representation of color #FC017C: hue angle of 330.6º 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 #FC017C is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.01 |
| HSL | 330.6º | 0.99% | 0.5% | - |
| HSV(B) | 330.6º | 1% | 0.99% | - |
| XYZ | 43.79 | 22.17 | 21.04 | - |
| YUV | 90.07 | 147.16 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 124 | 0 | 1.00 | 0.51 | 0.01 | 330.6 | 0.99 | 0.5 |
| Hex | FC | 1 | 7C | 0 | 64 | 33 | 1 | 14B | 63 | 32 |
| Octal | 374 | 1 | 174 | 0 | 144 | 63 | 1 | 513 | 143 | 62 |
| Binary | 11111100 | 1 | 1111100 | 0 | 1100100 | 110011 | 1 | 101001011 | 1100011 | 110010 |
Color Harmonies of #FC017C
Complementary color
Monochromatic Colors of #FC017C
Black with #FC017C
Text Example
Text Example
White with #FC017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC017C; }
p { color: rgb(252,1,124); }
H1.HeaderClassName
{
color: #FC017C;
}
.AnyTagClassName
{
color: #FC017C;
}
</style>
background-color css
<style>
a { background-color: #FC017C; }
a { background-color: rgb(252,1,124); }
div.DivClassName
{
background-color: #FC017C;
}
.BgClassName
{
background-color: #FC017C;
}
</style>
border-color css
<style>
span { border-color: #FC017C; }
span { border-color: rgb(252,1,124); }
td.TdClassName
{
border-color: #FC017C;
}
.TagClassName
{
border-color: #FC017C;
}
</style>