Shades of Deep Pink #F80586
Tints of Deep Pink #F80586
RGB
CMYK
RGB Variations
Color information
#F80586 (or 0xF80586) is known color: Deep Pink. HEX triplet: F8, 05 and 86. RGB value is (248,5,134). Sum of RGB (Red+Green+Blue) = 248+5+134=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F80586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80586 is #07FA79. Grayscale: #5C5C5C. Windows color (decimal): -522874 or 8783352. OLE color: 8783352.
HSL color Cylindrical-coordinate representation of color #F80586: hue angle of 328.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80586 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.03 |
| HSL | 328.15º | 0.96% | 0.5% | - |
| HSV(B) | 328.15º | 0.98% | 0.97% | - |
| XYZ | 43.07 | 21.79 | 24.49 | - |
| YUV | 92.36 | 151.51 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 134 | 0 | 0.98 | 0.46 | 0.03 | 328.15 | 0.96 | 0.5 |
| Hex | F8 | 5 | 86 | 0 | 62 | 2E | 3 | 148 | 60 | 32 |
| Octal | 370 | 5 | 206 | 0 | 142 | 56 | 3 | 510 | 140 | 62 |
| Binary | 11111000 | 101 | 10000110 | 0 | 1100010 | 101110 | 11 | 101001000 | 1100000 | 110010 |
Color Harmonies of #F80586
Complementary color
Monochromatic Colors of #F80586
Black with #F80586
Text Example
Text Example
White with #F80586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80586; }
p { color: rgb(248,5,134); }
H1.HeaderClassName
{
color: #F80586;
}
.AnyTagClassName
{
color: #F80586;
}
</style>
background-color css
<style>
a { background-color: #F80586; }
a { background-color: rgb(248,5,134); }
div.DivClassName
{
background-color: #F80586;
}
.BgClassName
{
background-color: #F80586;
}
</style>
border-color css
<style>
span { border-color: #F80586; }
span { border-color: rgb(248,5,134); }
td.TdClassName
{
border-color: #F80586;
}
.TagClassName
{
border-color: #F80586;
}
</style>