Shades of Deep Pink #FC1384
Tints of Deep Pink #FC1384
RGB
CMYK
RGB Variations
Color information
#FC1384 (or 0xFC1384) is known color: Deep Pink. HEX triplet: FC, 13 and 84. RGB value is (252,19,132). Sum of RGB (Red+Green+Blue) = 252+19+132=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1384 is #03EC7B. Grayscale: #656565. Windows color (decimal): -257148 or 8655868. OLE color: 8655868.
HSL color Cylindrical-coordinate representation of color #FC1384: hue angle of 330.9º 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 #FC1384 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.01 |
| HSL | 330.9º | 0.97% | 0.53% | - |
| HSV(B) | 330.9º | 0.92% | 0.99% | - |
| XYZ | 44.54 | 22.83 | 23.89 | - |
| YUV | 101.55 | 145.19 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 132 | 0 | 0.92 | 0.48 | 0.01 | 330.9 | 0.97 | 0.53 |
| Hex | FC | 13 | 84 | 0 | 5C | 30 | 1 | 14B | 61 | 35 |
| Octal | 374 | 23 | 204 | 0 | 134 | 60 | 1 | 513 | 141 | 65 |
| Binary | 11111100 | 10011 | 10000100 | 0 | 1011100 | 110000 | 1 | 101001011 | 1100001 | 110101 |
Color Harmonies of #FC1384
Complementary color
Monochromatic Colors of #FC1384
Black with #FC1384
Text Example
Text Example
White with #FC1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1384; }
p { color: rgb(252,19,132); }
H1.HeaderClassName
{
color: #FC1384;
}
.AnyTagClassName
{
color: #FC1384;
}
</style>
background-color css
<style>
a { background-color: #FC1384; }
a { background-color: rgb(252,19,132); }
div.DivClassName
{
background-color: #FC1384;
}
.BgClassName
{
background-color: #FC1384;
}
</style>
border-color css
<style>
span { border-color: #FC1384; }
span { border-color: rgb(252,19,132); }
td.TdClassName
{
border-color: #FC1384;
}
.TagClassName
{
border-color: #FC1384;
}
</style>