Shades of Deep Pink #F80789
Tints of Deep Pink #F80789
RGB
CMYK
RGB Variations
Color information
#F80789 (or 0xF80789) is known color: Deep Pink. HEX triplet: F8, 07 and 89. RGB value is (248,7,137). Sum of RGB (Red+Green+Blue) = 248+7+137=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F80789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80789 is #07F876. Grayscale: #5D5D5D. Windows color (decimal): -522359 or 8980472. OLE color: 8980472.
HSL color Cylindrical-coordinate representation of color #F80789: hue angle of 327.63º 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 #F80789 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.03 |
| HSL | 327.63º | 0.95% | 0.5% | - |
| HSV(B) | 327.63º | 0.97% | 0.97% | - |
| XYZ | 43.3 | 21.91 | 25.61 | - |
| YUV | 93.88 | 152.34 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 137 | 0 | 0.97 | 0.45 | 0.03 | 327.63 | 0.95 | 0.5 |
| Hex | F8 | 7 | 89 | 0 | 61 | 2D | 3 | 148 | 5F | 32 |
| Octal | 370 | 7 | 211 | 0 | 141 | 55 | 3 | 510 | 137 | 62 |
| Binary | 11111000 | 111 | 10001001 | 0 | 1100001 | 101101 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F80789
Complementary color
Monochromatic Colors of #F80789
Black with #F80789
Text Example
Text Example
White with #F80789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80789; }
p { color: rgb(248,7,137); }
H1.HeaderClassName
{
color: #F80789;
}
.AnyTagClassName
{
color: #F80789;
}
</style>
background-color css
<style>
a { background-color: #F80789; }
a { background-color: rgb(248,7,137); }
div.DivClassName
{
background-color: #F80789;
}
.BgClassName
{
background-color: #F80789;
}
</style>
border-color css
<style>
span { border-color: #F80789; }
span { border-color: rgb(248,7,137); }
td.TdClassName
{
border-color: #F80789;
}
.TagClassName
{
border-color: #F80789;
}
</style>