Shades of Deep Pink #F81076
Tints of Deep Pink #F81076
RGB
CMYK
RGB Variations
Color information
#F81076 (or 0xF81076) is known color: Deep Pink. HEX triplet: F8, 10 and 76. RGB value is (248,16,118). Sum of RGB (Red+Green+Blue) = 248+16+118=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F81076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81076 is #07EF89. Grayscale: #606060. Windows color (decimal): -520074 or 7737592. OLE color: 7737592.
HSL color Cylindrical-coordinate representation of color #F81076: hue angle of 333.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81076 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 118 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.03 |
| HSL | 333.62º | 0.94% | 0.52% | - |
| HSV(B) | 333.62º | 0.94% | 0.97% | - |
| XYZ | 42.17 | 21.64 | 19.09 | - |
| YUV | 97 | 139.86 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 118 | 0 | 0.94 | 0.52 | 0.03 | 333.62 | 0.94 | 0.52 |
| Hex | F8 | 10 | 76 | 0 | 5E | 34 | 3 | 14E | 5E | 34 |
| Octal | 370 | 20 | 166 | 0 | 136 | 64 | 3 | 516 | 136 | 64 |
| Binary | 11111000 | 10000 | 1110110 | 0 | 1011110 | 110100 | 11 | 101001110 | 1011110 | 110100 |
Color Harmonies of #F81076
Complementary color
Monochromatic Colors of #F81076
Black with #F81076
Text Example
Text Example
White with #F81076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81076; }
p { color: rgb(248,16,118); }
H1.HeaderClassName
{
color: #F81076;
}
.AnyTagClassName
{
color: #F81076;
}
</style>
background-color css
<style>
a { background-color: #F81076; }
a { background-color: rgb(248,16,118); }
div.DivClassName
{
background-color: #F81076;
}
.BgClassName
{
background-color: #F81076;
}
</style>
border-color css
<style>
span { border-color: #F81076; }
span { border-color: rgb(248,16,118); }
td.TdClassName
{
border-color: #F81076;
}
.TagClassName
{
border-color: #F81076;
}
</style>