Shades of Lipstick #9F2C50
Tints of Lipstick #9F2C50
RGB
CMYK
RGB Variations
Color information
#9F2C50 (or 0x9F2C50) is known color: Lipstick. HEX triplet: 9F, 2C and 50. RGB value is (159,44,80). Sum of RGB (Red+Green+Blue) = 159+44+80=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C50 is #60D3AF. Grayscale: #525252. Windows color (decimal): -6345648 or 5254303. OLE color: 5254303.
HSL color Cylindrical-coordinate representation of color #9F2C50: hue angle of 341.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C50 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 80 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.38 |
| HSL | 341.22º | 0.57% | 0.4% | - |
| HSV(B) | 341.22º | 0.72% | 0.62% | - |
| XYZ | 16.65 | 9.75 | 8.59 | - |
| YUV | 82.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 80 | 0 | 0.72 | 0.50 | 0.38 | 341.22 | 0.57 | 0.4 |
| Hex | 9F | 2C | 50 | 0 | 48 | 32 | 26 | 155 | 39 | 28 |
| Octal | 237 | 54 | 120 | 0 | 110 | 62 | 46 | 525 | 71 | 50 |
| Binary | 10011111 | 101100 | 1010000 | 0 | 1001000 | 110010 | 100110 | 101010101 | 111001 | 101000 |
Color Harmonies of #9F2C50
Complementary color
Monochromatic Colors of #9F2C50
Black with #9F2C50
Text Example
Text Example
White with #9F2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C50; }
p { color: rgb(159,44,80); }
H1.HeaderClassName
{
color: #9F2C50;
}
.AnyTagClassName
{
color: #9F2C50;
}
</style>
background-color css
<style>
a { background-color: #9F2C50; }
a { background-color: rgb(159,44,80); }
div.DivClassName
{
background-color: #9F2C50;
}
.BgClassName
{
background-color: #9F2C50;
}
</style>
border-color css
<style>
span { border-color: #9F2C50; }
span { border-color: rgb(159,44,80); }
td.TdClassName
{
border-color: #9F2C50;
}
.TagClassName
{
border-color: #9F2C50;
}
</style>