Shades of Lipstick #9F2A45
Tints of Lipstick #9F2A45
RGB
CMYK
RGB Variations
Color information
#9F2A45 (or 0x9F2A45) is known color: Lipstick. HEX triplet: 9F, 2A and 45. RGB value is (159,42,69). Sum of RGB (Red+Green+Blue) = 159+42+69=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A45 is #60D5BA. Grayscale: #505050. Windows color (decimal): -6346171 or 4532895. OLE color: 4532895.
HSL color Cylindrical-coordinate representation of color #9F2A45: hue angle of 346.15º 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 #9F2A45 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 69 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.38 |
| HSL | 346.15º | 0.58% | 0.39% | - |
| HSV(B) | 346.15º | 0.74% | 0.62% | - |
| XYZ | 16.2 | 9.46 | 6.6 | - |
| YUV | 80.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 69 | 0 | 0.74 | 0.57 | 0.38 | 346.15 | 0.58 | 0.39 |
| Hex | 9F | 2A | 45 | 0 | 4A | 39 | 26 | 15A | 3A | 27 |
| Octal | 237 | 52 | 105 | 0 | 112 | 71 | 46 | 532 | 72 | 47 |
| Binary | 10011111 | 101010 | 1000101 | 0 | 1001010 | 111001 | 100110 | 101011010 | 111010 | 100111 |
Color Harmonies of #9F2A45
Complementary color
Monochromatic Colors of #9F2A45
Black with #9F2A45
Text Example
Text Example
White with #9F2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A45; }
p { color: rgb(159,42,69); }
H1.HeaderClassName
{
color: #9F2A45;
}
.AnyTagClassName
{
color: #9F2A45;
}
</style>
background-color css
<style>
a { background-color: #9F2A45; }
a { background-color: rgb(159,42,69); }
div.DivClassName
{
background-color: #9F2A45;
}
.BgClassName
{
background-color: #9F2A45;
}
</style>
border-color css
<style>
span { border-color: #9F2A45; }
span { border-color: rgb(159,42,69); }
td.TdClassName
{
border-color: #9F2A45;
}
.TagClassName
{
border-color: #9F2A45;
}
</style>