#9F2B60

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

Shades of Lipstick #9F2B60

Tints of Lipstick #9F2B60

Color information

#9F2B60 (or 0x9F2B60) is unknown color: approx Lipstick. HEX triplet: 9F, 2B and 60. RGB value is (159,43,96). Sum of RGB (Red+Green+Blue) = 159+43+96=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2B60 is #60D49F. Grayscale: #535353. Windows color (decimal): -6345888 or 6302623. OLE color: 6302623.

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

Color convert

RGB1594396-
CMYK00.730.400.38
HSL332.59º57.43%39.61%-
HSV(B)332.59º72.96%62.35%-
XYZ17.279.9412.08-
YUV83.73134.93181.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=53.36%
G=14.43%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159439600.730.400.38332.5957.4339.61
Hex9F2B60049282614d3928
Octal23753140011150465157150
Binary10011111101011110000001001001101000100110101001101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,96); }

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

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

 a { background-color: rgb(159,43,96); }

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

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

 span { border-color: rgb(159,43,96); }

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