Shades of Lipstick #9F2E50
Tints of Lipstick #9F2E50
RGB
CMYK
RGB Variations
Color information
#9F2E50 (or 0x9F2E50) is known color: Lipstick. HEX triplet: 9F, 2E and 50. RGB value is (159,46,80). Sum of RGB (Red+Green+Blue) = 159+46+80=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E50 is #60D1AF. Grayscale: #535353. Windows color (decimal): -6345136 or 5254815. OLE color: 5254815.
HSL color Cylindrical-coordinate representation of color #9F2E50: hue angle of 341.95º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E50 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 80 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.38 |
| HSL | 341.95º | 0.55% | 0.4% | - |
| HSV(B) | 341.95º | 0.71% | 0.62% | - |
| XYZ | 16.72 | 9.9 | 8.62 | - |
| YUV | 83.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 80 | 0 | 0.71 | 0.50 | 0.38 | 341.95 | 0.55 | 0.4 |
| Hex | 9F | 2E | 50 | 0 | 47 | 32 | 26 | 156 | 37 | 28 |
| Octal | 237 | 56 | 120 | 0 | 107 | 62 | 46 | 526 | 67 | 50 |
| Binary | 10011111 | 101110 | 1010000 | 0 | 1000111 | 110010 | 100110 | 101010110 | 110111 | 101000 |
Color Harmonies of #9F2E50
Complementary color
Monochromatic Colors of #9F2E50
Black with #9F2E50
Text Example
Text Example
White with #9F2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E50; }
p { color: rgb(159,46,80); }
H1.HeaderClassName
{
color: #9F2E50;
}
.AnyTagClassName
{
color: #9F2E50;
}
</style>
background-color css
<style>
a { background-color: #9F2E50; }
a { background-color: rgb(159,46,80); }
div.DivClassName
{
background-color: #9F2E50;
}
.BgClassName
{
background-color: #9F2E50;
}
</style>
border-color css
<style>
span { border-color: #9F2E50; }
span { border-color: rgb(159,46,80); }
td.TdClassName
{
border-color: #9F2E50;
}
.TagClassName
{
border-color: #9F2E50;
}
</style>