Shades of Deep Pink #F91186
Tints of Deep Pink #F91186
RGB
CMYK
RGB Variations
Color information
#F91186 (or 0xF91186) is known color: Deep Pink. HEX triplet: F9, 11 and 86. RGB value is (249,17,134). Sum of RGB (Red+Green+Blue) = 249+17+134=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F91186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91186 is #06EE79. Grayscale: #636363. Windows color (decimal): -454266 or 8786425. OLE color: 8786425.
HSL color Cylindrical-coordinate representation of color #F91186: hue angle of 329.74º 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 #F91186 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 134 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.02 |
| HSL | 329.74º | 0.95% | 0.52% | - |
| HSV(B) | 329.74º | 0.93% | 0.98% | - |
| XYZ | 43.57 | 22.26 | 24.55 | - |
| YUV | 99.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 134 | 0 | 0.93 | 0.46 | 0.02 | 329.74 | 0.95 | 0.52 |
| Hex | F9 | 11 | 86 | 0 | 5D | 2E | 2 | 14A | 5F | 34 |
| Octal | 371 | 21 | 206 | 0 | 135 | 56 | 2 | 512 | 137 | 64 |
| Binary | 11111001 | 10001 | 10000110 | 0 | 1011101 | 101110 | 10 | 101001010 | 1011111 | 110100 |
Color Harmonies of #F91186
Complementary color
Monochromatic Colors of #F91186
Black with #F91186
Text Example
Text Example
White with #F91186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91186; }
p { color: rgb(249,17,134); }
H1.HeaderClassName
{
color: #F91186;
}
.AnyTagClassName
{
color: #F91186;
}
</style>
background-color css
<style>
a { background-color: #F91186; }
a { background-color: rgb(249,17,134); }
div.DivClassName
{
background-color: #F91186;
}
.BgClassName
{
background-color: #F91186;
}
</style>
border-color css
<style>
span { border-color: #F91186; }
span { border-color: rgb(249,17,134); }
td.TdClassName
{
border-color: #F91186;
}
.TagClassName
{
border-color: #F91186;
}
</style>