Shades of Deep Pink #F80884
Tints of Deep Pink #F80884
RGB
CMYK
RGB Variations
Color information
#F80884 (or 0xF80884) is known color: Deep Pink. HEX triplet: F8, 08 and 84. RGB value is (248,8,132). Sum of RGB (Red+Green+Blue) = 248+8+132=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F80884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80884 is #07F77B. Grayscale: #5D5D5D. Windows color (decimal): -522108 or 8653048. OLE color: 8653048.
HSL color Cylindrical-coordinate representation of color #F80884: hue angle of 329º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80884 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.03 |
| HSL | 329º | 0.94% | 0.5% | - |
| HSV(B) | 329º | 0.97% | 0.97% | - |
| XYZ | 42.96 | 21.8 | 23.77 | - |
| YUV | 93.9 | 149.51 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 132 | 0 | 0.97 | 0.47 | 0.03 | 329 | 0.94 | 0.5 |
| Hex | F8 | 8 | 84 | 0 | 61 | 2F | 3 | 149 | 5E | 32 |
| Octal | 370 | 10 | 204 | 0 | 141 | 57 | 3 | 511 | 136 | 62 |
| Binary | 11111000 | 1000 | 10000100 | 0 | 1100001 | 101111 | 11 | 101001001 | 1011110 | 110010 |
Color Harmonies of #F80884
Complementary color
Monochromatic Colors of #F80884
Black with #F80884
Text Example
Text Example
White with #F80884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80884; }
p { color: rgb(248,8,132); }
H1.HeaderClassName
{
color: #F80884;
}
.AnyTagClassName
{
color: #F80884;
}
</style>
background-color css
<style>
a { background-color: #F80884; }
a { background-color: rgb(248,8,132); }
div.DivClassName
{
background-color: #F80884;
}
.BgClassName
{
background-color: #F80884;
}
</style>
border-color css
<style>
span { border-color: #F80884; }
span { border-color: rgb(248,8,132); }
td.TdClassName
{
border-color: #F80884;
}
.TagClassName
{
border-color: #F80884;
}
</style>