Shades of Lipstick #9F225E
Tints of Lipstick #9F225E
RGB
CMYK
RGB Variations
Color information
#9F225E (or 0x9F225E) is known color: Lipstick. HEX triplet: 9F, 22 and 5E. RGB value is (159,34,94). Sum of RGB (Red+Green+Blue) = 159+34+94=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F225E is #60DDA1. Grayscale: #4E4E4E. Windows color (decimal): -6348194 or 6169247. OLE color: 6169247.
HSL color Cylindrical-coordinate representation of color #9F225E: hue angle of 331.2º 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 #9F225E is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 94 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.38 |
| HSL | 331.2º | 0.65% | 0.38% | - |
| HSV(B) | 331.2º | 0.79% | 0.62% | - |
| XYZ | 16.89 | 9.32 | 11.5 | - |
| YUV | 78.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 94 | 0 | 0.79 | 0.41 | 0.38 | 331.2 | 0.65 | 0.38 |
| Hex | 9F | 22 | 5E | 0 | 4F | 29 | 26 | 14B | 41 | 26 |
| Octal | 237 | 42 | 136 | 0 | 117 | 51 | 46 | 513 | 101 | 46 |
| Binary | 10011111 | 100010 | 1011110 | 0 | 1001111 | 101001 | 100110 | 101001011 | 1000001 | 100110 |
Color Harmonies of #9F225E
Complementary color
Monochromatic Colors of #9F225E
Black with #9F225E
Text Example
Text Example
White with #9F225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F225E; }
p { color: rgb(159,34,94); }
H1.HeaderClassName
{
color: #9F225E;
}
.AnyTagClassName
{
color: #9F225E;
}
</style>
background-color css
<style>
a { background-color: #9F225E; }
a { background-color: rgb(159,34,94); }
div.DivClassName
{
background-color: #9F225E;
}
.BgClassName
{
background-color: #9F225E;
}
</style>
border-color css
<style>
span { border-color: #9F225E; }
span { border-color: rgb(159,34,94); }
td.TdClassName
{
border-color: #9F225E;
}
.TagClassName
{
border-color: #9F225E;
}
</style>