Shades of Deep Pink #FC1994
Tints of Deep Pink #FC1994
RGB
CMYK
RGB Variations
Color information
#FC1994 (or 0xFC1994) is known color: Deep Pink. HEX triplet: FC, 19 and 94. RGB value is (252,25,148). Sum of RGB (Red+Green+Blue) = 252+25+148=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1994 is #03E66B. Grayscale: #6A6A6A. Windows color (decimal): -255596 or 9705980. OLE color: 9705980.
HSL color Cylindrical-coordinate representation of color #FC1994: hue angle of 327.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1994 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.01 |
| HSL | 327.49º | 0.97% | 0.54% | - |
| HSV(B) | 327.49º | 0.9% | 0.99% | - |
| XYZ | 45.84 | 23.53 | 30.14 | - |
| YUV | 106.9 | 151.21 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 148 | 0 | 0.90 | 0.41 | 0.01 | 327.49 | 0.97 | 0.54 |
| Hex | FC | 19 | 94 | 0 | 5A | 29 | 1 | 147 | 61 | 36 |
| Octal | 374 | 31 | 224 | 0 | 132 | 51 | 1 | 507 | 141 | 66 |
| Binary | 11111100 | 11001 | 10010100 | 0 | 1011010 | 101001 | 1 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FC1994
Complementary color
Monochromatic Colors of #FC1994
Black with #FC1994
Text Example
Text Example
White with #FC1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1994; }
p { color: rgb(252,25,148); }
H1.HeaderClassName
{
color: #FC1994;
}
.AnyTagClassName
{
color: #FC1994;
}
</style>
background-color css
<style>
a { background-color: #FC1994; }
a { background-color: rgb(252,25,148); }
div.DivClassName
{
background-color: #FC1994;
}
.BgClassName
{
background-color: #FC1994;
}
</style>
border-color css
<style>
span { border-color: #FC1994; }
span { border-color: rgb(252,25,148); }
td.TdClassName
{
border-color: #FC1994;
}
.TagClassName
{
border-color: #FC1994;
}
</style>