Shades of Deep Pink #F80995
Tints of Deep Pink #F80995
RGB
CMYK
RGB Variations
Color information
#F80995 (or 0xF80995) is known color: Deep Pink. HEX triplet: F8, 09 and 95. RGB value is (248,9,149). Sum of RGB (Red+Green+Blue) = 248+9+149=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F80995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80995 is #07F66A. Grayscale: #606060. Windows color (decimal): -521835 or 9767416. OLE color: 9767416.
HSL color Cylindrical-coordinate representation of color #F80995: hue angle of 324.85º 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 #F80995 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.03 |
| HSL | 324.85º | 0.94% | 0.5% | - |
| HSV(B) | 324.85º | 0.96% | 0.97% | - |
| XYZ | 44.23 | 22.32 | 30.41 | - |
| YUV | 96.42 | 157.68 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 149 | 0 | 0.96 | 0.40 | 0.03 | 324.85 | 0.94 | 0.5 |
| Hex | F8 | 9 | 95 | 0 | 60 | 28 | 3 | 145 | 5E | 32 |
| Octal | 370 | 11 | 225 | 0 | 140 | 50 | 3 | 505 | 136 | 62 |
| Binary | 11111000 | 1001 | 10010101 | 0 | 1100000 | 101000 | 11 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F80995
Complementary color
Monochromatic Colors of #F80995
Black with #F80995
Text Example
Text Example
White with #F80995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80995; }
p { color: rgb(248,9,149); }
H1.HeaderClassName
{
color: #F80995;
}
.AnyTagClassName
{
color: #F80995;
}
</style>
background-color css
<style>
a { background-color: #F80995; }
a { background-color: rgb(248,9,149); }
div.DivClassName
{
background-color: #F80995;
}
.BgClassName
{
background-color: #F80995;
}
</style>
border-color css
<style>
span { border-color: #F80995; }
span { border-color: rgb(248,9,149); }
td.TdClassName
{
border-color: #F80995;
}
.TagClassName
{
border-color: #F80995;
}
</style>