Shades of Lipstick #9F245F
Tints of Lipstick #9F245F
RGB
CMYK
RGB Variations
Color information
#9F245F (or 0x9F245F) is known color: Lipstick. HEX triplet: 9F, 24 and 5F. RGB value is (159,36,95). Sum of RGB (Red+Green+Blue) = 159+36+95=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F245F is #60DBA0. Grayscale: #4F4F4F. Windows color (decimal): -6347681 or 6235295. OLE color: 6235295.
HSL color Cylindrical-coordinate representation of color #9F245F: hue angle of 331.22º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F245F is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 95 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.38 |
| HSL | 331.22º | 0.63% | 0.38% | - |
| HSV(B) | 331.22º | 0.77% | 0.62% | - |
| XYZ | 16.99 | 9.46 | 11.76 | - |
| YUV | 79.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 95 | 0 | 0.77 | 0.40 | 0.38 | 331.22 | 0.63 | 0.38 |
| Hex | 9F | 24 | 5F | 0 | 4D | 28 | 26 | 14B | 3F | 26 |
| Octal | 237 | 44 | 137 | 0 | 115 | 50 | 46 | 513 | 77 | 46 |
| Binary | 10011111 | 100100 | 1011111 | 0 | 1001101 | 101000 | 100110 | 101001011 | 111111 | 100110 |
Color Harmonies of #9F245F
Complementary color
Monochromatic Colors of #9F245F
Black with #9F245F
Text Example
Text Example
White with #9F245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F245F; }
p { color: rgb(159,36,95); }
H1.HeaderClassName
{
color: #9F245F;
}
.AnyTagClassName
{
color: #9F245F;
}
</style>
background-color css
<style>
a { background-color: #9F245F; }
a { background-color: rgb(159,36,95); }
div.DivClassName
{
background-color: #9F245F;
}
.BgClassName
{
background-color: #9F245F;
}
</style>
border-color css
<style>
span { border-color: #9F245F; }
span { border-color: rgb(159,36,95); }
td.TdClassName
{
border-color: #9F245F;
}
.TagClassName
{
border-color: #9F245F;
}
</style>