Shades of Deep Pink #F91179
Tints of Deep Pink #F91179
RGB
CMYK
RGB Variations
Color information
#F91179 (or 0xF91179) is known color: Deep Pink. HEX triplet: F9, 11 and 79. RGB value is (249,17,121). Sum of RGB (Red+Green+Blue) = 249+17+121=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F91179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91179 is #06EE86. Grayscale: #626262. Windows color (decimal): -454279 or 7934457. OLE color: 7934457.
HSL color Cylindrical-coordinate representation of color #F91179: hue angle of 333.1º 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 #F91179 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.02 |
| HSL | 333.1º | 0.95% | 0.52% | - |
| HSV(B) | 333.1º | 0.93% | 0.98% | - |
| XYZ | 42.72 | 21.92 | 20.07 | - |
| YUV | 98.22 | 140.86 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 121 | 0 | 0.93 | 0.51 | 0.02 | 333.1 | 0.95 | 0.52 |
| Hex | F9 | 11 | 79 | 0 | 5D | 33 | 2 | 14D | 5F | 34 |
| Octal | 371 | 21 | 171 | 0 | 135 | 63 | 2 | 515 | 137 | 64 |
| Binary | 11111001 | 10001 | 1111001 | 0 | 1011101 | 110011 | 10 | 101001101 | 1011111 | 110100 |
Color Harmonies of #F91179
Complementary color
Monochromatic Colors of #F91179
Black with #F91179
Text Example
Text Example
White with #F91179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91179; }
p { color: rgb(249,17,121); }
H1.HeaderClassName
{
color: #F91179;
}
.AnyTagClassName
{
color: #F91179;
}
</style>
background-color css
<style>
a { background-color: #F91179; }
a { background-color: rgb(249,17,121); }
div.DivClassName
{
background-color: #F91179;
}
.BgClassName
{
background-color: #F91179;
}
</style>
border-color css
<style>
span { border-color: #F91179; }
span { border-color: rgb(249,17,121); }
td.TdClassName
{
border-color: #F91179;
}
.TagClassName
{
border-color: #F91179;
}
</style>