Shades of Deep Pink #FF0494
Tints of Deep Pink #FF0494
RGB
CMYK
RGB Variations
Color information
#FF0494 (or 0xFF0494) is known color: Deep Pink. HEX triplet: FF, 04 and 94. RGB value is (255,4,148). Sum of RGB (Red+Green+Blue) = 255+4+148=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0494 is #00FB6B. Grayscale: #5F5F5F. Windows color (decimal): -64364 or 9700607. OLE color: 9700607.
HSL color Cylindrical-coordinate representation of color #FF0494: hue angle of 325.58º 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 #FF0494 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.42 | 0 |
| HSL | 325.58º | 1% | 0.51% | - |
| HSV(B) | 325.58º | 0.98% | 1% | - |
| XYZ | 46.63 | 23.48 | 30.09 | - |
| YUV | 95.47 | 157.66 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 148 | 0 | 0.98 | 0.42 | 0 | 325.58 | 1 | 0.51 |
| Hex | FF | 4 | 94 | 0 | 62 | 2A | 0 | 146 | 64 | 33 |
| Octal | 377 | 4 | 224 | 0 | 142 | 52 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 100 | 10010100 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0494
Complementary color
Monochromatic Colors of #FF0494
Black with #FF0494
Text Example
Text Example
White with #FF0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0494; }
p { color: rgb(255,4,148); }
H1.HeaderClassName
{
color: #FF0494;
}
.AnyTagClassName
{
color: #FF0494;
}
</style>
background-color css
<style>
a { background-color: #FF0494; }
a { background-color: rgb(255,4,148); }
div.DivClassName
{
background-color: #FF0494;
}
.BgClassName
{
background-color: #FF0494;
}
</style>
border-color css
<style>
span { border-color: #FF0494; }
span { border-color: rgb(255,4,148); }
td.TdClassName
{
border-color: #FF0494;
}
.TagClassName
{
border-color: #FF0494;
}
</style>