Html Css Color HEX #9F255E Lipstick

📋 copy color: '#9F255E'

red 159 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #9F255E

Tints of Lipstick #9F255E

RGB

 RED value IS 159 (62.5% from 255) = 54.83%

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 54.83%
G = 12.76%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F255E (or 0x9F255E) is known color: Lipstick. HEX triplet: 9F, 25 and 5E. RGB value is (159,37,94). Sum of RGB (Red+Green+Blue) = 159+37+94=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F255E is #60DAA1. Grayscale: #4F4F4F. Windows color (decimal): -6347426 or 6170015. OLE color: 6170015.

HSL color Cylindrical-coordinate representation of color #9F255E: hue angle of 331.97º degrees, saturation: 0.62, 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 #9F255E is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 94 -
CMYK 0 0.77 0.41 0.38
HSL 331.97º 0.62% 0.38% -
HSV(B) 331.97º 0.77% 0.62% -
XYZ 16.98 9.5 11.53 -
YUV 79.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 159 37 94 0 0.77 0.41 0.38 331.97 0.62 0.38
Hex 9F 25 5E 0 4D 29 26 14C 3E 26
Octal 237 45 136 0 115 51 46 514 76 46
Binary 10011111 100101 1011110 0 1001101 101001 100110 101001100 111110 100110

Color Harmonies of #9F255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F255E

Black with #9F255E

Text Example


Text Example

White with #9F255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,94); }

 H1.HeaderClassName
 {
   color: #9F255E;
 }
 .AnyTagClassName
 {
   color: #9F255E;
 }
</style>

background-color css

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

 a { background-color: rgb(159,37,94); }

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

border-color css

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

 span { border-color: rgb(159,37,94); }

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