Shades of Deep Pink #F80997
Tints of Deep Pink #F80997
RGB
CMYK
RGB Variations
Color information
#F80997 (or 0xF80997) is known color: Deep Pink. HEX triplet: F8, 09 and 97. RGB value is (248,9,151). Sum of RGB (Red+Green+Blue) = 248+9+151=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F80997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80997 is #07F668. Grayscale: #606060. Windows color (decimal): -521833 or 9898488. OLE color: 9898488.
HSL color Cylindrical-coordinate representation of color #F80997: hue angle of 324.35º 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 #F80997 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.03 |
| HSL | 324.35º | 0.94% | 0.5% | - |
| HSV(B) | 324.35º | 0.96% | 0.97% | - |
| XYZ | 44.4 | 22.39 | 31.26 | - |
| YUV | 96.65 | 158.68 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 151 | 0 | 0.96 | 0.39 | 0.03 | 324.35 | 0.94 | 0.5 |
| Hex | F8 | 9 | 97 | 0 | 60 | 27 | 3 | 144 | 5E | 32 |
| Octal | 370 | 11 | 227 | 0 | 140 | 47 | 3 | 504 | 136 | 62 |
| Binary | 11111000 | 1001 | 10010111 | 0 | 1100000 | 100111 | 11 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F80997
Complementary color
Monochromatic Colors of #F80997
Black with #F80997
Text Example
Text Example
White with #F80997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80997; }
p { color: rgb(248,9,151); }
H1.HeaderClassName
{
color: #F80997;
}
.AnyTagClassName
{
color: #F80997;
}
</style>
background-color css
<style>
a { background-color: #F80997; }
a { background-color: rgb(248,9,151); }
div.DivClassName
{
background-color: #F80997;
}
.BgClassName
{
background-color: #F80997;
}
</style>
border-color css
<style>
span { border-color: #F80997; }
span { border-color: rgb(248,9,151); }
td.TdClassName
{
border-color: #F80997;
}
.TagClassName
{
border-color: #F80997;
}
</style>