Shades of Deep Pink #F50389
Tints of Deep Pink #F50389
RGB
CMYK
RGB Variations
Color information
#F50389 (or 0xF50389) is known color: Deep Pink. HEX triplet: F5, 03 and 89. RGB value is (245,3,137). Sum of RGB (Red+Green+Blue) = 245+3+137=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F50389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50389 is #0AFC76. Grayscale: #5A5A5A. Windows color (decimal): -719991 or 8979445. OLE color: 8979445.
HSL color Cylindrical-coordinate representation of color #F50389: hue angle of 326.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50389 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.04 |
| HSL | 326.78º | 0.98% | 0.49% | - |
| HSV(B) | 326.78º | 0.99% | 0.96% | - |
| XYZ | 42.2 | 21.28 | 25.55 | - |
| YUV | 90.63 | 154.17 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 137 | 0 | 0.99 | 0.44 | 0.04 | 326.78 | 0.98 | 0.49 |
| Hex | F5 | 3 | 89 | 0 | 63 | 2C | 4 | 147 | 62 | 31 |
| Octal | 365 | 3 | 211 | 0 | 143 | 54 | 4 | 507 | 142 | 61 |
| Binary | 11110101 | 11 | 10001001 | 0 | 1100011 | 101100 | 100 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F50389
Complementary color
Monochromatic Colors of #F50389
Black with #F50389
Text Example
Text Example
White with #F50389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50389; }
p { color: rgb(245,3,137); }
H1.HeaderClassName
{
color: #F50389;
}
.AnyTagClassName
{
color: #F50389;
}
</style>
background-color css
<style>
a { background-color: #F50389; }
a { background-color: rgb(245,3,137); }
div.DivClassName
{
background-color: #F50389;
}
.BgClassName
{
background-color: #F50389;
}
</style>
border-color css
<style>
span { border-color: #F50389; }
span { border-color: rgb(245,3,137); }
td.TdClassName
{
border-color: #F50389;
}
.TagClassName
{
border-color: #F50389;
}
</style>