#9F2E5A

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

Shades of Lipstick #9F2E5A

Tints of Lipstick #9F2E5A

Color information

#9F2E5A (or 0x9F2E5A) is unknown color: approx Lipstick. HEX triplet: 9F, 2E and 5A. RGB value is (159,46,90). Sum of RGB (Red+Green+Blue) = 159+46+90=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E5A is #60D1A5. Grayscale: #545454. Windows color (decimal): -6345126 or 5910175. OLE color: 5910175.

HSL color Cylindrical-coordinate representation of color #9F2E5A: hue angle of 336.64º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E5A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1594690-
CMYK00.710.430.38
HSL336.64º55.12%40.2%-
HSV(B)336.64º71.07%62.35%-
XYZ17.1210.0610.71-
YUV84.8130.94180.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=53.90%
G=15.59%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159469000.710.430.38336.6455.1240.2
Hex9F2E5A0472B261513728
Octal23756132010753465216750
Binary10011111101110101101001000111101011100110101010001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,90); }

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

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

 a { background-color: rgb(159,46,90); }

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

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

 span { border-color: rgb(159,46,90); }

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