Shades of Deep Pink #FC1491
Tints of Deep Pink #FC1491
RGB
CMYK
RGB Variations
Color information
#FC1491 (or 0xFC1491) is known color: Deep Pink. HEX triplet: FC, 14 and 91. RGB value is (252,20,145). Sum of RGB (Red+Green+Blue) = 252+20+145=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1491 is #03EB6E. Grayscale: #676767. Windows color (decimal): -256879 or 9508092. OLE color: 9508092.
HSL color Cylindrical-coordinate representation of color #FC1491: hue angle of 327.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1491 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 145 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.01 |
| HSL | 327.67º | 0.97% | 0.53% | - |
| HSV(B) | 327.67º | 0.92% | 0.99% | - |
| XYZ | 45.51 | 23.24 | 28.88 | - |
| YUV | 103.62 | 151.36 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 145 | 0 | 0.92 | 0.42 | 0.01 | 327.67 | 0.97 | 0.53 |
| Hex | FC | 14 | 91 | 0 | 5C | 2A | 1 | 148 | 61 | 35 |
| Octal | 374 | 24 | 221 | 0 | 134 | 52 | 1 | 510 | 141 | 65 |
| Binary | 11111100 | 10100 | 10010001 | 0 | 1011100 | 101010 | 1 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FC1491
Complementary color
Monochromatic Colors of #FC1491
Black with #FC1491
Text Example
Text Example
White with #FC1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1491; }
p { color: rgb(252,20,145); }
H1.HeaderClassName
{
color: #FC1491;
}
.AnyTagClassName
{
color: #FC1491;
}
</style>
background-color css
<style>
a { background-color: #FC1491; }
a { background-color: rgb(252,20,145); }
div.DivClassName
{
background-color: #FC1491;
}
.BgClassName
{
background-color: #FC1491;
}
</style>
border-color css
<style>
span { border-color: #FC1491; }
span { border-color: rgb(252,20,145); }
td.TdClassName
{
border-color: #FC1491;
}
.TagClassName
{
border-color: #FC1491;
}
</style>