Shades of Deep Pink #F91777
Tints of Deep Pink #F91777
RGB
CMYK
RGB Variations
Color information
#F91777 (or 0xF91777) is known color: Deep Pink. HEX triplet: F9, 17 and 77. RGB value is (249,23,119). Sum of RGB (Red+Green+Blue) = 249+23+119=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F91777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91777 is #06E888. Grayscale: #656565. Windows color (decimal): -452745 or 7804921. OLE color: 7804921.
HSL color Cylindrical-coordinate representation of color #F91777: hue angle of 334.51º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91777 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 119 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.02 |
| HSL | 334.51º | 0.95% | 0.53% | - |
| HSV(B) | 334.51º | 0.91% | 0.98% | - |
| XYZ | 42.7 | 22.08 | 19.46 | - |
| YUV | 101.52 | 137.87 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 119 | 0 | 0.91 | 0.52 | 0.02 | 334.51 | 0.95 | 0.53 |
| Hex | F9 | 17 | 77 | 0 | 5B | 34 | 2 | 14F | 5F | 35 |
| Octal | 371 | 27 | 167 | 0 | 133 | 64 | 2 | 517 | 137 | 65 |
| Binary | 11111001 | 10111 | 1110111 | 0 | 1011011 | 110100 | 10 | 101001111 | 1011111 | 110101 |
Color Harmonies of #F91777
Complementary color
Monochromatic Colors of #F91777
Black with #F91777
Text Example
Text Example
White with #F91777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91777; }
p { color: rgb(249,23,119); }
H1.HeaderClassName
{
color: #F91777;
}
.AnyTagClassName
{
color: #F91777;
}
</style>
background-color css
<style>
a { background-color: #F91777; }
a { background-color: rgb(249,23,119); }
div.DivClassName
{
background-color: #F91777;
}
.BgClassName
{
background-color: #F91777;
}
</style>
border-color css
<style>
span { border-color: #F91777; }
span { border-color: rgb(249,23,119); }
td.TdClassName
{
border-color: #F91777;
}
.TagClassName
{
border-color: #F91777;
}
</style>