Shades of Deep Pink #F80686
Tints of Deep Pink #F80686
RGB
CMYK
RGB Variations
Color information
#F80686 (or 0xF80686) is known color: Deep Pink. HEX triplet: F8, 06 and 86. RGB value is (248,6,134). Sum of RGB (Red+Green+Blue) = 248+6+134=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F80686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80686 is #07F979. Grayscale: #5C5C5C. Windows color (decimal): -522618 or 8783608. OLE color: 8783608.
HSL color Cylindrical-coordinate representation of color #F80686: hue angle of 328.26º degrees, saturation: 0.95, 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 #F80686 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 134 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.03 |
| HSL | 328.26º | 0.95% | 0.5% | - |
| HSV(B) | 328.26º | 0.98% | 0.97% | - |
| XYZ | 43.08 | 21.81 | 24.49 | - |
| YUV | 92.95 | 151.17 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 134 | 0 | 0.98 | 0.46 | 0.03 | 328.26 | 0.95 | 0.5 |
| Hex | F8 | 6 | 86 | 0 | 62 | 2E | 3 | 148 | 5F | 32 |
| Octal | 370 | 6 | 206 | 0 | 142 | 56 | 3 | 510 | 137 | 62 |
| Binary | 11111000 | 110 | 10000110 | 0 | 1100010 | 101110 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F80686
Complementary color
Monochromatic Colors of #F80686
Black with #F80686
Text Example
Text Example
White with #F80686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80686; }
p { color: rgb(248,6,134); }
H1.HeaderClassName
{
color: #F80686;
}
.AnyTagClassName
{
color: #F80686;
}
</style>
background-color css
<style>
a { background-color: #F80686; }
a { background-color: rgb(248,6,134); }
div.DivClassName
{
background-color: #F80686;
}
.BgClassName
{
background-color: #F80686;
}
</style>
border-color css
<style>
span { border-color: #F80686; }
span { border-color: rgb(248,6,134); }
td.TdClassName
{
border-color: #F80686;
}
.TagClassName
{
border-color: #F80686;
}
</style>