Shades of Deep Pink #F80986
Tints of Deep Pink #F80986
RGB
CMYK
RGB Variations
Color information
#F80986 (or 0xF80986) is known color: Deep Pink. HEX triplet: F8, 09 and 86. RGB value is (248,9,134). Sum of RGB (Red+Green+Blue) = 248+9+134=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F80986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80986 is #07F679. Grayscale: #5E5E5E. Windows color (decimal): -521850 or 8784376. OLE color: 8784376.
HSL color Cylindrical-coordinate representation of color #F80986: hue angle of 328.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80986 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.03 |
| HSL | 328.62º | 0.94% | 0.5% | - |
| HSV(B) | 328.62º | 0.96% | 0.97% | - |
| XYZ | 43.11 | 21.87 | 24.5 | - |
| YUV | 94.71 | 150.18 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 134 | 0 | 0.96 | 0.46 | 0.03 | 328.62 | 0.94 | 0.5 |
| Hex | F8 | 9 | 86 | 0 | 60 | 2E | 3 | 149 | 5E | 32 |
| Octal | 370 | 11 | 206 | 0 | 140 | 56 | 3 | 511 | 136 | 62 |
| Binary | 11111000 | 1001 | 10000110 | 0 | 1100000 | 101110 | 11 | 101001001 | 1011110 | 110010 |
Color Harmonies of #F80986
Complementary color
Monochromatic Colors of #F80986
Black with #F80986
Text Example
Text Example
White with #F80986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80986; }
p { color: rgb(248,9,134); }
H1.HeaderClassName
{
color: #F80986;
}
.AnyTagClassName
{
color: #F80986;
}
</style>
background-color css
<style>
a { background-color: #F80986; }
a { background-color: rgb(248,9,134); }
div.DivClassName
{
background-color: #F80986;
}
.BgClassName
{
background-color: #F80986;
}
</style>
border-color css
<style>
span { border-color: #F80986; }
span { border-color: rgb(248,9,134); }
td.TdClassName
{
border-color: #F80986;
}
.TagClassName
{
border-color: #F80986;
}
</style>