Shades of Lipstick #9F2150
Tints of Lipstick #9F2150
RGB
CMYK
RGB Variations
Color information
#9F2150 (or 0x9F2150) is known color: Lipstick. HEX triplet: 9F, 21 and 50. RGB value is (159,33,80). Sum of RGB (Red+Green+Blue) = 159+33+80=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2150 is #60DEAF. Grayscale: #4B4B4B. Windows color (decimal): -6348464 or 5251487. OLE color: 5251487.
HSL color Cylindrical-coordinate representation of color #9F2150: hue angle of 337.62º degrees, saturation: 0.66, 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 #9F2150 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 80 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.38 |
| HSL | 337.62º | 0.66% | 0.38% | - |
| HSV(B) | 337.62º | 0.79% | 0.62% | - |
| XYZ | 16.29 | 9.04 | 8.48 | - |
| YUV | 76.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 80 | 0 | 0.79 | 0.50 | 0.38 | 337.62 | 0.66 | 0.38 |
| Hex | 9F | 21 | 50 | 0 | 4F | 32 | 26 | 152 | 42 | 26 |
| Octal | 237 | 41 | 120 | 0 | 117 | 62 | 46 | 522 | 102 | 46 |
| Binary | 10011111 | 100001 | 1010000 | 0 | 1001111 | 110010 | 100110 | 101010010 | 1000010 | 100110 |
Color Harmonies of #9F2150
Complementary color
Monochromatic Colors of #9F2150
Black with #9F2150
Text Example
Text Example
White with #9F2150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2150; }
p { color: rgb(159,33,80); }
H1.HeaderClassName
{
color: #9F2150;
}
.AnyTagClassName
{
color: #9F2150;
}
</style>
background-color css
<style>
a { background-color: #9F2150; }
a { background-color: rgb(159,33,80); }
div.DivClassName
{
background-color: #9F2150;
}
.BgClassName
{
background-color: #9F2150;
}
</style>
border-color css
<style>
span { border-color: #9F2150; }
span { border-color: rgb(159,33,80); }
td.TdClassName
{
border-color: #9F2150;
}
.TagClassName
{
border-color: #9F2150;
}
</style>