Shades of Deep Pink #F91191
Tints of Deep Pink #F91191
RGB
CMYK
RGB Variations
Color information
#F91191 (or 0xF91191) is known color: Deep Pink. HEX triplet: F9, 11 and 91. RGB value is (249,17,145). Sum of RGB (Red+Green+Blue) = 249+17+145=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F91191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91191 is #06EE6E. Grayscale: #646464. Windows color (decimal): -454255 or 9507321. OLE color: 9507321.
HSL color Cylindrical-coordinate representation of color #F91191: hue angle of 326.9º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91191 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.02 |
| HSL | 326.9º | 0.95% | 0.52% | - |
| HSV(B) | 326.9º | 0.93% | 0.98% | - |
| XYZ | 44.38 | 22.58 | 28.81 | - |
| YUV | 100.96 | 152.86 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 145 | 0 | 0.93 | 0.42 | 0.02 | 326.9 | 0.95 | 0.52 |
| Hex | F9 | 11 | 91 | 0 | 5D | 2A | 2 | 147 | 5F | 34 |
| Octal | 371 | 21 | 221 | 0 | 135 | 52 | 2 | 507 | 137 | 64 |
| Binary | 11111001 | 10001 | 10010001 | 0 | 1011101 | 101010 | 10 | 101000111 | 1011111 | 110100 |
Color Harmonies of #F91191
Complementary color
Monochromatic Colors of #F91191
Black with #F91191
Text Example
Text Example
White with #F91191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91191; }
p { color: rgb(249,17,145); }
H1.HeaderClassName
{
color: #F91191;
}
.AnyTagClassName
{
color: #F91191;
}
</style>
background-color css
<style>
a { background-color: #F91191; }
a { background-color: rgb(249,17,145); }
div.DivClassName
{
background-color: #F91191;
}
.BgClassName
{
background-color: #F91191;
}
</style>
border-color css
<style>
span { border-color: #F91191; }
span { border-color: rgb(249,17,145); }
td.TdClassName
{
border-color: #F91191;
}
.TagClassName
{
border-color: #F91191;
}
</style>