Shades of Deep Pink #F81896
Tints of Deep Pink #F81896
RGB
CMYK
RGB Variations
Color information
#F81896 (or 0xF81896) is known color: Deep Pink. HEX triplet: F8, 18 and 96. RGB value is (248,24,150). Sum of RGB (Red+Green+Blue) = 248+24+150=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F81896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81896 is #07E769. Grayscale: #696969. Windows color (decimal): -517994 or 9836792. OLE color: 9836792.
HSL color Cylindrical-coordinate representation of color #F81896: hue angle of 326.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81896 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 150 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.03 |
| HSL | 326.25º | 0.94% | 0.53% | - |
| HSV(B) | 326.25º | 0.9% | 0.97% | - |
| XYZ | 44.54 | 22.81 | 30.91 | - |
| YUV | 105.34 | 153.21 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 150 | 0 | 0.90 | 0.40 | 0.03 | 326.25 | 0.94 | 0.53 |
| Hex | F8 | 18 | 96 | 0 | 5A | 28 | 3 | 146 | 5E | 35 |
| Octal | 370 | 30 | 226 | 0 | 132 | 50 | 3 | 506 | 136 | 65 |
| Binary | 11111000 | 11000 | 10010110 | 0 | 1011010 | 101000 | 11 | 101000110 | 1011110 | 110101 |
Color Harmonies of #F81896
Complementary color
Monochromatic Colors of #F81896
Black with #F81896
Text Example
Text Example
White with #F81896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81896; }
p { color: rgb(248,24,150); }
H1.HeaderClassName
{
color: #F81896;
}
.AnyTagClassName
{
color: #F81896;
}
</style>
background-color css
<style>
a { background-color: #F81896; }
a { background-color: rgb(248,24,150); }
div.DivClassName
{
background-color: #F81896;
}
.BgClassName
{
background-color: #F81896;
}
</style>
border-color css
<style>
span { border-color: #F81896; }
span { border-color: rgb(248,24,150); }
td.TdClassName
{
border-color: #F81896;
}
.TagClassName
{
border-color: #F81896;
}
</style>