Shades of Deep Pink #FC1E96
Tints of Deep Pink #FC1E96
RGB
CMYK
RGB Variations
Color information
#FC1E96 (or 0xFC1E96) is known color: Deep Pink. HEX triplet: FC, 1E and 96. RGB value is (252,30,150). Sum of RGB (Red+Green+Blue) = 252+30+150=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E96 is #03E169. Grayscale: #6D6D6D. Windows color (decimal): -254314 or 9838332. OLE color: 9838332.
HSL color Cylindrical-coordinate representation of color #FC1E96: hue angle of 327.57º 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 #FC1E96 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 150 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.01 |
| HSL | 327.57º | 0.97% | 0.55% | - |
| HSV(B) | 327.57º | 0.88% | 0.99% | - |
| XYZ | 46.11 | 23.83 | 31.02 | - |
| YUV | 110.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 150 | 0 | 0.88 | 0.40 | 0.01 | 327.57 | 0.97 | 0.55 |
| Hex | FC | 1E | 96 | 0 | 58 | 28 | 1 | 148 | 61 | 37 |
| Octal | 374 | 36 | 226 | 0 | 130 | 50 | 1 | 510 | 141 | 67 |
| Binary | 11111100 | 11110 | 10010110 | 0 | 1011000 | 101000 | 1 | 101001000 | 1100001 | 110111 |
Color Harmonies of #FC1E96
Complementary color
Monochromatic Colors of #FC1E96
Black with #FC1E96
Text Example
Text Example
White with #FC1E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E96; }
p { color: rgb(252,30,150); }
H1.HeaderClassName
{
color: #FC1E96;
}
.AnyTagClassName
{
color: #FC1E96;
}
</style>
background-color css
<style>
a { background-color: #FC1E96; }
a { background-color: rgb(252,30,150); }
div.DivClassName
{
background-color: #FC1E96;
}
.BgClassName
{
background-color: #FC1E96;
}
</style>
border-color css
<style>
span { border-color: #FC1E96; }
span { border-color: rgb(252,30,150); }
td.TdClassName
{
border-color: #FC1E96;
}
.TagClassName
{
border-color: #FC1E96;
}
</style>