Shades of Deep Pink #F80A91
Tints of Deep Pink #F80A91
RGB
CMYK
RGB Variations
Color information
#F80A91 (or 0xF80A91) is known color: Deep Pink. HEX triplet: F8, 0A and 91. RGB value is (248,10,145). Sum of RGB (Red+Green+Blue) = 248+10+145=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80A91 is #07F56E. Grayscale: #606060. Windows color (decimal): -521583 or 9505528. OLE color: 9505528.
HSL color Cylindrical-coordinate representation of color #F80A91: hue angle of 325.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A91 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 145 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.03 |
| HSL | 325.97º | 0.94% | 0.51% | - |
| HSV(B) | 325.97º | 0.96% | 0.97% | - |
| XYZ | 43.93 | 22.22 | 28.76 | - |
| YUV | 96.55 | 155.35 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 145 | 0 | 0.96 | 0.42 | 0.03 | 325.97 | 0.94 | 0.51 |
| Hex | F8 | A | 91 | 0 | 60 | 2A | 3 | 146 | 5E | 33 |
| Octal | 370 | 12 | 221 | 0 | 140 | 52 | 3 | 506 | 136 | 63 |
| Binary | 11111000 | 1010 | 10010001 | 0 | 1100000 | 101010 | 11 | 101000110 | 1011110 | 110011 |
Color Harmonies of #F80A91
Complementary color
Monochromatic Colors of #F80A91
Black with #F80A91
Text Example
Text Example
White with #F80A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A91; }
p { color: rgb(248,10,145); }
H1.HeaderClassName
{
color: #F80A91;
}
.AnyTagClassName
{
color: #F80A91;
}
</style>
background-color css
<style>
a { background-color: #F80A91; }
a { background-color: rgb(248,10,145); }
div.DivClassName
{
background-color: #F80A91;
}
.BgClassName
{
background-color: #F80A91;
}
</style>
border-color css
<style>
span { border-color: #F80A91; }
span { border-color: rgb(248,10,145); }
td.TdClassName
{
border-color: #F80A91;
}
.TagClassName
{
border-color: #F80A91;
}
</style>