Shades of Lipstick #9F215F
Tints of Lipstick #9F215F
RGB
CMYK
RGB Variations
Color information
#9F215F (or 0x9F215F) is known color: Lipstick. HEX triplet: 9F, 21 and 5F. RGB value is (159,33,95). Sum of RGB (Red+Green+Blue) = 159+33+95=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F215F is #60DEA0. Grayscale: #4D4D4D. Windows color (decimal): -6348449 or 6234527. OLE color: 6234527.
HSL color Cylindrical-coordinate representation of color #9F215F: hue angle of 330.48º 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 #9F215F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 95 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.38 |
| HSL | 330.48º | 0.66% | 0.38% | - |
| HSV(B) | 330.48º | 0.79% | 0.62% | - |
| XYZ | 16.91 | 9.28 | 11.73 | - |
| YUV | 77.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 95 | 0 | 0.79 | 0.40 | 0.38 | 330.48 | 0.66 | 0.38 |
| Hex | 9F | 21 | 5F | 0 | 4F | 28 | 26 | 14A | 42 | 26 |
| Octal | 237 | 41 | 137 | 0 | 117 | 50 | 46 | 512 | 102 | 46 |
| Binary | 10011111 | 100001 | 1011111 | 0 | 1001111 | 101000 | 100110 | 101001010 | 1000010 | 100110 |
Color Harmonies of #9F215F
Complementary color
Monochromatic Colors of #9F215F
Black with #9F215F
Text Example
Text Example
White with #9F215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F215F; }
p { color: rgb(159,33,95); }
H1.HeaderClassName
{
color: #9F215F;
}
.AnyTagClassName
{
color: #9F215F;
}
</style>
background-color css
<style>
a { background-color: #9F215F; }
a { background-color: rgb(159,33,95); }
div.DivClassName
{
background-color: #9F215F;
}
.BgClassName
{
background-color: #9F215F;
}
</style>
border-color css
<style>
span { border-color: #9F215F; }
span { border-color: rgb(159,33,95); }
td.TdClassName
{
border-color: #9F215F;
}
.TagClassName
{
border-color: #9F215F;
}
</style>