Shades of Lipstick #9F2260
Tints of Lipstick #9F2260
RGB
CMYK
RGB Variations
Color information
#9F2260 (or 0x9F2260) is known color: Lipstick. HEX triplet: 9F, 22 and 60. RGB value is (159,34,96). Sum of RGB (Red+Green+Blue) = 159+34+96=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2260 is #60DD9F. Grayscale: #4E4E4E. Windows color (decimal): -6348192 or 6300319. OLE color: 6300319.
HSL color Cylindrical-coordinate representation of color #9F2260: hue angle of 330.24º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2260 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 96 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.38 |
| HSL | 330.24º | 0.65% | 0.38% | - |
| HSV(B) | 330.24º | 0.79% | 0.62% | - |
| XYZ | 16.98 | 9.36 | 11.98 | - |
| YUV | 78.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 96 | 0 | 0.79 | 0.40 | 0.38 | 330.24 | 0.65 | 0.38 |
| Hex | 9F | 22 | 60 | 0 | 4F | 28 | 26 | 14A | 41 | 26 |
| Octal | 237 | 42 | 140 | 0 | 117 | 50 | 46 | 512 | 101 | 46 |
| Binary | 10011111 | 100010 | 1100000 | 0 | 1001111 | 101000 | 100110 | 101001010 | 1000001 | 100110 |
Color Harmonies of #9F2260
Complementary color
Monochromatic Colors of #9F2260
Black with #9F2260
Text Example
Text Example
White with #9F2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2260; }
p { color: rgb(159,34,96); }
H1.HeaderClassName
{
color: #9F2260;
}
.AnyTagClassName
{
color: #9F2260;
}
</style>
background-color css
<style>
a { background-color: #9F2260; }
a { background-color: rgb(159,34,96); }
div.DivClassName
{
background-color: #9F2260;
}
.BgClassName
{
background-color: #9F2260;
}
</style>
border-color css
<style>
span { border-color: #9F2260; }
span { border-color: rgb(159,34,96); }
td.TdClassName
{
border-color: #9F2260;
}
.TagClassName
{
border-color: #9F2260;
}
</style>