Shades of Lipstick #9F214F
Tints of Lipstick #9F214F
RGB
CMYK
RGB Variations
Color information
#9F214F (or 0x9F214F) is known color: Lipstick. HEX triplet: 9F, 21 and 4F. RGB value is (159,33,79). Sum of RGB (Red+Green+Blue) = 159+33+79=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F214F is #60DEB0. Grayscale: #4B4B4B. Windows color (decimal): -6348465 or 5185951. OLE color: 5185951.
HSL color Cylindrical-coordinate representation of color #9F214F: hue angle of 338.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F214F is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 79 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.38 |
| HSL | 338.1º | 0.66% | 0.38% | - |
| HSV(B) | 338.1º | 0.79% | 0.62% | - |
| XYZ | 16.25 | 9.02 | 8.28 | - |
| YUV | 75.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 79 | 0 | 0.79 | 0.50 | 0.38 | 338.1 | 0.66 | 0.38 |
| Hex | 9F | 21 | 4F | 0 | 4F | 32 | 26 | 152 | 42 | 26 |
| Octal | 237 | 41 | 117 | 0 | 117 | 62 | 46 | 522 | 102 | 46 |
| Binary | 10011111 | 100001 | 1001111 | 0 | 1001111 | 110010 | 100110 | 101010010 | 1000010 | 100110 |
Color Harmonies of #9F214F
Complementary color
Monochromatic Colors of #9F214F
Black with #9F214F
Text Example
Text Example
White with #9F214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F214F; }
p { color: rgb(159,33,79); }
H1.HeaderClassName
{
color: #9F214F;
}
.AnyTagClassName
{
color: #9F214F;
}
</style>
background-color css
<style>
a { background-color: #9F214F; }
a { background-color: rgb(159,33,79); }
div.DivClassName
{
background-color: #9F214F;
}
.BgClassName
{
background-color: #9F214F;
}
</style>
border-color css
<style>
span { border-color: #9F214F; }
span { border-color: rgb(159,33,79); }
td.TdClassName
{
border-color: #9F214F;
}
.TagClassName
{
border-color: #9F214F;
}
</style>