Shades of Deep Pink #FC1389
Tints of Deep Pink #FC1389
RGB
CMYK
RGB Variations
Color information
#FC1389 (or 0xFC1389) is known color: Deep Pink. HEX triplet: FC, 13 and 89. RGB value is (252,19,137). Sum of RGB (Red+Green+Blue) = 252+19+137=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1389 is #03EC76. Grayscale: #656565. Windows color (decimal): -257143 or 8983548. OLE color: 8983548.
HSL color Cylindrical-coordinate representation of color #FC1389: hue angle of 329.61º 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 #FC1389 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.01 |
| HSL | 329.61º | 0.97% | 0.53% | - |
| HSV(B) | 329.61º | 0.92% | 0.99% | - |
| XYZ | 44.89 | 22.97 | 25.73 | - |
| YUV | 102.12 | 147.69 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 137 | 0 | 0.92 | 0.46 | 0.01 | 329.61 | 0.97 | 0.53 |
| Hex | FC | 13 | 89 | 0 | 5C | 2E | 1 | 14A | 61 | 35 |
| Octal | 374 | 23 | 211 | 0 | 134 | 56 | 1 | 512 | 141 | 65 |
| Binary | 11111100 | 10011 | 10001001 | 0 | 1011100 | 101110 | 1 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FC1389
Complementary color
Monochromatic Colors of #FC1389
Black with #FC1389
Text Example
Text Example
White with #FC1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1389; }
p { color: rgb(252,19,137); }
H1.HeaderClassName
{
color: #FC1389;
}
.AnyTagClassName
{
color: #FC1389;
}
</style>
background-color css
<style>
a { background-color: #FC1389; }
a { background-color: rgb(252,19,137); }
div.DivClassName
{
background-color: #FC1389;
}
.BgClassName
{
background-color: #FC1389;
}
</style>
border-color css
<style>
span { border-color: #FC1389; }
span { border-color: rgb(252,19,137); }
td.TdClassName
{
border-color: #FC1389;
}
.TagClassName
{
border-color: #FC1389;
}
</style>