Shades of Deep Pink #F91177
Tints of Deep Pink #F91177
RGB
CMYK
RGB Variations
Color information
#F91177 (or 0xF91177) is known color: Deep Pink. HEX triplet: F9, 11 and 77. RGB value is (249,17,119). Sum of RGB (Red+Green+Blue) = 249+17+119=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91177 is #06EE88. Grayscale: #616161. Windows color (decimal): -454281 or 7803385. OLE color: 7803385.
HSL color Cylindrical-coordinate representation of color #F91177: hue angle of 333.62º 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 #F91177 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.02 |
| HSL | 333.62º | 0.95% | 0.52% | - |
| HSV(B) | 333.62º | 0.93% | 0.98% | - |
| XYZ | 42.6 | 21.87 | 19.43 | - |
| YUV | 98 | 139.86 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 119 | 0 | 0.93 | 0.52 | 0.02 | 333.62 | 0.95 | 0.52 |
| Hex | F9 | 11 | 77 | 0 | 5D | 34 | 2 | 14E | 5F | 34 |
| Octal | 371 | 21 | 167 | 0 | 135 | 64 | 2 | 516 | 137 | 64 |
| Binary | 11111001 | 10001 | 1110111 | 0 | 1011101 | 110100 | 10 | 101001110 | 1011111 | 110100 |
Color Harmonies of #F91177
Complementary color
Monochromatic Colors of #F91177
Black with #F91177
Text Example
Text Example
White with #F91177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91177; }
p { color: rgb(249,17,119); }
H1.HeaderClassName
{
color: #F91177;
}
.AnyTagClassName
{
color: #F91177;
}
</style>
background-color css
<style>
a { background-color: #F91177; }
a { background-color: rgb(249,17,119); }
div.DivClassName
{
background-color: #F91177;
}
.BgClassName
{
background-color: #F91177;
}
</style>
border-color css
<style>
span { border-color: #F91177; }
span { border-color: rgb(249,17,119); }
td.TdClassName
{
border-color: #F91177;
}
.TagClassName
{
border-color: #F91177;
}
</style>