Shades of Deep Pink #FC017D
Tints of Deep Pink #FC017D
RGB
CMYK
RGB Variations
Color information
#FC017D (or 0xFC017D) is known color: Deep Pink. HEX triplet: FC, 01 and 7D. RGB value is (252,1,125). Sum of RGB (Red+Green+Blue) = 252+1+125=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC017D is #03FE82. Grayscale: #595959. Windows color (decimal): -261763 or 8192508. OLE color: 8192508.
HSL color Cylindrical-coordinate representation of color #FC017D: hue angle of 330.36º 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 #FC017D is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.01 |
| HSL | 330.36º | 0.99% | 0.5% | - |
| HSV(B) | 330.36º | 1% | 0.99% | - |
| XYZ | 43.86 | 22.2 | 21.38 | - |
| YUV | 90.19 | 147.66 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 125 | 0 | 1.00 | 0.50 | 0.01 | 330.36 | 0.99 | 0.5 |
| Hex | FC | 1 | 7D | 0 | 64 | 32 | 1 | 14A | 63 | 32 |
| Octal | 374 | 1 | 175 | 0 | 144 | 62 | 1 | 512 | 143 | 62 |
| Binary | 11111100 | 1 | 1111101 | 0 | 1100100 | 110010 | 1 | 101001010 | 1100011 | 110010 |
Color Harmonies of #FC017D
Complementary color
Monochromatic Colors of #FC017D
Black with #FC017D
Text Example
Text Example
White with #FC017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC017D; }
p { color: rgb(252,1,125); }
H1.HeaderClassName
{
color: #FC017D;
}
.AnyTagClassName
{
color: #FC017D;
}
</style>
background-color css
<style>
a { background-color: #FC017D; }
a { background-color: rgb(252,1,125); }
div.DivClassName
{
background-color: #FC017D;
}
.BgClassName
{
background-color: #FC017D;
}
</style>
border-color css
<style>
span { border-color: #FC017D; }
span { border-color: rgb(252,1,125); }
td.TdClassName
{
border-color: #FC017D;
}
.TagClassName
{
border-color: #FC017D;
}
</style>