Shades of Deep Pink #F50489
Tints of Deep Pink #F50489
RGB
CMYK
RGB Variations
Color information
#F50489 (or 0xF50489) is known color: Deep Pink. HEX triplet: F5, 04 and 89. RGB value is (245,4,137). Sum of RGB (Red+Green+Blue) = 245+4+137=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50489 is #0AFB76. Grayscale: #5A5A5A. Windows color (decimal): -719735 or 8979701. OLE color: 8979701.
HSL color Cylindrical-coordinate representation of color #F50489: hue angle of 326.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50489 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.04 |
| HSL | 326.89º | 0.97% | 0.49% | - |
| HSV(B) | 326.89º | 0.98% | 0.96% | - |
| XYZ | 42.21 | 21.31 | 25.55 | - |
| YUV | 91.22 | 153.84 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 137 | 0 | 0.98 | 0.44 | 0.04 | 326.89 | 0.97 | 0.49 |
| Hex | F5 | 4 | 89 | 0 | 62 | 2C | 4 | 147 | 61 | 31 |
| Octal | 365 | 4 | 211 | 0 | 142 | 54 | 4 | 507 | 141 | 61 |
| Binary | 11110101 | 100 | 10001001 | 0 | 1100010 | 101100 | 100 | 101000111 | 1100001 | 110001 |
Color Harmonies of #F50489
Complementary color
Monochromatic Colors of #F50489
Black with #F50489
Text Example
Text Example
White with #F50489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50489; }
p { color: rgb(245,4,137); }
H1.HeaderClassName
{
color: #F50489;
}
.AnyTagClassName
{
color: #F50489;
}
</style>
background-color css
<style>
a { background-color: #F50489; }
a { background-color: rgb(245,4,137); }
div.DivClassName
{
background-color: #F50489;
}
.BgClassName
{
background-color: #F50489;
}
</style>
border-color css
<style>
span { border-color: #F50489; }
span { border-color: rgb(245,4,137); }
td.TdClassName
{
border-color: #F50489;
}
.TagClassName
{
border-color: #F50489;
}
</style>