Shades of Deep Pink #FC0789
Tints of Deep Pink #FC0789
RGB
CMYK
RGB Variations
Color information
#FC0789 (or 0xFC0789) is known color: Deep Pink. HEX triplet: FC, 07 and 89. RGB value is (252,7,137). Sum of RGB (Red+Green+Blue) = 252+7+137=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0789 is #03F876. Grayscale: #5E5E5E. Windows color (decimal): -260215 or 8980476. OLE color: 8980476.
HSL color Cylindrical-coordinate representation of color #FC0789: hue angle of 328.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0789 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.01 |
| HSL | 328.16º | 0.98% | 0.51% | - |
| HSV(B) | 328.16º | 0.97% | 0.99% | - |
| XYZ | 44.74 | 22.65 | 25.68 | - |
| YUV | 95.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 137 | 0 | 0.97 | 0.46 | 0.01 | 328.16 | 0.98 | 0.51 |
| Hex | FC | 7 | 89 | 0 | 61 | 2E | 1 | 148 | 62 | 33 |
| Octal | 374 | 7 | 211 | 0 | 141 | 56 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 111 | 10001001 | 0 | 1100001 | 101110 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC0789
Complementary color
Monochromatic Colors of #FC0789
Black with #FC0789
Text Example
Text Example
White with #FC0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0789; }
p { color: rgb(252,7,137); }
H1.HeaderClassName
{
color: #FC0789;
}
.AnyTagClassName
{
color: #FC0789;
}
</style>
background-color css
<style>
a { background-color: #FC0789; }
a { background-color: rgb(252,7,137); }
div.DivClassName
{
background-color: #FC0789;
}
.BgClassName
{
background-color: #FC0789;
}
</style>
border-color css
<style>
span { border-color: #FC0789; }
span { border-color: rgb(252,7,137); }
td.TdClassName
{
border-color: #FC0789;
}
.TagClassName
{
border-color: #FC0789;
}
</style>