#9F245A

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

Shades of Lipstick #9F245A

Tints of Lipstick #9F245A

Color information

#9F245A (or 0x9F245A) is unknown color: approx Lipstick. HEX triplet: 9F, 24 and 5A. RGB value is (159,36,90). Sum of RGB (Red+Green+Blue) = 159+36+90=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F245A is #60DBA5. Grayscale: #4E4E4E. Windows color (decimal): -6347686 or 5907615. OLE color: 5907615.

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

Color convert

RGB1593690-
CMYK00.770.430.38
HSL333.66º63.08%38.24%-
HSV(B)333.66º77.36%62.35%-
XYZ16.779.3710.6-
YUV78.93134.25185.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=55.79%
G=12.63%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159369000.770.430.38333.6663.0838.24
Hex9F245A04D2B2614e3f26
Octal23744132011553465167746
Binary10011111100100101101001001101101011100110101001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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