Shades of Lipstick #9F204C
Tints of Lipstick #9F204C
RGB
CMYK
RGB Variations
Color information
#9F204C (or 0x9F204C) is known color: Lipstick. HEX triplet: 9F, 20 and 4C. RGB value is (159,32,76). Sum of RGB (Red+Green+Blue) = 159+32+76=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F204C is #60DFB3. Grayscale: #4A4A4A. Windows color (decimal): -6348724 or 4989087. OLE color: 4989087.
HSL color Cylindrical-coordinate representation of color #9F204C: hue angle of 339.21º 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 #9F204C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 76 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.38 |
| HSL | 339.21º | 0.66% | 0.37% | - |
| HSV(B) | 339.21º | 0.8% | 0.62% | - |
| XYZ | 16.12 | 8.93 | 7.71 | - |
| YUV | 74.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 76 | 0 | 0.80 | 0.52 | 0.38 | 339.21 | 0.66 | 0.37 |
| Hex | 9F | 20 | 4C | 0 | 50 | 34 | 26 | 153 | 42 | 25 |
| Octal | 237 | 40 | 114 | 0 | 120 | 64 | 46 | 523 | 102 | 45 |
| Binary | 10011111 | 100000 | 1001100 | 0 | 1010000 | 110100 | 100110 | 101010011 | 1000010 | 100101 |
Color Harmonies of #9F204C
Complementary color
Monochromatic Colors of #9F204C
Black with #9F204C
Text Example
Text Example
White with #9F204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F204C; }
p { color: rgb(159,32,76); }
H1.HeaderClassName
{
color: #9F204C;
}
.AnyTagClassName
{
color: #9F204C;
}
</style>
background-color css
<style>
a { background-color: #9F204C; }
a { background-color: rgb(159,32,76); }
div.DivClassName
{
background-color: #9F204C;
}
.BgClassName
{
background-color: #9F204C;
}
</style>
border-color css
<style>
span { border-color: #9F204C; }
span { border-color: rgb(159,32,76); }
td.TdClassName
{
border-color: #9F204C;
}
.TagClassName
{
border-color: #9F204C;
}
</style>