Shades of Lipstick #9F2C5E
Tints of Lipstick #9F2C5E
RGB
CMYK
RGB Variations
Color information
#9F2C5E (or 0x9F2C5E) is known color: Lipstick. HEX triplet: 9F, 2C and 5E. RGB value is (159,44,94). Sum of RGB (Red+Green+Blue) = 159+44+94=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C5E is #60D3A1. Grayscale: #545454. Windows color (decimal): -6345634 or 6171807. OLE color: 6171807.
HSL color Cylindrical-coordinate representation of color #9F2C5E: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C5E is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 94 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.38 |
| HSL | 333.91º | 0.57% | 0.4% | - |
| HSV(B) | 333.91º | 0.72% | 0.62% | - |
| XYZ | 17.22 | 9.98 | 11.61 | - |
| YUV | 84.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 94 | 0 | 0.72 | 0.41 | 0.38 | 333.91 | 0.57 | 0.4 |
| Hex | 9F | 2C | 5E | 0 | 48 | 29 | 26 | 14E | 39 | 28 |
| Octal | 237 | 54 | 136 | 0 | 110 | 51 | 46 | 516 | 71 | 50 |
| Binary | 10011111 | 101100 | 1011110 | 0 | 1001000 | 101001 | 100110 | 101001110 | 111001 | 101000 |
Color Harmonies of #9F2C5E
Complementary color
Monochromatic Colors of #9F2C5E
Black with #9F2C5E
Text Example
Text Example
White with #9F2C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C5E; }
p { color: rgb(159,44,94); }
H1.HeaderClassName
{
color: #9F2C5E;
}
.AnyTagClassName
{
color: #9F2C5E;
}
</style>
background-color css
<style>
a { background-color: #9F2C5E; }
a { background-color: rgb(159,44,94); }
div.DivClassName
{
background-color: #9F2C5E;
}
.BgClassName
{
background-color: #9F2C5E;
}
</style>
border-color css
<style>
span { border-color: #9F2C5E; }
span { border-color: rgb(159,44,94); }
td.TdClassName
{
border-color: #9F2C5E;
}
.TagClassName
{
border-color: #9F2C5E;
}
</style>