Shades of Deep Pink #F50581
Tints of Deep Pink #F50581
RGB
CMYK
RGB Variations
Color information
#F50581 (or 0xF50581) is known color: Deep Pink. HEX triplet: F5, 05 and 81. RGB value is (245,5,129). Sum of RGB (Red+Green+Blue) = 245+5+129=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F50581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50581 is #0AFA7E. Grayscale: #5A5A5A. Windows color (decimal): -719487 or 8455669. OLE color: 8455669.
HSL color Cylindrical-coordinate representation of color #F50581: hue angle of 329º degrees, saturation: 0.96, 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 #F50581 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.04 |
| HSL | 329º | 0.96% | 0.49% | - |
| HSV(B) | 329º | 0.98% | 0.96% | - |
| XYZ | 41.67 | 21.11 | 22.65 | - |
| YUV | 90.9 | 149.51 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 129 | 0 | 0.98 | 0.47 | 0.04 | 329 | 0.96 | 0.49 |
| Hex | F5 | 5 | 81 | 0 | 62 | 2F | 4 | 149 | 60 | 31 |
| Octal | 365 | 5 | 201 | 0 | 142 | 57 | 4 | 511 | 140 | 61 |
| Binary | 11110101 | 101 | 10000001 | 0 | 1100010 | 101111 | 100 | 101001001 | 1100000 | 110001 |
Color Harmonies of #F50581
Complementary color
Monochromatic Colors of #F50581
Black with #F50581
Text Example
Text Example
White with #F50581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50581; }
p { color: rgb(245,5,129); }
H1.HeaderClassName
{
color: #F50581;
}
.AnyTagClassName
{
color: #F50581;
}
</style>
background-color css
<style>
a { background-color: #F50581; }
a { background-color: rgb(245,5,129); }
div.DivClassName
{
background-color: #F50581;
}
.BgClassName
{
background-color: #F50581;
}
</style>
border-color css
<style>
span { border-color: #F50581; }
span { border-color: rgb(245,5,129); }
td.TdClassName
{
border-color: #F50581;
}
.TagClassName
{
border-color: #F50581;
}
</style>