Shades of Deep Pink #FC1D7E
Tints of Deep Pink #FC1D7E
RGB
CMYK
RGB Variations
Color information
#FC1D7E (or 0xFC1D7E) is known color: Deep Pink. HEX triplet: FC, 1D and 7E. RGB value is (252,29,126). Sum of RGB (Red+Green+Blue) = 252+29+126=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D7E is #03E281. Grayscale: #6A6A6A. Windows color (decimal): -254594 or 8265212. OLE color: 8265212.
HSL color Cylindrical-coordinate representation of color #FC1D7E: hue angle of 333.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D7E is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 126 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.01 |
| HSL | 333.9º | 0.97% | 0.55% | - |
| HSV(B) | 333.9º | 0.88% | 0.99% | - |
| XYZ | 44.35 | 23.08 | 21.86 | - |
| YUV | 106.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 126 | 0 | 0.88 | 0.5 | 0.01 | 333.9 | 0.97 | 0.55 |
| Hex | FC | 1D | 7E | 0 | 58 | 32 | 1 | 14E | 61 | 37 |
| Octal | 374 | 35 | 176 | 0 | 130 | 62 | 1 | 516 | 141 | 67 |
| Binary | 11111100 | 11101 | 1111110 | 0 | 1011000 | 110010 | 1 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FC1D7E
Complementary color
Monochromatic Colors of #FC1D7E
Black with #FC1D7E
Text Example
Text Example
White with #FC1D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D7E; }
p { color: rgb(252,29,126); }
H1.HeaderClassName
{
color: #FC1D7E;
}
.AnyTagClassName
{
color: #FC1D7E;
}
</style>
background-color css
<style>
a { background-color: #FC1D7E; }
a { background-color: rgb(252,29,126); }
div.DivClassName
{
background-color: #FC1D7E;
}
.BgClassName
{
background-color: #FC1D7E;
}
</style>
border-color css
<style>
span { border-color: #FC1D7E; }
span { border-color: rgb(252,29,126); }
td.TdClassName
{
border-color: #FC1D7E;
}
.TagClassName
{
border-color: #FC1D7E;
}
</style>