Shades of Deep Pink #FC058E
Tints of Deep Pink #FC058E
RGB
CMYK
RGB Variations
Color information
#FC058E (or 0xFC058E) is known color: Deep Pink. HEX triplet: FC, 05 and 8E. RGB value is (252,5,142). Sum of RGB (Red+Green+Blue) = 252+5+142=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC058E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC058E is #03FA71. Grayscale: #5E5E5E. Windows color (decimal): -260722 or 9307644. OLE color: 9307644.
HSL color Cylindrical-coordinate representation of color #FC058E: hue angle of 326.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC058E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 142 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 326.72º | 0.98% | 0.5% | - |
| HSV(B) | 326.72º | 0.98% | 0.99% | - |
| XYZ | 45.08 | 22.76 | 27.61 | - |
| YUV | 94.47 | 154.83 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 142 | 0 | 0.98 | 0.44 | 0.01 | 326.72 | 0.98 | 0.5 |
| Hex | FC | 5 | 8E | 0 | 62 | 2C | 1 | 147 | 62 | 32 |
| Octal | 374 | 5 | 216 | 0 | 142 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 101 | 10001110 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC058E
Complementary color
Monochromatic Colors of #FC058E
Black with #FC058E
Text Example
Text Example
White with #FC058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC058E; }
p { color: rgb(252,5,142); }
H1.HeaderClassName
{
color: #FC058E;
}
.AnyTagClassName
{
color: #FC058E;
}
</style>
background-color css
<style>
a { background-color: #FC058E; }
a { background-color: rgb(252,5,142); }
div.DivClassName
{
background-color: #FC058E;
}
.BgClassName
{
background-color: #FC058E;
}
</style>
border-color css
<style>
span { border-color: #FC058E; }
span { border-color: rgb(252,5,142); }
td.TdClassName
{
border-color: #FC058E;
}
.TagClassName
{
border-color: #FC058E;
}
</style>