Shades of Deep Pink #F80788
Tints of Deep Pink #F80788
RGB
CMYK
RGB Variations
Color information
#F80788 (or 0xF80788) is known color: Deep Pink. HEX triplet: F8, 07 and 88. RGB value is (248,7,136). Sum of RGB (Red+Green+Blue) = 248+7+136=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F80788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80788 is #07F877. Grayscale: #5D5D5D. Windows color (decimal): -522360 or 8914936. OLE color: 8914936.
HSL color Cylindrical-coordinate representation of color #F80788: hue angle of 327.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80788 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.03 |
| HSL | 327.88º | 0.95% | 0.5% | - |
| HSV(B) | 327.88º | 0.97% | 0.97% | - |
| XYZ | 43.23 | 21.89 | 25.24 | - |
| YUV | 93.77 | 151.84 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 136 | 0 | 0.97 | 0.45 | 0.03 | 327.88 | 0.95 | 0.5 |
| Hex | F8 | 7 | 88 | 0 | 61 | 2D | 3 | 148 | 5F | 32 |
| Octal | 370 | 7 | 210 | 0 | 141 | 55 | 3 | 510 | 137 | 62 |
| Binary | 11111000 | 111 | 10001000 | 0 | 1100001 | 101101 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F80788
Complementary color
Monochromatic Colors of #F80788
Black with #F80788
Text Example
Text Example
White with #F80788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80788; }
p { color: rgb(248,7,136); }
H1.HeaderClassName
{
color: #F80788;
}
.AnyTagClassName
{
color: #F80788;
}
</style>
background-color css
<style>
a { background-color: #F80788; }
a { background-color: rgb(248,7,136); }
div.DivClassName
{
background-color: #F80788;
}
.BgClassName
{
background-color: #F80788;
}
</style>
border-color css
<style>
span { border-color: #F80788; }
span { border-color: rgb(248,7,136); }
td.TdClassName
{
border-color: #F80788;
}
.TagClassName
{
border-color: #F80788;
}
</style>