Shades of Lipstick #9F204F
Tints of Lipstick #9F204F
RGB
CMYK
RGB Variations
Color information
#9F204F (or 0x9F204F) is known color: Lipstick. HEX triplet: 9F, 20 and 4F. RGB value is (159,32,79). Sum of RGB (Red+Green+Blue) = 159+32+79=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F204F is #60DFB0. Grayscale: #4B4B4B. Windows color (decimal): -6348721 or 5185695. OLE color: 5185695.
HSL color Cylindrical-coordinate representation of color #9F204F: hue angle of 337.8º 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 #9F204F is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 79 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.38 |
| HSL | 337.8º | 0.66% | 0.37% | - |
| HSV(B) | 337.8º | 0.8% | 0.62% | - |
| XYZ | 16.23 | 8.97 | 8.27 | - |
| YUV | 75.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 79 | 0 | 0.80 | 0.50 | 0.38 | 337.8 | 0.66 | 0.37 |
| Hex | 9F | 20 | 4F | 0 | 50 | 32 | 26 | 152 | 42 | 25 |
| Octal | 237 | 40 | 117 | 0 | 120 | 62 | 46 | 522 | 102 | 45 |
| Binary | 10011111 | 100000 | 1001111 | 0 | 1010000 | 110010 | 100110 | 101010010 | 1000010 | 100101 |
Color Harmonies of #9F204F
Complementary color
Monochromatic Colors of #9F204F
Black with #9F204F
Text Example
Text Example
White with #9F204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F204F; }
p { color: rgb(159,32,79); }
H1.HeaderClassName
{
color: #9F204F;
}
.AnyTagClassName
{
color: #9F204F;
}
</style>
background-color css
<style>
a { background-color: #9F204F; }
a { background-color: rgb(159,32,79); }
div.DivClassName
{
background-color: #9F204F;
}
.BgClassName
{
background-color: #9F204F;
}
</style>
border-color css
<style>
span { border-color: #9F204F; }
span { border-color: rgb(159,32,79); }
td.TdClassName
{
border-color: #9F204F;
}
.TagClassName
{
border-color: #9F204F;
}
</style>