Shades of Deep Pink #F80994
Tints of Deep Pink #F80994
RGB
CMYK
RGB Variations
Color information
#F80994 (or 0xF80994) is known color: Deep Pink. HEX triplet: F8, 09 and 94. RGB value is (248,9,148). Sum of RGB (Red+Green+Blue) = 248+9+148=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F80994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80994 is #07F66B. Grayscale: #5F5F5F. Windows color (decimal): -521836 or 9701880. OLE color: 9701880.
HSL color Cylindrical-coordinate representation of color #F80994: hue angle of 325.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80994 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.03 |
| HSL | 325.1º | 0.94% | 0.5% | - |
| HSV(B) | 325.1º | 0.96% | 0.97% | - |
| XYZ | 44.15 | 22.29 | 29.99 | - |
| YUV | 96.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 148 | 0 | 0.96 | 0.40 | 0.03 | 325.1 | 0.94 | 0.5 |
| Hex | F8 | 9 | 94 | 0 | 60 | 28 | 3 | 145 | 5E | 32 |
| Octal | 370 | 11 | 224 | 0 | 140 | 50 | 3 | 505 | 136 | 62 |
| Binary | 11111000 | 1001 | 10010100 | 0 | 1100000 | 101000 | 11 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F80994
Complementary color
Monochromatic Colors of #F80994
Black with #F80994
Text Example
Text Example
White with #F80994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80994; }
p { color: rgb(248,9,148); }
H1.HeaderClassName
{
color: #F80994;
}
.AnyTagClassName
{
color: #F80994;
}
</style>
background-color css
<style>
a { background-color: #F80994; }
a { background-color: rgb(248,9,148); }
div.DivClassName
{
background-color: #F80994;
}
.BgClassName
{
background-color: #F80994;
}
</style>
border-color css
<style>
span { border-color: #F80994; }
span { border-color: rgb(248,9,148); }
td.TdClassName
{
border-color: #F80994;
}
.TagClassName
{
border-color: #F80994;
}
</style>