Shades of Deep Pink #F91C86
Tints of Deep Pink #F91C86
RGB
CMYK
RGB Variations
Color information
#F91C86 (or 0xF91C86) is known color: Deep Pink. HEX triplet: F9, 1C and 86. RGB value is (249,28,134). Sum of RGB (Red+Green+Blue) = 249+28+134=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C86 is #06E379. Grayscale: #696969. Windows color (decimal): -451450 or 8789241. OLE color: 8789241.
HSL color Cylindrical-coordinate representation of color #F91C86: hue angle of 331.22º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C86 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 134 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.02 |
| HSL | 331.22º | 0.95% | 0.54% | - |
| HSV(B) | 331.22º | 0.89% | 0.98% | - |
| XYZ | 43.79 | 22.69 | 24.63 | - |
| YUV | 106.16 | 143.72 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 134 | 0 | 0.89 | 0.46 | 0.02 | 331.22 | 0.95 | 0.54 |
| Hex | F9 | 1C | 86 | 0 | 59 | 2E | 2 | 14B | 5F | 36 |
| Octal | 371 | 34 | 206 | 0 | 131 | 56 | 2 | 513 | 137 | 66 |
| Binary | 11111001 | 11100 | 10000110 | 0 | 1011001 | 101110 | 10 | 101001011 | 1011111 | 110110 |
Color Harmonies of #F91C86
Complementary color
Monochromatic Colors of #F91C86
Black with #F91C86
Text Example
Text Example
White with #F91C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C86; }
p { color: rgb(249,28,134); }
H1.HeaderClassName
{
color: #F91C86;
}
.AnyTagClassName
{
color: #F91C86;
}
</style>
background-color css
<style>
a { background-color: #F91C86; }
a { background-color: rgb(249,28,134); }
div.DivClassName
{
background-color: #F91C86;
}
.BgClassName
{
background-color: #F91C86;
}
</style>
border-color css
<style>
span { border-color: #F91C86; }
span { border-color: rgb(249,28,134); }
td.TdClassName
{
border-color: #F91C86;
}
.TagClassName
{
border-color: #F91C86;
}
</style>