Shades of Deep Pink #F91696
Tints of Deep Pink #F91696
RGB
CMYK
RGB Variations
Color information
#F91696 (or 0xF91696) is known color: Deep Pink. HEX triplet: F9, 16 and 96. RGB value is (249,22,150). Sum of RGB (Red+Green+Blue) = 249+22+150=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91696 is #06E969. Grayscale: #686868. Windows color (decimal): -452970 or 9836281. OLE color: 9836281.
HSL color Cylindrical-coordinate representation of color #F91696: hue angle of 326.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91696 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.02 |
| HSL | 326.17º | 0.95% | 0.53% | - |
| HSV(B) | 326.17º | 0.91% | 0.98% | - |
| XYZ | 44.86 | 22.92 | 30.91 | - |
| YUV | 104.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 150 | 0 | 0.91 | 0.40 | 0.02 | 326.17 | 0.95 | 0.53 |
| Hex | F9 | 16 | 96 | 0 | 5B | 28 | 2 | 146 | 5F | 35 |
| Octal | 371 | 26 | 226 | 0 | 133 | 50 | 2 | 506 | 137 | 65 |
| Binary | 11111001 | 10110 | 10010110 | 0 | 1011011 | 101000 | 10 | 101000110 | 1011111 | 110101 |
Color Harmonies of #F91696
Complementary color
Monochromatic Colors of #F91696
Black with #F91696
Text Example
Text Example
White with #F91696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91696; }
p { color: rgb(249,22,150); }
H1.HeaderClassName
{
color: #F91696;
}
.AnyTagClassName
{
color: #F91696;
}
</style>
background-color css
<style>
a { background-color: #F91696; }
a { background-color: rgb(249,22,150); }
div.DivClassName
{
background-color: #F91696;
}
.BgClassName
{
background-color: #F91696;
}
</style>
border-color css
<style>
span { border-color: #F91696; }
span { border-color: rgb(249,22,150); }
td.TdClassName
{
border-color: #F91696;
}
.TagClassName
{
border-color: #F91696;
}
</style>