Shades of Deep Pink #F80491
Tints of Deep Pink #F80491
RGB
CMYK
RGB Variations
Color information
#F80491 (or 0xF80491) is known color: Deep Pink. HEX triplet: F8, 04 and 91. RGB value is (248,4,145). Sum of RGB (Red+Green+Blue) = 248+4+145=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F80491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80491 is #07FB6E. Grayscale: #5C5C5C. Windows color (decimal): -523119 or 9503992. OLE color: 9503992.
HSL color Cylindrical-coordinate representation of color #F80491: hue angle of 325.33º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80491 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.03 |
| HSL | 325.33º | 0.97% | 0.49% | - |
| HSV(B) | 325.33º | 0.98% | 0.97% | - |
| XYZ | 43.87 | 22.09 | 28.74 | - |
| YUV | 93.03 | 157.34 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 145 | 0 | 0.98 | 0.42 | 0.03 | 325.33 | 0.97 | 0.49 |
| Hex | F8 | 4 | 91 | 0 | 62 | 2A | 3 | 145 | 61 | 31 |
| Octal | 370 | 4 | 221 | 0 | 142 | 52 | 3 | 505 | 141 | 61 |
| Binary | 11111000 | 100 | 10010001 | 0 | 1100010 | 101010 | 11 | 101000101 | 1100001 | 110001 |
Color Harmonies of #F80491
Complementary color
Monochromatic Colors of #F80491
Black with #F80491
Text Example
Text Example
White with #F80491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80491; }
p { color: rgb(248,4,145); }
H1.HeaderClassName
{
color: #F80491;
}
.AnyTagClassName
{
color: #F80491;
}
</style>
background-color css
<style>
a { background-color: #F80491; }
a { background-color: rgb(248,4,145); }
div.DivClassName
{
background-color: #F80491;
}
.BgClassName
{
background-color: #F80491;
}
</style>
border-color css
<style>
span { border-color: #F80491; }
span { border-color: rgb(248,4,145); }
td.TdClassName
{
border-color: #F80491;
}
.TagClassName
{
border-color: #F80491;
}
</style>