Shades of Deep Pink #FF0491
Tints of Deep Pink #FF0491
RGB
CMYK
RGB Variations
Color information
#FF0491 (or 0xFF0491) is known color: Deep Pink. HEX triplet: FF, 04 and 91. RGB value is (255,4,145). Sum of RGB (Red+Green+Blue) = 255+4+145=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0491 is #00FB6E. Grayscale: #5E5E5E. Windows color (decimal): -64367 or 9503999. OLE color: 9503999.
HSL color Cylindrical-coordinate representation of color #FF0491: hue angle of 326.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0491 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.43 | 0 |
| HSL | 326.29º | 1% | 0.51% | - |
| HSV(B) | 326.29º | 0.98% | 1% | - |
| XYZ | 46.39 | 23.39 | 28.86 | - |
| YUV | 95.12 | 156.16 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 145 | 0 | 0.98 | 0.43 | 0 | 326.29 | 1 | 0.51 |
| Hex | FF | 4 | 91 | 0 | 62 | 2B | 0 | 146 | 64 | 33 |
| Octal | 377 | 4 | 221 | 0 | 142 | 53 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 100 | 10010001 | 0 | 1100010 | 101011 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0491
Complementary color
Monochromatic Colors of #FF0491
Black with #FF0491
Text Example
Text Example
White with #FF0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0491; }
p { color: rgb(255,4,145); }
H1.HeaderClassName
{
color: #FF0491;
}
.AnyTagClassName
{
color: #FF0491;
}
</style>
background-color css
<style>
a { background-color: #FF0491; }
a { background-color: rgb(255,4,145); }
div.DivClassName
{
background-color: #FF0491;
}
.BgClassName
{
background-color: #FF0491;
}
</style>
border-color css
<style>
span { border-color: #FF0491; }
span { border-color: rgb(255,4,145); }
td.TdClassName
{
border-color: #FF0491;
}
.TagClassName
{
border-color: #FF0491;
}
</style>