Shades of Deep Pink #F91C76
Tints of Deep Pink #F91C76
RGB
CMYK
RGB Variations
Color information
#F91C76 (or 0xF91C76) is known color: Deep Pink. HEX triplet: F9, 1C and 76. RGB value is (249,28,118). Sum of RGB (Red+Green+Blue) = 249+28+118=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C76 is #06E389. Grayscale: #686868. Windows color (decimal): -451466 or 7740665. OLE color: 7740665.
HSL color Cylindrical-coordinate representation of color #F91C76: hue angle of 335.57º 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 #F91C76 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 118 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.02 |
| HSL | 335.57º | 0.95% | 0.54% | - |
| HSV(B) | 335.57º | 0.89% | 0.98% | - |
| XYZ | 42.75 | 22.28 | 19.19 | - |
| YUV | 104.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 118 | 0 | 0.89 | 0.53 | 0.02 | 335.57 | 0.95 | 0.54 |
| Hex | F9 | 1C | 76 | 0 | 59 | 35 | 2 | 150 | 5F | 36 |
| Octal | 371 | 34 | 166 | 0 | 131 | 65 | 2 | 520 | 137 | 66 |
| Binary | 11111001 | 11100 | 1110110 | 0 | 1011001 | 110101 | 10 | 101010000 | 1011111 | 110110 |
Color Harmonies of #F91C76
Complementary color
Monochromatic Colors of #F91C76
Black with #F91C76
Text Example
Text Example
White with #F91C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C76; }
p { color: rgb(249,28,118); }
H1.HeaderClassName
{
color: #F91C76;
}
.AnyTagClassName
{
color: #F91C76;
}
</style>
background-color css
<style>
a { background-color: #F91C76; }
a { background-color: rgb(249,28,118); }
div.DivClassName
{
background-color: #F91C76;
}
.BgClassName
{
background-color: #F91C76;
}
</style>
border-color css
<style>
span { border-color: #F91C76; }
span { border-color: rgb(249,28,118); }
td.TdClassName
{
border-color: #F91C76;
}
.TagClassName
{
border-color: #F91C76;
}
</style>