Html Css Color HEX #9F245A Lipstick

📋 copy color: '#9F245A'

red 159 ◦ green 36 ◦ blue 90

#9F245A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9F245A

Tints of Lipstick #9F245A

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 value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F245A (or 0x9F245A) is known color: 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

RGB 159 36 90 -
CMYK 0 0.77 0.43 0.38
HSL 333.66º 0.63% 0.38% -
HSV(B) 333.66º 0.77% 0.62% -
XYZ 16.77 9.37 10.6 -
YUV 78.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 159 36 90 0 0.77 0.43 0.38 333.66 0.63 0.38
Hex 9F 24 5A 0 4D 2B 26 14E 3F 26
Octal 237 44 132 0 115 53 46 516 77 46
Binary 10011111 100100 1011010 0 1001101 101011 100110 101001110 111111 100110

Color Harmonies of #9F245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F245A

Black with #9F245A

Text Example


Text Example

White with #9F245A

Text Example


Text Example

HTML Codes & Css Web 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>