Shades of Deep Pink #FC1390
Tints of Deep Pink #FC1390
RGB
CMYK
RGB Variations
Color information
#FC1390 (or 0xFC1390) is known color: Deep Pink. HEX triplet: FC, 13 and 90. RGB value is (252,19,144). Sum of RGB (Red+Green+Blue) = 252+19+144=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1390 is #03EC6F. Grayscale: #666666. Windows color (decimal): -257136 or 9442300. OLE color: 9442300.
HSL color Cylindrical-coordinate representation of color #FC1390: hue angle of 327.81º 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 #FC1390 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 144 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.01 |
| HSL | 327.81º | 0.97% | 0.53% | - |
| HSV(B) | 327.81º | 0.92% | 0.99% | - |
| XYZ | 45.41 | 23.17 | 28.47 | - |
| YUV | 102.92 | 151.19 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 144 | 0 | 0.92 | 0.43 | 0.01 | 327.81 | 0.97 | 0.53 |
| Hex | FC | 13 | 90 | 0 | 5C | 2B | 1 | 148 | 61 | 35 |
| Octal | 374 | 23 | 220 | 0 | 134 | 53 | 1 | 510 | 141 | 65 |
| Binary | 11111100 | 10011 | 10010000 | 0 | 1011100 | 101011 | 1 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FC1390
Complementary color
Monochromatic Colors of #FC1390
Black with #FC1390
Text Example
Text Example
White with #FC1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1390; }
p { color: rgb(252,19,144); }
H1.HeaderClassName
{
color: #FC1390;
}
.AnyTagClassName
{
color: #FC1390;
}
</style>
background-color css
<style>
a { background-color: #FC1390; }
a { background-color: rgb(252,19,144); }
div.DivClassName
{
background-color: #FC1390;
}
.BgClassName
{
background-color: #FC1390;
}
</style>
border-color css
<style>
span { border-color: #FC1390; }
span { border-color: rgb(252,19,144); }
td.TdClassName
{
border-color: #FC1390;
}
.TagClassName
{
border-color: #FC1390;
}
</style>