Shades of Deep Pink #F80795
Tints of Deep Pink #F80795
RGB
CMYK
RGB Variations
Color information
#F80795 (or 0xF80795) is known color: Deep Pink. HEX triplet: F8, 07 and 95. RGB value is (248,7,149). Sum of RGB (Red+Green+Blue) = 248+7+149=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F80795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80795 is #07F86A. Grayscale: #5E5E5E. Windows color (decimal): -522347 or 9766904. OLE color: 9766904.
HSL color Cylindrical-coordinate representation of color #F80795: hue angle of 324.65º 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 #F80795 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.03 |
| HSL | 324.65º | 0.95% | 0.5% | - |
| HSV(B) | 324.65º | 0.97% | 0.97% | - |
| XYZ | 44.21 | 22.28 | 30.4 | - |
| YUV | 95.25 | 158.34 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 149 | 0 | 0.97 | 0.40 | 0.03 | 324.65 | 0.95 | 0.5 |
| Hex | F8 | 7 | 95 | 0 | 61 | 28 | 3 | 145 | 5F | 32 |
| Octal | 370 | 7 | 225 | 0 | 141 | 50 | 3 | 505 | 137 | 62 |
| Binary | 11111000 | 111 | 10010101 | 0 | 1100001 | 101000 | 11 | 101000101 | 1011111 | 110010 |
Color Harmonies of #F80795
Complementary color
Monochromatic Colors of #F80795
Black with #F80795
Text Example
Text Example
White with #F80795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80795; }
p { color: rgb(248,7,149); }
H1.HeaderClassName
{
color: #F80795;
}
.AnyTagClassName
{
color: #F80795;
}
</style>
background-color css
<style>
a { background-color: #F80795; }
a { background-color: rgb(248,7,149); }
div.DivClassName
{
background-color: #F80795;
}
.BgClassName
{
background-color: #F80795;
}
</style>
border-color css
<style>
span { border-color: #F80795; }
span { border-color: rgb(248,7,149); }
td.TdClassName
{
border-color: #F80795;
}
.TagClassName
{
border-color: #F80795;
}
</style>