#9F2A65

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

Shades of Lipstick #9F2A65

Tints of Lipstick #9F2A65

Color information

#9F2A65 (or 0x9F2A65) is unknown color: approx Lipstick. HEX triplet: 9F, 2A and 65. RGB value is (159,42,101). Sum of RGB (Red+Green+Blue) = 159+42+101=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A65 is #60D59A. Grayscale: #535353. Windows color (decimal): -6346139 or 6630047. OLE color: 6630047.

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

Color convert

RGB15942101-
CMYK00.740.360.38
HSL329.74º58.21%39.41%-
HSV(B)329.74º73.58%62.35%-
XYZ17.489.9713.31-
YUV83.71137.76181.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=52.65%
G=13.91%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594210100.740.360.38329.7458.2139.41
Hex9F2A6504A242614a3a27
Octal23752145011244465127247
Binary10011111101010110010101001010100100100110101001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,42,101); }

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

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

 a { background-color: rgb(159,42,101); }

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

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

 span { border-color: rgb(159,42,101); }

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