Shades of Deep Pink #FC0574
Tints of Deep Pink #FC0574
RGB
CMYK
RGB Variations
Color information
#FC0574 (or 0xFC0574) is known color: Deep Pink. HEX triplet: FC, 05 and 74. RGB value is (252,5,116). Sum of RGB (Red+Green+Blue) = 252+5+116=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0574 is #03FA8B. Grayscale: #5B5B5B. Windows color (decimal): -260748 or 7603708. OLE color: 7603708.
HSL color Cylindrical-coordinate representation of color #FC0574: hue angle of 333.04º 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 #FC0574 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.01 |
| HSL | 333.04º | 0.98% | 0.5% | - |
| HSV(B) | 333.04º | 0.98% | 0.99% | - |
| XYZ | 43.35 | 22.06 | 18.5 | - |
| YUV | 91.51 | 141.83 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 116 | 0 | 0.98 | 0.54 | 0.01 | 333.04 | 0.98 | 0.5 |
| Hex | FC | 5 | 74 | 0 | 62 | 36 | 1 | 14D | 62 | 32 |
| Octal | 374 | 5 | 164 | 0 | 142 | 66 | 1 | 515 | 142 | 62 |
| Binary | 11111100 | 101 | 1110100 | 0 | 1100010 | 110110 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FC0574
Complementary color
Monochromatic Colors of #FC0574
Black with #FC0574
Text Example
Text Example
White with #FC0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0574; }
p { color: rgb(252,5,116); }
H1.HeaderClassName
{
color: #FC0574;
}
.AnyTagClassName
{
color: #FC0574;
}
</style>
background-color css
<style>
a { background-color: #FC0574; }
a { background-color: rgb(252,5,116); }
div.DivClassName
{
background-color: #FC0574;
}
.BgClassName
{
background-color: #FC0574;
}
</style>
border-color css
<style>
span { border-color: #FC0574; }
span { border-color: rgb(252,5,116); }
td.TdClassName
{
border-color: #FC0574;
}
.TagClassName
{
border-color: #FC0574;
}
</style>