Shades of Deep Pink #FC057D
Tints of Deep Pink #FC057D
RGB
CMYK
RGB Variations
Color information
#FC057D (or 0xFC057D) is known color: Deep Pink. HEX triplet: FC, 05 and 7D. RGB value is (252,5,125). Sum of RGB (Red+Green+Blue) = 252+5+125=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC057D is #03FA82. Grayscale: #5C5C5C. Windows color (decimal): -260739 or 8193532. OLE color: 8193532.
HSL color Cylindrical-coordinate representation of color #FC057D: hue angle of 330.85º 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 #FC057D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.85º | 0.98% | 0.5% | - |
| HSV(B) | 330.85º | 0.98% | 0.99% | - |
| XYZ | 43.9 | 22.28 | 21.39 | - |
| YUV | 92.53 | 146.33 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 125 | 0 | 0.98 | 0.50 | 0.01 | 330.85 | 0.98 | 0.5 |
| Hex | FC | 5 | 7D | 0 | 62 | 32 | 1 | 14B | 62 | 32 |
| Octal | 374 | 5 | 175 | 0 | 142 | 62 | 1 | 513 | 142 | 62 |
| Binary | 11111100 | 101 | 1111101 | 0 | 1100010 | 110010 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FC057D
Complementary color
Monochromatic Colors of #FC057D
Black with #FC057D
Text Example
Text Example
White with #FC057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC057D; }
p { color: rgb(252,5,125); }
H1.HeaderClassName
{
color: #FC057D;
}
.AnyTagClassName
{
color: #FC057D;
}
</style>
background-color css
<style>
a { background-color: #FC057D; }
a { background-color: rgb(252,5,125); }
div.DivClassName
{
background-color: #FC057D;
}
.BgClassName
{
background-color: #FC057D;
}
</style>
border-color css
<style>
span { border-color: #FC057D; }
span { border-color: rgb(252,5,125); }
td.TdClassName
{
border-color: #FC057D;
}
.TagClassName
{
border-color: #FC057D;
}
</style>