Shades of Deep Pink #FC058B
Tints of Deep Pink #FC058B
RGB
CMYK
RGB Variations
Color information
#FC058B (or 0xFC058B) is known color: Deep Pink. HEX triplet: FC, 05 and 8B. RGB value is (252,5,139). Sum of RGB (Red+Green+Blue) = 252+5+139=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC058B is #03FA74. Grayscale: #5D5D5D. Windows color (decimal): -260725 or 9111036. OLE color: 9111036.
HSL color Cylindrical-coordinate representation of color #FC058B: hue angle of 327.45º 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 #FC058B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.45º | 0.98% | 0.5% | - |
| HSV(B) | 327.45º | 0.98% | 0.99% | - |
| XYZ | 44.86 | 22.67 | 26.44 | - |
| YUV | 94.13 | 153.33 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 139 | 0 | 0.98 | 0.45 | 0.01 | 327.45 | 0.98 | 0.5 |
| Hex | FC | 5 | 8B | 0 | 62 | 2D | 1 | 147 | 62 | 32 |
| Octal | 374 | 5 | 213 | 0 | 142 | 55 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 101 | 10001011 | 0 | 1100010 | 101101 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC058B
Complementary color
Monochromatic Colors of #FC058B
Black with #FC058B
Text Example
Text Example
White with #FC058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC058B; }
p { color: rgb(252,5,139); }
H1.HeaderClassName
{
color: #FC058B;
}
.AnyTagClassName
{
color: #FC058B;
}
</style>
background-color css
<style>
a { background-color: #FC058B; }
a { background-color: rgb(252,5,139); }
div.DivClassName
{
background-color: #FC058B;
}
.BgClassName
{
background-color: #FC058B;
}
</style>
border-color css
<style>
span { border-color: #FC058B; }
span { border-color: rgb(252,5,139); }
td.TdClassName
{
border-color: #FC058B;
}
.TagClassName
{
border-color: #FC058B;
}
</style>