Shades of Lipstick #9F2A50
Tints of Lipstick #9F2A50
RGB
CMYK
RGB Variations
Color information
#9F2A50 (or 0x9F2A50) is known color: Lipstick. HEX triplet: 9F, 2A and 50. RGB value is (159,42,80). Sum of RGB (Red+Green+Blue) = 159+42+80=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A50 is #60D5AF. Grayscale: #515151. Windows color (decimal): -6346160 or 5253791. OLE color: 5253791.
HSL color Cylindrical-coordinate representation of color #9F2A50: hue angle of 340.51º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A50 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 80 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.38 |
| HSL | 340.51º | 0.58% | 0.39% | - |
| HSV(B) | 340.51º | 0.74% | 0.62% | - |
| XYZ | 16.57 | 9.61 | 8.57 | - |
| YUV | 81.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 80 | 0 | 0.74 | 0.50 | 0.38 | 340.51 | 0.58 | 0.39 |
| Hex | 9F | 2A | 50 | 0 | 4A | 32 | 26 | 155 | 3A | 27 |
| Octal | 237 | 52 | 120 | 0 | 112 | 62 | 46 | 525 | 72 | 47 |
| Binary | 10011111 | 101010 | 1010000 | 0 | 1001010 | 110010 | 100110 | 101010101 | 111010 | 100111 |
Color Harmonies of #9F2A50
Complementary color
Monochromatic Colors of #9F2A50
Black with #9F2A50
Text Example
Text Example
White with #9F2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A50; }
p { color: rgb(159,42,80); }
H1.HeaderClassName
{
color: #9F2A50;
}
.AnyTagClassName
{
color: #9F2A50;
}
</style>
background-color css
<style>
a { background-color: #9F2A50; }
a { background-color: rgb(159,42,80); }
div.DivClassName
{
background-color: #9F2A50;
}
.BgClassName
{
background-color: #9F2A50;
}
</style>
border-color css
<style>
span { border-color: #9F2A50; }
span { border-color: rgb(159,42,80); }
td.TdClassName
{
border-color: #9F2A50;
}
.TagClassName
{
border-color: #9F2A50;
}
</style>