Shades of Lipstick #9F265C
Tints of Lipstick #9F265C
RGB
CMYK
RGB Variations
Color information
#9F265C (or 0x9F265C) is known color: Lipstick. HEX triplet: 9F, 26 and 5C. RGB value is (159,38,92). Sum of RGB (Red+Green+Blue) = 159+38+92=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F265C is #60D9A3. Grayscale: #505050. Windows color (decimal): -6347172 or 6039199. OLE color: 6039199.
HSL color Cylindrical-coordinate representation of color #9F265C: hue angle of 333.22º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F265C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 92 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.38 |
| HSL | 333.22º | 0.61% | 0.39% | - |
| HSV(B) | 333.22º | 0.76% | 0.62% | - |
| XYZ | 16.92 | 9.53 | 11.07 | - |
| YUV | 80.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 92 | 0 | 0.76 | 0.42 | 0.38 | 333.22 | 0.61 | 0.39 |
| Hex | 9F | 26 | 5C | 0 | 4C | 2A | 26 | 14D | 3D | 27 |
| Octal | 237 | 46 | 134 | 0 | 114 | 52 | 46 | 515 | 75 | 47 |
| Binary | 10011111 | 100110 | 1011100 | 0 | 1001100 | 101010 | 100110 | 101001101 | 111101 | 100111 |
Color Harmonies of #9F265C
Complementary color
Monochromatic Colors of #9F265C
Black with #9F265C
Text Example
Text Example
White with #9F265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F265C; }
p { color: rgb(159,38,92); }
H1.HeaderClassName
{
color: #9F265C;
}
.AnyTagClassName
{
color: #9F265C;
}
</style>
background-color css
<style>
a { background-color: #9F265C; }
a { background-color: rgb(159,38,92); }
div.DivClassName
{
background-color: #9F265C;
}
.BgClassName
{
background-color: #9F265C;
}
</style>
border-color css
<style>
span { border-color: #9F265C; }
span { border-color: rgb(159,38,92); }
td.TdClassName
{
border-color: #9F265C;
}
.TagClassName
{
border-color: #9F265C;
}
</style>