Shades of Lipstick #9F205A
Tints of Lipstick #9F205A
RGB
CMYK
RGB Variations
Color information
#9F205A (or 0x9F205A) is known color: Lipstick. HEX triplet: 9F, 20 and 5A. RGB value is (159,32,90). Sum of RGB (Red+Green+Blue) = 159+32+90=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F205A is #60DFA5. Grayscale: #4C4C4C. Windows color (decimal): -6348710 or 5906591. OLE color: 5906591.
HSL color Cylindrical-coordinate representation of color #9F205A: hue angle of 332.6º 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 #9F205A is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 90 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.38 |
| HSL | 332.6º | 0.66% | 0.37% | - |
| HSV(B) | 332.6º | 0.8% | 0.62% | - |
| XYZ | 16.66 | 9.14 | 10.56 | - |
| YUV | 76.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 90 | 0 | 0.80 | 0.43 | 0.38 | 332.6 | 0.66 | 0.37 |
| Hex | 9F | 20 | 5A | 0 | 50 | 2B | 26 | 14D | 42 | 25 |
| Octal | 237 | 40 | 132 | 0 | 120 | 53 | 46 | 515 | 102 | 45 |
| Binary | 10011111 | 100000 | 1011010 | 0 | 1010000 | 101011 | 100110 | 101001101 | 1000010 | 100101 |
Color Harmonies of #9F205A
Complementary color
Monochromatic Colors of #9F205A
Black with #9F205A
Text Example
Text Example
White with #9F205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F205A; }
p { color: rgb(159,32,90); }
H1.HeaderClassName
{
color: #9F205A;
}
.AnyTagClassName
{
color: #9F205A;
}
</style>
background-color css
<style>
a { background-color: #9F205A; }
a { background-color: rgb(159,32,90); }
div.DivClassName
{
background-color: #9F205A;
}
.BgClassName
{
background-color: #9F205A;
}
</style>
border-color css
<style>
span { border-color: #9F205A; }
span { border-color: rgb(159,32,90); }
td.TdClassName
{
border-color: #9F205A;
}
.TagClassName
{
border-color: #9F205A;
}
</style>