Shades of Lipstick #9F2250
Tints of Lipstick #9F2250
RGB
CMYK
RGB Variations
Color information
#9F2250 (or 0x9F2250) is known color: Lipstick. HEX triplet: 9F, 22 and 50. RGB value is (159,34,80). Sum of RGB (Red+Green+Blue) = 159+34+80=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2250 is #60DDAF. Grayscale: #4C4C4C. Windows color (decimal): -6348208 or 5251743. OLE color: 5251743.
HSL color Cylindrical-coordinate representation of color #9F2250: hue angle of 337.92º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2250 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 80 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.38 |
| HSL | 337.92º | 0.65% | 0.38% | - |
| HSV(B) | 337.92º | 0.79% | 0.62% | - |
| XYZ | 16.32 | 9.09 | 8.48 | - |
| YUV | 76.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 80 | 0 | 0.79 | 0.50 | 0.38 | 337.92 | 0.65 | 0.38 |
| Hex | 9F | 22 | 50 | 0 | 4F | 32 | 26 | 152 | 41 | 26 |
| Octal | 237 | 42 | 120 | 0 | 117 | 62 | 46 | 522 | 101 | 46 |
| Binary | 10011111 | 100010 | 1010000 | 0 | 1001111 | 110010 | 100110 | 101010010 | 1000001 | 100110 |
Color Harmonies of #9F2250
Complementary color
Monochromatic Colors of #9F2250
Black with #9F2250
Text Example
Text Example
White with #9F2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2250; }
p { color: rgb(159,34,80); }
H1.HeaderClassName
{
color: #9F2250;
}
.AnyTagClassName
{
color: #9F2250;
}
</style>
background-color css
<style>
a { background-color: #9F2250; }
a { background-color: rgb(159,34,80); }
div.DivClassName
{
background-color: #9F2250;
}
.BgClassName
{
background-color: #9F2250;
}
</style>
border-color css
<style>
span { border-color: #9F2250; }
span { border-color: rgb(159,34,80); }
td.TdClassName
{
border-color: #9F2250;
}
.TagClassName
{
border-color: #9F2250;
}
</style>