Shades of Lipstick #9F204A
Tints of Lipstick #9F204A
RGB
CMYK
RGB Variations
Color information
#9F204A (or 0x9F204A) is known color: Lipstick. HEX triplet: 9F, 20 and 4A. RGB value is (159,32,74). Sum of RGB (Red+Green+Blue) = 159+32+74=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F204A is #60DFB5. Grayscale: #4A4A4A. Windows color (decimal): -6348726 or 4858015. OLE color: 4858015.
HSL color Cylindrical-coordinate representation of color #9F204A: hue angle of 340.16º 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 #9F204A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 74 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.38 |
| HSL | 340.16º | 0.66% | 0.37% | - |
| HSV(B) | 340.16º | 0.8% | 0.62% | - |
| XYZ | 16.05 | 8.9 | 7.35 | - |
| YUV | 74.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 74 | 0 | 0.80 | 0.53 | 0.38 | 340.16 | 0.66 | 0.37 |
| Hex | 9F | 20 | 4A | 0 | 50 | 35 | 26 | 154 | 42 | 25 |
| Octal | 237 | 40 | 112 | 0 | 120 | 65 | 46 | 524 | 102 | 45 |
| Binary | 10011111 | 100000 | 1001010 | 0 | 1010000 | 110101 | 100110 | 101010100 | 1000010 | 100101 |
Color Harmonies of #9F204A
Complementary color
Monochromatic Colors of #9F204A
Black with #9F204A
Text Example
Text Example
White with #9F204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F204A; }
p { color: rgb(159,32,74); }
H1.HeaderClassName
{
color: #9F204A;
}
.AnyTagClassName
{
color: #9F204A;
}
</style>
background-color css
<style>
a { background-color: #9F204A; }
a { background-color: rgb(159,32,74); }
div.DivClassName
{
background-color: #9F204A;
}
.BgClassName
{
background-color: #9F204A;
}
</style>
border-color css
<style>
span { border-color: #9F204A; }
span { border-color: rgb(159,32,74); }
td.TdClassName
{
border-color: #9F204A;
}
.TagClassName
{
border-color: #9F204A;
}
</style>