Shades of Deep Pink #FC0491
Tints of Deep Pink #FC0491
RGB
CMYK
RGB Variations
Color information
#FC0491 (or 0xFC0491) is known color: Deep Pink. HEX triplet: FC, 04 and 91. RGB value is (252,4,145). Sum of RGB (Red+Green+Blue) = 252+4+145=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0491 is #03FB6E. Grayscale: #5D5D5D. Windows color (decimal): -260975 or 9503996. OLE color: 9503996.
HSL color Cylindrical-coordinate representation of color #FC0491: hue angle of 325.89º 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 #FC0491 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.01 |
| HSL | 325.89º | 0.98% | 0.5% | - |
| HSV(B) | 325.89º | 0.98% | 0.99% | - |
| XYZ | 45.3 | 22.83 | 28.81 | - |
| YUV | 94.23 | 156.66 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 145 | 0 | 0.98 | 0.42 | 0.01 | 325.89 | 0.98 | 0.5 |
| Hex | FC | 4 | 91 | 0 | 62 | 2A | 1 | 146 | 62 | 32 |
| Octal | 374 | 4 | 221 | 0 | 142 | 52 | 1 | 506 | 142 | 62 |
| Binary | 11111100 | 100 | 10010001 | 0 | 1100010 | 101010 | 1 | 101000110 | 1100010 | 110010 |
Color Harmonies of #FC0491
Complementary color
Monochromatic Colors of #FC0491
Black with #FC0491
Text Example
Text Example
White with #FC0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0491; }
p { color: rgb(252,4,145); }
H1.HeaderClassName
{
color: #FC0491;
}
.AnyTagClassName
{
color: #FC0491;
}
</style>
background-color css
<style>
a { background-color: #FC0491; }
a { background-color: rgb(252,4,145); }
div.DivClassName
{
background-color: #FC0491;
}
.BgClassName
{
background-color: #FC0491;
}
</style>
border-color css
<style>
span { border-color: #FC0491; }
span { border-color: rgb(252,4,145); }
td.TdClassName
{
border-color: #FC0491;
}
.TagClassName
{
border-color: #FC0491;
}
</style>