Shades of Deep Pink #FC1497
Tints of Deep Pink #FC1497
RGB
CMYK
RGB Variations
Color information
#FC1497 (or 0xFC1497) is known color: Deep Pink. HEX triplet: FC, 14 and 97. RGB value is (252,20,151). Sum of RGB (Red+Green+Blue) = 252+20+151=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1497 is #03EB68. Grayscale: #686868. Windows color (decimal): -256873 or 9901308. OLE color: 9901308.
HSL color Cylindrical-coordinate representation of color #FC1497: hue angle of 326.12º 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 #FC1497 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.01 |
| HSL | 326.12º | 0.97% | 0.53% | - |
| HSV(B) | 326.12º | 0.92% | 0.99% | - |
| XYZ | 45.98 | 23.43 | 31.38 | - |
| YUV | 104.3 | 154.36 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 151 | 0 | 0.92 | 0.40 | 0.01 | 326.12 | 0.97 | 0.53 |
| Hex | FC | 14 | 97 | 0 | 5C | 28 | 1 | 146 | 61 | 35 |
| Octal | 374 | 24 | 227 | 0 | 134 | 50 | 1 | 506 | 141 | 65 |
| Binary | 11111100 | 10100 | 10010111 | 0 | 1011100 | 101000 | 1 | 101000110 | 1100001 | 110101 |
Color Harmonies of #FC1497
Complementary color
Monochromatic Colors of #FC1497
Black with #FC1497
Text Example
Text Example
White with #FC1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1497; }
p { color: rgb(252,20,151); }
H1.HeaderClassName
{
color: #FC1497;
}
.AnyTagClassName
{
color: #FC1497;
}
</style>
background-color css
<style>
a { background-color: #FC1497; }
a { background-color: rgb(252,20,151); }
div.DivClassName
{
background-color: #FC1497;
}
.BgClassName
{
background-color: #FC1497;
}
</style>
border-color css
<style>
span { border-color: #FC1497; }
span { border-color: rgb(252,20,151); }
td.TdClassName
{
border-color: #FC1497;
}
.TagClassName
{
border-color: #FC1497;
}
</style>