Shades of Deep Pink #FC1397
Tints of Deep Pink #FC1397
RGB
CMYK
RGB Variations
Color information
#FC1397 (or 0xFC1397) is known color: Deep Pink. HEX triplet: FC, 13 and 97. RGB value is (252,19,151). Sum of RGB (Red+Green+Blue) = 252+19+151=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1397 is #03EC68. Grayscale: #676767. Windows color (decimal): -257129 or 9901052. OLE color: 9901052.
HSL color Cylindrical-coordinate representation of color #FC1397: hue angle of 326.01º 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 #FC1397 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.01 |
| HSL | 326.01º | 0.97% | 0.53% | - |
| HSV(B) | 326.01º | 0.92% | 0.99% | - |
| XYZ | 45.96 | 23.4 | 31.37 | - |
| YUV | 103.72 | 154.69 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 151 | 0 | 0.92 | 0.40 | 0.01 | 326.01 | 0.97 | 0.53 |
| Hex | FC | 13 | 97 | 0 | 5C | 28 | 1 | 146 | 61 | 35 |
| Octal | 374 | 23 | 227 | 0 | 134 | 50 | 1 | 506 | 141 | 65 |
| Binary | 11111100 | 10011 | 10010111 | 0 | 1011100 | 101000 | 1 | 101000110 | 1100001 | 110101 |
Color Harmonies of #FC1397
Complementary color
Monochromatic Colors of #FC1397
Black with #FC1397
Text Example
Text Example
White with #FC1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1397; }
p { color: rgb(252,19,151); }
H1.HeaderClassName
{
color: #FC1397;
}
.AnyTagClassName
{
color: #FC1397;
}
</style>
background-color css
<style>
a { background-color: #FC1397; }
a { background-color: rgb(252,19,151); }
div.DivClassName
{
background-color: #FC1397;
}
.BgClassName
{
background-color: #FC1397;
}
</style>
border-color css
<style>
span { border-color: #FC1397; }
span { border-color: rgb(252,19,151); }
td.TdClassName
{
border-color: #FC1397;
}
.TagClassName
{
border-color: #FC1397;
}
</style>