Shades of Deep Pink #F50981
Tints of Deep Pink #F50981
RGB
CMYK
RGB Variations
Color information
#F50981 (or 0xF50981) is known color: Deep Pink. HEX triplet: F5, 09 and 81. RGB value is (245,9,129). Sum of RGB (Red+Green+Blue) = 245+9+129=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F50981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50981 is #0AF67E. Grayscale: #5D5D5D. Windows color (decimal): -718463 or 8456693. OLE color: 8456693.
HSL color Cylindrical-coordinate representation of color #F50981: hue angle of 329.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50981 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.04 |
| HSL | 329.49º | 0.93% | 0.5% | - |
| HSV(B) | 329.49º | 0.96% | 0.96% | - |
| XYZ | 41.72 | 21.19 | 22.66 | - |
| YUV | 93.24 | 148.19 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 129 | 0 | 0.96 | 0.47 | 0.04 | 329.49 | 0.93 | 0.5 |
| Hex | F5 | 9 | 81 | 0 | 60 | 2F | 4 | 149 | 5D | 32 |
| Octal | 365 | 11 | 201 | 0 | 140 | 57 | 4 | 511 | 135 | 62 |
| Binary | 11110101 | 1001 | 10000001 | 0 | 1100000 | 101111 | 100 | 101001001 | 1011101 | 110010 |
Color Harmonies of #F50981
Complementary color
Monochromatic Colors of #F50981
Black with #F50981
Text Example
Text Example
White with #F50981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50981; }
p { color: rgb(245,9,129); }
H1.HeaderClassName
{
color: #F50981;
}
.AnyTagClassName
{
color: #F50981;
}
</style>
background-color css
<style>
a { background-color: #F50981; }
a { background-color: rgb(245,9,129); }
div.DivClassName
{
background-color: #F50981;
}
.BgClassName
{
background-color: #F50981;
}
</style>
border-color css
<style>
span { border-color: #F50981; }
span { border-color: rgb(245,9,129); }
td.TdClassName
{
border-color: #F50981;
}
.TagClassName
{
border-color: #F50981;
}
</style>