Shades of Lipstick #9F2A46
Tints of Lipstick #9F2A46
RGB
CMYK
RGB Variations
Color information
#9F2A46 (or 0x9F2A46) is known color: Lipstick. HEX triplet: 9F, 2A and 46. RGB value is (159,42,70). Sum of RGB (Red+Green+Blue) = 159+42+70=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A46 is #60D5B9. Grayscale: #505050. Windows color (decimal): -6346170 or 4598431. OLE color: 4598431.
HSL color Cylindrical-coordinate representation of color #9F2A46: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A46 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 70 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.38 |
| HSL | 345.64º | 0.58% | 0.39% | - |
| HSV(B) | 345.64º | 0.74% | 0.62% | - |
| XYZ | 16.23 | 9.47 | 6.77 | - |
| YUV | 80.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 70 | 0 | 0.74 | 0.56 | 0.38 | 345.64 | 0.58 | 0.39 |
| Hex | 9F | 2A | 46 | 0 | 4A | 38 | 26 | 15A | 3A | 27 |
| Octal | 237 | 52 | 106 | 0 | 112 | 70 | 46 | 532 | 72 | 47 |
| Binary | 10011111 | 101010 | 1000110 | 0 | 1001010 | 111000 | 100110 | 101011010 | 111010 | 100111 |
Color Harmonies of #9F2A46
Complementary color
Monochromatic Colors of #9F2A46
Black with #9F2A46
Text Example
Text Example
White with #9F2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A46; }
p { color: rgb(159,42,70); }
H1.HeaderClassName
{
color: #9F2A46;
}
.AnyTagClassName
{
color: #9F2A46;
}
</style>
background-color css
<style>
a { background-color: #9F2A46; }
a { background-color: rgb(159,42,70); }
div.DivClassName
{
background-color: #9F2A46;
}
.BgClassName
{
background-color: #9F2A46;
}
</style>
border-color css
<style>
span { border-color: #9F2A46; }
span { border-color: rgb(159,42,70); }
td.TdClassName
{
border-color: #9F2A46;
}
.TagClassName
{
border-color: #9F2A46;
}
</style>