#9F296F

Color #9F296F Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9F296F

Tints of Lipstick #9F296F

Color information

#9F296F (or 0x9F296F) is unknown color: approx Lipstick. HEX triplet: 9F, 29 and 6F. RGB value is (159,41,111). Sum of RGB (Red+Green+Blue) = 159+41+111=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F296F is #60D690. Grayscale: #545454. Windows color (decimal): -6346385 or 7285151. OLE color: 7285151.

HSL color Cylindrical-coordinate representation of color #9F296F: hue angle of 324.41º degrees, saturation: 0.59, 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 #9F296F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15941111-
CMYK00.740.300.38
HSL324.41º59%39.22%-
HSV(B)324.41º74.21%62.35%-
XYZ17.9610.116.04-
YUV84.26143.09181.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=51.13%
G=13.18%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594111100.740.300.38324.415939.22
Hex9F296F04A1E261443b27
Octal23751157011236465047347
Binary1001111110100111011110100101011110100110101000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F296F; }

 p { color: rgb(159,41,111); }

 H1.HeaderClassName
 {
   color: #9F296F;
 }
 .AnyTagClassName
 {
   color: #9F296F;
 }
</style>
background-color css

<style>
 a { background-color: #9F296F; }

 a { background-color: rgb(159,41,111); }

 div.DivClassName
 {
   background-color: #9F296F;
 }
 .BgClassName
 {
   background-color: #9F296F;
 }
</style>
border-color css

<style>
 span { border-color: #9F296F; }

 span { border-color: rgb(159,41,111); }

 td.TdClassName
 {
   border-color: #9F296F;
 }
 .TagClassName
 {
   border-color: #9F296F;
 }
</style>