Shades of Lipstick #9F305F
Tints of Lipstick #9F305F
RGB
CMYK
RGB Variations
Color information
#9F305F (or 0x9F305F) is known color: Lipstick. HEX triplet: 9F, 30 and 5F. RGB value is (159,48,95). Sum of RGB (Red+Green+Blue) = 159+48+95=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F305F is #60CFA0. Grayscale: #565656. Windows color (decimal): -6344609 or 6238367. OLE color: 6238367.
HSL color Cylindrical-coordinate representation of color #9F305F: hue angle of 334.59º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F305F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 95 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.38 |
| HSL | 334.59º | 0.54% | 0.41% | - |
| HSV(B) | 334.59º | 0.7% | 0.62% | - |
| XYZ | 17.42 | 10.31 | 11.9 | - |
| YUV | 86.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 95 | 0 | 0.70 | 0.40 | 0.38 | 334.59 | 0.54 | 0.41 |
| Hex | 9F | 30 | 5F | 0 | 46 | 28 | 26 | 14F | 36 | 29 |
| Octal | 237 | 60 | 137 | 0 | 106 | 50 | 46 | 517 | 66 | 51 |
| Binary | 10011111 | 110000 | 1011111 | 0 | 1000110 | 101000 | 100110 | 101001111 | 110110 | 101001 |
Color Harmonies of #9F305F
Complementary color
Monochromatic Colors of #9F305F
Black with #9F305F
Text Example
Text Example
White with #9F305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F305F; }
p { color: rgb(159,48,95); }
H1.HeaderClassName
{
color: #9F305F;
}
.AnyTagClassName
{
color: #9F305F;
}
</style>
background-color css
<style>
a { background-color: #9F305F; }
a { background-color: rgb(159,48,95); }
div.DivClassName
{
background-color: #9F305F;
}
.BgClassName
{
background-color: #9F305F;
}
</style>
border-color css
<style>
span { border-color: #9F305F; }
span { border-color: rgb(159,48,95); }
td.TdClassName
{
border-color: #9F305F;
}
.TagClassName
{
border-color: #9F305F;
}
</style>