Shades of Deep Pink #F91182
Tints of Deep Pink #F91182
RGB
CMYK
RGB Variations
Color information
#F91182 (or 0xF91182) is known color: Deep Pink. HEX triplet: F9, 11 and 82. RGB value is (249,17,130). Sum of RGB (Red+Green+Blue) = 249+17+130=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F91182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91182 is #06EE7D. Grayscale: #636363. Windows color (decimal): -454270 or 8524281. OLE color: 8524281.
HSL color Cylindrical-coordinate representation of color #F91182: hue angle of 330.78º 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 #F91182 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.02 |
| HSL | 330.78º | 0.95% | 0.52% | - |
| HSV(B) | 330.78º | 0.93% | 0.98% | - |
| XYZ | 43.3 | 22.15 | 23.11 | - |
| YUV | 99.25 | 145.36 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 130 | 0 | 0.93 | 0.48 | 0.02 | 330.78 | 0.95 | 0.52 |
| Hex | F9 | 11 | 82 | 0 | 5D | 30 | 2 | 14B | 5F | 34 |
| Octal | 371 | 21 | 202 | 0 | 135 | 60 | 2 | 513 | 137 | 64 |
| Binary | 11111001 | 10001 | 10000010 | 0 | 1011101 | 110000 | 10 | 101001011 | 1011111 | 110100 |
Color Harmonies of #F91182
Complementary color
Monochromatic Colors of #F91182
Black with #F91182
Text Example
Text Example
White with #F91182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91182; }
p { color: rgb(249,17,130); }
H1.HeaderClassName
{
color: #F91182;
}
.AnyTagClassName
{
color: #F91182;
}
</style>
background-color css
<style>
a { background-color: #F91182; }
a { background-color: rgb(249,17,130); }
div.DivClassName
{
background-color: #F91182;
}
.BgClassName
{
background-color: #F91182;
}
</style>
border-color css
<style>
span { border-color: #F91182; }
span { border-color: rgb(249,17,130); }
td.TdClassName
{
border-color: #F91182;
}
.TagClassName
{
border-color: #F91182;
}
</style>