Shades of Lipstick #9F244A
Tints of Lipstick #9F244A
RGB
CMYK
RGB Variations
Color information
#9F244A (or 0x9F244A) is known color: Lipstick. HEX triplet: 9F, 24 and 4A. RGB value is (159,36,74). Sum of RGB (Red+Green+Blue) = 159+36+74=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F244A is #60DBB5. Grayscale: #4D4D4D. Windows color (decimal): -6347702 or 4859039. OLE color: 4859039.
HSL color Cylindrical-coordinate representation of color #9F244A: hue angle of 341.46º 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 #9F244A is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 74 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.38 |
| HSL | 341.46º | 0.63% | 0.38% | - |
| HSV(B) | 341.46º | 0.77% | 0.62% | - |
| XYZ | 16.16 | 9.13 | 7.39 | - |
| YUV | 77.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 74 | 0 | 0.77 | 0.53 | 0.38 | 341.46 | 0.63 | 0.38 |
| Hex | 9F | 24 | 4A | 0 | 4D | 35 | 26 | 155 | 3F | 26 |
| Octal | 237 | 44 | 112 | 0 | 115 | 65 | 46 | 525 | 77 | 46 |
| Binary | 10011111 | 100100 | 1001010 | 0 | 1001101 | 110101 | 100110 | 101010101 | 111111 | 100110 |
Color Harmonies of #9F244A
Complementary color
Monochromatic Colors of #9F244A
Black with #9F244A
Text Example
Text Example
White with #9F244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F244A; }
p { color: rgb(159,36,74); }
H1.HeaderClassName
{
color: #9F244A;
}
.AnyTagClassName
{
color: #9F244A;
}
</style>
background-color css
<style>
a { background-color: #9F244A; }
a { background-color: rgb(159,36,74); }
div.DivClassName
{
background-color: #9F244A;
}
.BgClassName
{
background-color: #9F244A;
}
</style>
border-color css
<style>
span { border-color: #9F244A; }
span { border-color: rgb(159,36,74); }
td.TdClassName
{
border-color: #9F244A;
}
.TagClassName
{
border-color: #9F244A;
}
</style>