Shades of Deep Pink #F81696
Tints of Deep Pink #F81696
RGB
CMYK
RGB Variations
Color information
#F81696 (or 0xF81696) is known color: Deep Pink. HEX triplet: F8, 16 and 96. RGB value is (248,22,150). Sum of RGB (Red+Green+Blue) = 248+22+150=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F81696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81696 is #07E969. Grayscale: #676767. Windows color (decimal): -518506 or 9836280. OLE color: 9836280.
HSL color Cylindrical-coordinate representation of color #F81696: hue angle of 326.02º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81696 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.03 |
| HSL | 326.02º | 0.94% | 0.53% | - |
| HSV(B) | 326.02º | 0.91% | 0.97% | - |
| XYZ | 44.5 | 22.73 | 30.9 | - |
| YUV | 104.17 | 153.87 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 150 | 0 | 0.91 | 0.40 | 0.03 | 326.02 | 0.94 | 0.53 |
| Hex | F8 | 16 | 96 | 0 | 5B | 28 | 3 | 146 | 5E | 35 |
| Octal | 370 | 26 | 226 | 0 | 133 | 50 | 3 | 506 | 136 | 65 |
| Binary | 11111000 | 10110 | 10010110 | 0 | 1011011 | 101000 | 11 | 101000110 | 1011110 | 110101 |
Color Harmonies of #F81696
Complementary color
Monochromatic Colors of #F81696
Black with #F81696
Text Example
Text Example
White with #F81696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81696; }
p { color: rgb(248,22,150); }
H1.HeaderClassName
{
color: #F81696;
}
.AnyTagClassName
{
color: #F81696;
}
</style>
background-color css
<style>
a { background-color: #F81696; }
a { background-color: rgb(248,22,150); }
div.DivClassName
{
background-color: #F81696;
}
.BgClassName
{
background-color: #F81696;
}
</style>
border-color css
<style>
span { border-color: #F81696; }
span { border-color: rgb(248,22,150); }
td.TdClassName
{
border-color: #F81696;
}
.TagClassName
{
border-color: #F81696;
}
</style>