Shades of Deep Pink #F80089
Tints of Deep Pink #F80089
RGB
CMYK
RGB Variations
Color information
#F80089 (or 0xF80089) is known color: Deep Pink. HEX triplet: F8, 00 and 89. RGB value is (248,0,137). Sum of RGB (Red+Green+Blue) = 248+0+137=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F80089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80089 is #07FF76. Grayscale: #595959. Windows color (decimal): -524151 or 8978680. OLE color: 8978680.
HSL color Cylindrical-coordinate representation of color #F80089: hue angle of 326.85º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80089 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.45 | 0.03 |
| HSL | 326.85º | 1% | 0.49% | - |
| HSV(B) | 326.85º | 1% | 0.97% | - |
| XYZ | 43.23 | 21.76 | 25.59 | - |
| YUV | 89.77 | 154.66 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 137 | 0 | 1 | 0.45 | 0.03 | 326.85 | 1 | 0.49 |
| Hex | F8 | 0 | 89 | 0 | 64 | 2D | 3 | 147 | 64 | 31 |
| Octal | 370 | 0 | 211 | 0 | 144 | 55 | 3 | 507 | 144 | 61 |
| Binary | 11111000 | 0 | 10001001 | 0 | 1100100 | 101101 | 11 | 101000111 | 1100100 | 110001 |
Color Harmonies of #F80089
Complementary color
Monochromatic Colors of #F80089
Black with #F80089
Text Example
Text Example
White with #F80089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80089; }
p { color: rgb(248,0,137); }
H1.HeaderClassName
{
color: #F80089;
}
.AnyTagClassName
{
color: #F80089;
}
</style>
background-color css
<style>
a { background-color: #F80089; }
a { background-color: rgb(248,0,137); }
div.DivClassName
{
background-color: #F80089;
}
.BgClassName
{
background-color: #F80089;
}
</style>
border-color css
<style>
span { border-color: #F80089; }
span { border-color: rgb(248,0,137); }
td.TdClassName
{
border-color: #F80089;
}
.TagClassName
{
border-color: #F80089;
}
</style>