Shades of Deep Pink #FC1C7E
Tints of Deep Pink #FC1C7E
RGB
CMYK
RGB Variations
Color information
#FC1C7E (or 0xFC1C7E) is known color: Deep Pink. HEX triplet: FC, 1C and 7E. RGB value is (252,28,126). Sum of RGB (Red+Green+Blue) = 252+28+126=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C7E is #03E381. Grayscale: #696969. Windows color (decimal): -254850 or 8264956. OLE color: 8264956.
HSL color Cylindrical-coordinate representation of color #FC1C7E: hue angle of 333.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C7E is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 126 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.01 |
| HSL | 333.75º | 0.97% | 0.55% | - |
| HSV(B) | 333.75º | 0.89% | 0.99% | - |
| XYZ | 44.33 | 23.03 | 21.85 | - |
| YUV | 106.15 | 139.21 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 126 | 0 | 0.89 | 0.5 | 0.01 | 333.75 | 0.97 | 0.55 |
| Hex | FC | 1C | 7E | 0 | 59 | 32 | 1 | 14E | 61 | 37 |
| Octal | 374 | 34 | 176 | 0 | 131 | 62 | 1 | 516 | 141 | 67 |
| Binary | 11111100 | 11100 | 1111110 | 0 | 1011001 | 110010 | 1 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FC1C7E
Complementary color
Monochromatic Colors of #FC1C7E
Black with #FC1C7E
Text Example
Text Example
White with #FC1C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C7E; }
p { color: rgb(252,28,126); }
H1.HeaderClassName
{
color: #FC1C7E;
}
.AnyTagClassName
{
color: #FC1C7E;
}
</style>
background-color css
<style>
a { background-color: #FC1C7E; }
a { background-color: rgb(252,28,126); }
div.DivClassName
{
background-color: #FC1C7E;
}
.BgClassName
{
background-color: #FC1C7E;
}
</style>
border-color css
<style>
span { border-color: #FC1C7E; }
span { border-color: rgb(252,28,126); }
td.TdClassName
{
border-color: #FC1C7E;
}
.TagClassName
{
border-color: #FC1C7E;
}
</style>