Shades of Lipstick #9F265A
Tints of Lipstick #9F265A
RGB
CMYK
RGB Variations
Color information
#9F265A (or 0x9F265A) is known color: Lipstick. HEX triplet: 9F, 26 and 5A. RGB value is (159,38,90). Sum of RGB (Red+Green+Blue) = 159+38+90=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F265A is #60D9A5. Grayscale: #505050. Windows color (decimal): -6347174 or 5908127. OLE color: 5908127.
HSL color Cylindrical-coordinate representation of color #9F265A: hue angle of 334.21º 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 #9F265A is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 90 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.38 |
| HSL | 334.21º | 0.61% | 0.39% | - |
| HSV(B) | 334.21º | 0.76% | 0.62% | - |
| XYZ | 16.84 | 9.5 | 10.62 | - |
| YUV | 80.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 90 | 0 | 0.76 | 0.43 | 0.38 | 334.21 | 0.61 | 0.39 |
| Hex | 9F | 26 | 5A | 0 | 4C | 2B | 26 | 14E | 3D | 27 |
| Octal | 237 | 46 | 132 | 0 | 114 | 53 | 46 | 516 | 75 | 47 |
| Binary | 10011111 | 100110 | 1011010 | 0 | 1001100 | 101011 | 100110 | 101001110 | 111101 | 100111 |
Color Harmonies of #9F265A
Complementary color
Monochromatic Colors of #9F265A
Black with #9F265A
Text Example
Text Example
White with #9F265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F265A; }
p { color: rgb(159,38,90); }
H1.HeaderClassName
{
color: #9F265A;
}
.AnyTagClassName
{
color: #9F265A;
}
</style>
background-color css
<style>
a { background-color: #9F265A; }
a { background-color: rgb(159,38,90); }
div.DivClassName
{
background-color: #9F265A;
}
.BgClassName
{
background-color: #9F265A;
}
</style>
border-color css
<style>
span { border-color: #9F265A; }
span { border-color: rgb(159,38,90); }
td.TdClassName
{
border-color: #9F265A;
}
.TagClassName
{
border-color: #9F265A;
}
</style>