Shades of Lipstick #9F235E
Tints of Lipstick #9F235E
RGB
CMYK
RGB Variations
Color information
#9F235E (or 0x9F235E) is known color: Lipstick. HEX triplet: 9F, 23 and 5E. RGB value is (159,35,94). Sum of RGB (Red+Green+Blue) = 159+35+94=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F235E is #60DCA1. Grayscale: #4E4E4E. Windows color (decimal): -6347938 or 6169503. OLE color: 6169503.
HSL color Cylindrical-coordinate representation of color #9F235E: hue angle of 331.45º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F235E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 94 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.38 |
| HSL | 331.45º | 0.64% | 0.38% | - |
| HSV(B) | 331.45º | 0.78% | 0.62% | - |
| XYZ | 16.92 | 9.38 | 11.51 | - |
| YUV | 78.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 94 | 0 | 0.78 | 0.41 | 0.38 | 331.45 | 0.64 | 0.38 |
| Hex | 9F | 23 | 5E | 0 | 4E | 29 | 26 | 14B | 40 | 26 |
| Octal | 237 | 43 | 136 | 0 | 116 | 51 | 46 | 513 | 100 | 46 |
| Binary | 10011111 | 100011 | 1011110 | 0 | 1001110 | 101001 | 100110 | 101001011 | 1000000 | 100110 |
Color Harmonies of #9F235E
Complementary color
Monochromatic Colors of #9F235E
Black with #9F235E
Text Example
Text Example
White with #9F235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F235E; }
p { color: rgb(159,35,94); }
H1.HeaderClassName
{
color: #9F235E;
}
.AnyTagClassName
{
color: #9F235E;
}
</style>
background-color css
<style>
a { background-color: #9F235E; }
a { background-color: rgb(159,35,94); }
div.DivClassName
{
background-color: #9F235E;
}
.BgClassName
{
background-color: #9F235E;
}
</style>
border-color css
<style>
span { border-color: #9F235E; }
span { border-color: rgb(159,35,94); }
td.TdClassName
{
border-color: #9F235E;
}
.TagClassName
{
border-color: #9F235E;
}
</style>