Shades of Lipstick #9F205F
Tints of Lipstick #9F205F
RGB
CMYK
RGB Variations
Color information
#9F205F (or 0x9F205F) is known color: Lipstick. HEX triplet: 9F, 20 and 5F. RGB value is (159,32,95). Sum of RGB (Red+Green+Blue) = 159+32+95=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F205F is #60DFA0. Grayscale: #4D4D4D. Windows color (decimal): -6348705 or 6234271. OLE color: 6234271.
HSL color Cylindrical-coordinate representation of color #9F205F: hue angle of 330.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F205F is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 95 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.38 |
| HSL | 330.24º | 0.66% | 0.37% | - |
| HSV(B) | 330.24º | 0.8% | 0.62% | - |
| XYZ | 16.88 | 9.23 | 11.72 | - |
| YUV | 77.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 95 | 0 | 0.80 | 0.40 | 0.38 | 330.24 | 0.66 | 0.37 |
| Hex | 9F | 20 | 5F | 0 | 50 | 28 | 26 | 14A | 42 | 25 |
| Octal | 237 | 40 | 137 | 0 | 120 | 50 | 46 | 512 | 102 | 45 |
| Binary | 10011111 | 100000 | 1011111 | 0 | 1010000 | 101000 | 100110 | 101001010 | 1000010 | 100101 |
Color Harmonies of #9F205F
Complementary color
Monochromatic Colors of #9F205F
Black with #9F205F
Text Example
Text Example
White with #9F205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F205F; }
p { color: rgb(159,32,95); }
H1.HeaderClassName
{
color: #9F205F;
}
.AnyTagClassName
{
color: #9F205F;
}
</style>
background-color css
<style>
a { background-color: #9F205F; }
a { background-color: rgb(159,32,95); }
div.DivClassName
{
background-color: #9F205F;
}
.BgClassName
{
background-color: #9F205F;
}
</style>
border-color css
<style>
span { border-color: #9F205F; }
span { border-color: rgb(159,32,95); }
td.TdClassName
{
border-color: #9F205F;
}
.TagClassName
{
border-color: #9F205F;
}
</style>