Shades of Deep Pink #FC058D
Tints of Deep Pink #FC058D
RGB
CMYK
RGB Variations
Color information
#FC058D (or 0xFC058D) is known color: Deep Pink. HEX triplet: FC, 05 and 8D. RGB value is (252,5,141). Sum of RGB (Red+Green+Blue) = 252+5+141=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC058D is #03FA72. Grayscale: #5E5E5E. Windows color (decimal): -260723 or 9242108. OLE color: 9242108.
HSL color Cylindrical-coordinate representation of color #FC058D: hue angle of 326.96º 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 #FC058D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 326.96º | 0.98% | 0.5% | - |
| HSV(B) | 326.96º | 0.98% | 0.99% | - |
| XYZ | 45.01 | 22.73 | 27.21 | - |
| YUV | 94.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 141 | 0 | 0.98 | 0.44 | 0.01 | 326.96 | 0.98 | 0.5 |
| Hex | FC | 5 | 8D | 0 | 62 | 2C | 1 | 147 | 62 | 32 |
| Octal | 374 | 5 | 215 | 0 | 142 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 101 | 10001101 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC058D
Complementary color
Monochromatic Colors of #FC058D
Black with #FC058D
Text Example
Text Example
White with #FC058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC058D; }
p { color: rgb(252,5,141); }
H1.HeaderClassName
{
color: #FC058D;
}
.AnyTagClassName
{
color: #FC058D;
}
</style>
background-color css
<style>
a { background-color: #FC058D; }
a { background-color: rgb(252,5,141); }
div.DivClassName
{
background-color: #FC058D;
}
.BgClassName
{
background-color: #FC058D;
}
</style>
border-color css
<style>
span { border-color: #FC058D; }
span { border-color: rgb(252,5,141); }
td.TdClassName
{
border-color: #FC058D;
}
.TagClassName
{
border-color: #FC058D;
}
</style>