Html Css Color HEX #9F305D Lipstick

📋 copy color: '#9F305D'

red 159 ◦ green 48 ◦ blue 93

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

Shades of Lipstick #9F305D

Tints of Lipstick #9F305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 53%
G = 16%
B = 31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F305D (or 0x9F305D) is known color: Lipstick. HEX triplet: 9F, 30 and 5D. RGB value is (159,48,93). Sum of RGB (Red+Green+Blue) = 159+48+93=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F305D is #60CFA2. Grayscale: #565656. Windows color (decimal): -6344611 or 6107295. OLE color: 6107295.

HSL color Cylindrical-coordinate representation of color #9F305D: hue angle of 335.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F305D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 48 93 -
CMYK 0 0.70 0.42 0.38
HSL 335.68º 0.54% 0.41% -
HSV(B) 335.68º 0.7% 0.62% -
XYZ 17.33 10.28 11.43 -
YUV 86.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 159 48 93 0 0.70 0.42 0.38 335.68 0.54 0.41
Hex 9F 30 5D 0 46 2A 26 150 36 29
Octal 237 60 135 0 106 52 46 520 66 51
Binary 10011111 110000 1011101 0 1000110 101010 100110 101010000 110110 101001

Color Harmonies of #9F305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F305D

Black with #9F305D

Text Example


Text Example

White with #9F305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,48,93); }

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

background-color css

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

 a { background-color: rgb(159,48,93); }

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

border-color css

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

 span { border-color: rgb(159,48,93); }

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