Shades of Deep Pink #FC1489
Tints of Deep Pink #FC1489
RGB
CMYK
RGB Variations
Color information
#FC1489 (or 0xFC1489) is known color: Deep Pink. HEX triplet: FC, 14 and 89. RGB value is (252,20,137). Sum of RGB (Red+Green+Blue) = 252+20+137=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1489 is #03EB76. Grayscale: #666666. Windows color (decimal): -256887 or 8983804. OLE color: 8983804.
HSL color Cylindrical-coordinate representation of color #FC1489: hue angle of 329.74º 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 #FC1489 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 137 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.01 |
| HSL | 329.74º | 0.97% | 0.53% | - |
| HSV(B) | 329.74º | 0.92% | 0.99% | - |
| XYZ | 44.91 | 23 | 25.74 | - |
| YUV | 102.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 137 | 0 | 0.92 | 0.46 | 0.01 | 329.74 | 0.97 | 0.53 |
| Hex | FC | 14 | 89 | 0 | 5C | 2E | 1 | 14A | 61 | 35 |
| Octal | 374 | 24 | 211 | 0 | 134 | 56 | 1 | 512 | 141 | 65 |
| Binary | 11111100 | 10100 | 10001001 | 0 | 1011100 | 101110 | 1 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FC1489
Complementary color
Monochromatic Colors of #FC1489
Black with #FC1489
Text Example
Text Example
White with #FC1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1489; }
p { color: rgb(252,20,137); }
H1.HeaderClassName
{
color: #FC1489;
}
.AnyTagClassName
{
color: #FC1489;
}
</style>
background-color css
<style>
a { background-color: #FC1489; }
a { background-color: rgb(252,20,137); }
div.DivClassName
{
background-color: #FC1489;
}
.BgClassName
{
background-color: #FC1489;
}
</style>
border-color css
<style>
span { border-color: #FC1489; }
span { border-color: rgb(252,20,137); }
td.TdClassName
{
border-color: #FC1489;
}
.TagClassName
{
border-color: #FC1489;
}
</style>