Shades of Deep Pink #F81496
Tints of Deep Pink #F81496
RGB
CMYK
RGB Variations
Color information
#F81496 (or 0xF81496) is known color: Deep Pink. HEX triplet: F8, 14 and 96. RGB value is (248,20,150). Sum of RGB (Red+Green+Blue) = 248+20+150=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81496 is #07EB69. Grayscale: #666666. Windows color (decimal): -519018 or 9835768. OLE color: 9835768.
HSL color Cylindrical-coordinate representation of color #F81496: hue angle of 325.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81496 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.03 |
| HSL | 325.79º | 0.94% | 0.53% | - |
| HSV(B) | 325.79º | 0.92% | 0.97% | - |
| XYZ | 44.47 | 22.66 | 30.88 | - |
| YUV | 102.99 | 154.54 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 150 | 0 | 0.92 | 0.40 | 0.03 | 325.79 | 0.94 | 0.53 |
| Hex | F8 | 14 | 96 | 0 | 5C | 28 | 3 | 146 | 5E | 35 |
| Octal | 370 | 24 | 226 | 0 | 134 | 50 | 3 | 506 | 136 | 65 |
| Binary | 11111000 | 10100 | 10010110 | 0 | 1011100 | 101000 | 11 | 101000110 | 1011110 | 110101 |
Color Harmonies of #F81496
Complementary color
Monochromatic Colors of #F81496
Black with #F81496
Text Example
Text Example
White with #F81496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81496; }
p { color: rgb(248,20,150); }
H1.HeaderClassName
{
color: #F81496;
}
.AnyTagClassName
{
color: #F81496;
}
</style>
background-color css
<style>
a { background-color: #F81496; }
a { background-color: rgb(248,20,150); }
div.DivClassName
{
background-color: #F81496;
}
.BgClassName
{
background-color: #F81496;
}
</style>
border-color css
<style>
span { border-color: #F81496; }
span { border-color: rgb(248,20,150); }
td.TdClassName
{
border-color: #F81496;
}
.TagClassName
{
border-color: #F81496;
}
</style>