Shades of Deep Pink #F80176
Tints of Deep Pink #F80176
RGB
CMYK
RGB Variations
Color information
#F80176 (or 0xF80176) is known color: Deep Pink. HEX triplet: F8, 01 and 76. RGB value is (248,1,118). Sum of RGB (Red+Green+Blue) = 248+1+118=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80176 is #07FE89. Grayscale: #575757. Windows color (decimal): -523914 or 7733752. OLE color: 7733752.
HSL color Cylindrical-coordinate representation of color #F80176: hue angle of 331.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80176 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.03 |
| HSL | 331.58º | 0.99% | 0.49% | - |
| HSV(B) | 331.58º | 1% | 0.97% | - |
| XYZ | 41.99 | 21.29 | 19.03 | - |
| YUV | 88.19 | 144.83 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 118 | 0 | 1.00 | 0.52 | 0.03 | 331.58 | 0.99 | 0.49 |
| Hex | F8 | 1 | 76 | 0 | 64 | 34 | 3 | 14C | 63 | 31 |
| Octal | 370 | 1 | 166 | 0 | 144 | 64 | 3 | 514 | 143 | 61 |
| Binary | 11111000 | 1 | 1110110 | 0 | 1100100 | 110100 | 11 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F80176
Complementary color
Monochromatic Colors of #F80176
Black with #F80176
Text Example
Text Example
White with #F80176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80176; }
p { color: rgb(248,1,118); }
H1.HeaderClassName
{
color: #F80176;
}
.AnyTagClassName
{
color: #F80176;
}
</style>
background-color css
<style>
a { background-color: #F80176; }
a { background-color: rgb(248,1,118); }
div.DivClassName
{
background-color: #F80176;
}
.BgClassName
{
background-color: #F80176;
}
</style>
border-color css
<style>
span { border-color: #F80176; }
span { border-color: rgb(248,1,118); }
td.TdClassName
{
border-color: #F80176;
}
.TagClassName
{
border-color: #F80176;
}
</style>