Shades of Deep Pink #FC1380
Tints of Deep Pink #FC1380
RGB
CMYK
RGB Variations
Color information
#FC1380 (or 0xFC1380) is known color: Deep Pink. HEX triplet: FC, 13 and 80. RGB value is (252,19,128). Sum of RGB (Red+Green+Blue) = 252+19+128=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1380 is #03EC7F. Grayscale: #646464. Windows color (decimal): -257152 or 8393724. OLE color: 8393724.
HSL color Cylindrical-coordinate representation of color #FC1380: hue angle of 331.93º 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 #FC1380 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 128 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.01 |
| HSL | 331.93º | 0.97% | 0.53% | - |
| HSV(B) | 331.93º | 0.92% | 0.99% | - |
| XYZ | 44.27 | 22.72 | 22.47 | - |
| YUV | 101.09 | 143.19 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 128 | 0 | 0.92 | 0.49 | 0.01 | 331.93 | 0.97 | 0.53 |
| Hex | FC | 13 | 80 | 0 | 5C | 31 | 1 | 14C | 61 | 35 |
| Octal | 374 | 23 | 200 | 0 | 134 | 61 | 1 | 514 | 141 | 65 |
| Binary | 11111100 | 10011 | 10000000 | 0 | 1011100 | 110001 | 1 | 101001100 | 1100001 | 110101 |
Color Harmonies of #FC1380
Complementary color
Monochromatic Colors of #FC1380
Black with #FC1380
Text Example
Text Example
White with #FC1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1380; }
p { color: rgb(252,19,128); }
H1.HeaderClassName
{
color: #FC1380;
}
.AnyTagClassName
{
color: #FC1380;
}
</style>
background-color css
<style>
a { background-color: #FC1380; }
a { background-color: rgb(252,19,128); }
div.DivClassName
{
background-color: #FC1380;
}
.BgClassName
{
background-color: #FC1380;
}
</style>
border-color css
<style>
span { border-color: #FC1380; }
span { border-color: rgb(252,19,128); }
td.TdClassName
{
border-color: #FC1380;
}
.TagClassName
{
border-color: #FC1380;
}
</style>