Shades of Deep Pink #F91791
Tints of Deep Pink #F91791
RGB
CMYK
RGB Variations
Color information
#F91791 (or 0xF91791) is known color: Deep Pink. HEX triplet: F9, 17 and 91. RGB value is (249,23,145). Sum of RGB (Red+Green+Blue) = 249+23+145=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F91791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91791 is #06E86E. Grayscale: #686868. Windows color (decimal): -452719 or 9508857. OLE color: 9508857.
HSL color Cylindrical-coordinate representation of color #F91791: hue angle of 327.61º 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 #F91791 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 145 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.02 |
| HSL | 327.61º | 0.95% | 0.53% | - |
| HSV(B) | 327.61º | 0.91% | 0.98% | - |
| XYZ | 44.48 | 22.8 | 28.84 | - |
| YUV | 104.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 145 | 0 | 0.91 | 0.42 | 0.02 | 327.61 | 0.95 | 0.53 |
| Hex | F9 | 17 | 91 | 0 | 5B | 2A | 2 | 148 | 5F | 35 |
| Octal | 371 | 27 | 221 | 0 | 133 | 52 | 2 | 510 | 137 | 65 |
| Binary | 11111001 | 10111 | 10010001 | 0 | 1011011 | 101010 | 10 | 101001000 | 1011111 | 110101 |
Color Harmonies of #F91791
Complementary color
Monochromatic Colors of #F91791
Black with #F91791
Text Example
Text Example
White with #F91791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91791; }
p { color: rgb(249,23,145); }
H1.HeaderClassName
{
color: #F91791;
}
.AnyTagClassName
{
color: #F91791;
}
</style>
background-color css
<style>
a { background-color: #F91791; }
a { background-color: rgb(249,23,145); }
div.DivClassName
{
background-color: #F91791;
}
.BgClassName
{
background-color: #F91791;
}
</style>
border-color css
<style>
span { border-color: #F91791; }
span { border-color: rgb(249,23,145); }
td.TdClassName
{
border-color: #F91791;
}
.TagClassName
{
border-color: #F91791;
}
</style>