Shades of Deep Pink #F80790
Tints of Deep Pink #F80790
RGB
CMYK
RGB Variations
Color information
#F80790 (or 0xF80790) is known color: Deep Pink. HEX triplet: F8, 07 and 90. RGB value is (248,7,144). Sum of RGB (Red+Green+Blue) = 248+7+144=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80790 is #07F86F. Grayscale: #5E5E5E. Windows color (decimal): -522352 or 9439224. OLE color: 9439224.
HSL color Cylindrical-coordinate representation of color #F80790: hue angle of 325.89º 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 #F80790 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.03 |
| HSL | 325.89º | 0.95% | 0.5% | - |
| HSV(B) | 325.89º | 0.97% | 0.97% | - |
| XYZ | 43.82 | 22.12 | 28.35 | - |
| YUV | 94.68 | 155.84 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 144 | 0 | 0.97 | 0.42 | 0.03 | 325.89 | 0.95 | 0.5 |
| Hex | F8 | 7 | 90 | 0 | 61 | 2A | 3 | 146 | 5F | 32 |
| Octal | 370 | 7 | 220 | 0 | 141 | 52 | 3 | 506 | 137 | 62 |
| Binary | 11111000 | 111 | 10010000 | 0 | 1100001 | 101010 | 11 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F80790
Complementary color
Monochromatic Colors of #F80790
Black with #F80790
Text Example
Text Example
White with #F80790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80790; }
p { color: rgb(248,7,144); }
H1.HeaderClassName
{
color: #F80790;
}
.AnyTagClassName
{
color: #F80790;
}
</style>
background-color css
<style>
a { background-color: #F80790; }
a { background-color: rgb(248,7,144); }
div.DivClassName
{
background-color: #F80790;
}
.BgClassName
{
background-color: #F80790;
}
</style>
border-color css
<style>
span { border-color: #F80790; }
span { border-color: rgb(248,7,144); }
td.TdClassName
{
border-color: #F80790;
}
.TagClassName
{
border-color: #F80790;
}
</style>