Shades of Deep Pink #F80990
Tints of Deep Pink #F80990
RGB
CMYK
RGB Variations
Color information
#F80990 (or 0xF80990) is known color: Deep Pink. HEX triplet: F8, 09 and 90. RGB value is (248,9,144). Sum of RGB (Red+Green+Blue) = 248+9+144=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80990 is #07F66F. Grayscale: #5F5F5F. Windows color (decimal): -521840 or 9439736. OLE color: 9439736.
HSL color Cylindrical-coordinate representation of color #F80990: hue angle of 326.11º 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 #F80990 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.03 |
| HSL | 326.11º | 0.94% | 0.5% | - |
| HSV(B) | 326.11º | 0.96% | 0.97% | - |
| XYZ | 43.84 | 22.17 | 28.35 | - |
| YUV | 95.85 | 155.18 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 144 | 0 | 0.96 | 0.42 | 0.03 | 326.11 | 0.94 | 0.5 |
| Hex | F8 | 9 | 90 | 0 | 60 | 2A | 3 | 146 | 5E | 32 |
| Octal | 370 | 11 | 220 | 0 | 140 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11111000 | 1001 | 10010000 | 0 | 1100000 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F80990
Complementary color
Monochromatic Colors of #F80990
Black with #F80990
Text Example
Text Example
White with #F80990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80990; }
p { color: rgb(248,9,144); }
H1.HeaderClassName
{
color: #F80990;
}
.AnyTagClassName
{
color: #F80990;
}
</style>
background-color css
<style>
a { background-color: #F80990; }
a { background-color: rgb(248,9,144); }
div.DivClassName
{
background-color: #F80990;
}
.BgClassName
{
background-color: #F80990;
}
</style>
border-color css
<style>
span { border-color: #F80990; }
span { border-color: rgb(248,9,144); }
td.TdClassName
{
border-color: #F80990;
}
.TagClassName
{
border-color: #F80990;
}
</style>