Shades of Deep Pink #F50586
Tints of Deep Pink #F50586
RGB
CMYK
RGB Variations
Color information
#F50586 (or 0xF50586) is known color: Deep Pink. HEX triplet: F5, 05 and 86. RGB value is (245,5,134). Sum of RGB (Red+Green+Blue) = 245+5+134=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F50586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50586 is #0AFA79. Grayscale: #5B5B5B. Windows color (decimal): -719482 or 8783349. OLE color: 8783349.
HSL color Cylindrical-coordinate representation of color #F50586: hue angle of 327.75º 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 #F50586 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.75º | 0.96% | 0.49% | - |
| HSV(B) | 327.75º | 0.98% | 0.96% | - |
| XYZ | 42.01 | 21.24 | 24.44 | - |
| YUV | 91.47 | 152.01 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 134 | 0 | 0.98 | 0.45 | 0.04 | 327.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 86 | 0 | 62 | 2D | 4 | 148 | 60 | 31 |
| Octal | 365 | 5 | 206 | 0 | 142 | 55 | 4 | 510 | 140 | 61 |
| Binary | 11110101 | 101 | 10000110 | 0 | 1100010 | 101101 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F50586
Complementary color
Monochromatic Colors of #F50586
Black with #F50586
Text Example
Text Example
White with #F50586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50586; }
p { color: rgb(245,5,134); }
H1.HeaderClassName
{
color: #F50586;
}
.AnyTagClassName
{
color: #F50586;
}
</style>
background-color css
<style>
a { background-color: #F50586; }
a { background-color: rgb(245,5,134); }
div.DivClassName
{
background-color: #F50586;
}
.BgClassName
{
background-color: #F50586;
}
</style>
border-color css
<style>
span { border-color: #F50586; }
span { border-color: rgb(245,5,134); }
td.TdClassName
{
border-color: #F50586;
}
.TagClassName
{
border-color: #F50586;
}
</style>