Shades of Lipstick #9F244E
Tints of Lipstick #9F244E
RGB
CMYK
RGB Variations
Color information
#9F244E (or 0x9F244E) is known color: Lipstick. HEX triplet: 9F, 24 and 4E. RGB value is (159,36,78). Sum of RGB (Red+Green+Blue) = 159+36+78=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F244E is #60DBB1. Grayscale: #4D4D4D. Windows color (decimal): -6347698 or 5121183. OLE color: 5121183.
HSL color Cylindrical-coordinate representation of color #9F244E: hue angle of 339.51º 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 #9F244E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 78 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.38 |
| HSL | 339.51º | 0.63% | 0.38% | - |
| HSV(B) | 339.51º | 0.77% | 0.62% | - |
| XYZ | 16.3 | 9.18 | 8.12 | - |
| YUV | 77.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 78 | 0 | 0.77 | 0.51 | 0.38 | 339.51 | 0.63 | 0.38 |
| Hex | 9F | 24 | 4E | 0 | 4D | 33 | 26 | 154 | 3F | 26 |
| Octal | 237 | 44 | 116 | 0 | 115 | 63 | 46 | 524 | 77 | 46 |
| Binary | 10011111 | 100100 | 1001110 | 0 | 1001101 | 110011 | 100110 | 101010100 | 111111 | 100110 |
Color Harmonies of #9F244E
Complementary color
Monochromatic Colors of #9F244E
Black with #9F244E
Text Example
Text Example
White with #9F244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F244E; }
p { color: rgb(159,36,78); }
H1.HeaderClassName
{
color: #9F244E;
}
.AnyTagClassName
{
color: #9F244E;
}
</style>
background-color css
<style>
a { background-color: #9F244E; }
a { background-color: rgb(159,36,78); }
div.DivClassName
{
background-color: #9F244E;
}
.BgClassName
{
background-color: #9F244E;
}
</style>
border-color css
<style>
span { border-color: #9F244E; }
span { border-color: rgb(159,36,78); }
td.TdClassName
{
border-color: #9F244E;
}
.TagClassName
{
border-color: #9F244E;
}
</style>