Shades of Deep Pink #F80A86
Tints of Deep Pink #F80A86
RGB
CMYK
RGB Variations
Color information
#F80A86 (or 0xF80A86) is known color: Deep Pink. HEX triplet: F8, 0A and 86. RGB value is (248,10,134). Sum of RGB (Red+Green+Blue) = 248+10+134=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80A86 is #07F579. Grayscale: #5F5F5F. Windows color (decimal): -521594 or 8784632. OLE color: 8784632.
HSL color Cylindrical-coordinate representation of color #F80A86: hue angle of 328.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A86 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 134 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.03 |
| HSL | 328.74º | 0.94% | 0.51% | - |
| HSV(B) | 328.74º | 0.96% | 0.97% | - |
| XYZ | 43.12 | 21.89 | 24.51 | - |
| YUV | 95.3 | 149.85 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 134 | 0 | 0.96 | 0.46 | 0.03 | 328.74 | 0.94 | 0.51 |
| Hex | F8 | A | 86 | 0 | 60 | 2E | 3 | 149 | 5E | 33 |
| Octal | 370 | 12 | 206 | 0 | 140 | 56 | 3 | 511 | 136 | 63 |
| Binary | 11111000 | 1010 | 10000110 | 0 | 1100000 | 101110 | 11 | 101001001 | 1011110 | 110011 |
Color Harmonies of #F80A86
Complementary color
Monochromatic Colors of #F80A86
Black with #F80A86
Text Example
Text Example
White with #F80A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A86; }
p { color: rgb(248,10,134); }
H1.HeaderClassName
{
color: #F80A86;
}
.AnyTagClassName
{
color: #F80A86;
}
</style>
background-color css
<style>
a { background-color: #F80A86; }
a { background-color: rgb(248,10,134); }
div.DivClassName
{
background-color: #F80A86;
}
.BgClassName
{
background-color: #F80A86;
}
</style>
border-color css
<style>
span { border-color: #F80A86; }
span { border-color: rgb(248,10,134); }
td.TdClassName
{
border-color: #F80A86;
}
.TagClassName
{
border-color: #F80A86;
}
</style>