Shades of Deep Pink #FC0089
Tints of Deep Pink #FC0089
RGB
CMYK
RGB Variations
Color information
#FC0089 (or 0xFC0089) is known color: Deep Pink. HEX triplet: FC, 00 and 89. RGB value is (252,0,137). Sum of RGB (Red+Green+Blue) = 252+0+137=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0089 is #03FF76. Grayscale: #5A5A5A. Windows color (decimal): -262007 or 8978684. OLE color: 8978684.
HSL color Cylindrical-coordinate representation of color #FC0089: hue angle of 327.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0089 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.46 | 0.01 |
| HSL | 327.38º | 1% | 0.49% | - |
| HSV(B) | 327.38º | 1% | 0.99% | - |
| XYZ | 44.66 | 22.5 | 25.66 | - |
| YUV | 90.97 | 153.99 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 137 | 0 | 1 | 0.46 | 0.01 | 327.38 | 1 | 0.49 |
| Hex | FC | 0 | 89 | 0 | 64 | 2E | 1 | 147 | 64 | 31 |
| Octal | 374 | 0 | 211 | 0 | 144 | 56 | 1 | 507 | 144 | 61 |
| Binary | 11111100 | 0 | 10001001 | 0 | 1100100 | 101110 | 1 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FC0089
Complementary color
Monochromatic Colors of #FC0089
Black with #FC0089
Text Example
Text Example
White with #FC0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0089; }
p { color: rgb(252,0,137); }
H1.HeaderClassName
{
color: #FC0089;
}
.AnyTagClassName
{
color: #FC0089;
}
</style>
background-color css
<style>
a { background-color: #FC0089; }
a { background-color: rgb(252,0,137); }
div.DivClassName
{
background-color: #FC0089;
}
.BgClassName
{
background-color: #FC0089;
}
</style>
border-color css
<style>
span { border-color: #FC0089; }
span { border-color: rgb(252,0,137); }
td.TdClassName
{
border-color: #FC0089;
}
.TagClassName
{
border-color: #FC0089;
}
</style>