Html Css Color HEX #9F4D5A Hippie Pink

📋 copy color: '#9F4D5A'

red 159 ◦ green 77 ◦ blue 90

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

Shades of Hippie Pink #9F4D5A

Tints of Hippie Pink #9F4D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 48.77%
G = 23.62%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F4D5A (or 0x9F4D5A) is known color: Hippie Pink. HEX triplet: 9F, 4D and 5A. RGB value is (159,77,90). Sum of RGB (Red+Green+Blue) = 159+77+90=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D5A is #60B2A5. Grayscale: #676767. Windows color (decimal): -6337190 or 5918111. OLE color: 5918111.

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

Color convert

RGB 159 77 90 -
CMYK 0 0.52 0.43 0.38
HSL 350.49º 0.35% 0.46% -
HSV(B) 350.49º 0.52% 0.62% -
XYZ 18.8 13.42 11.27 -
YUV 103 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 159 77 90 0 0.52 0.43 0.38 350.49 0.35 0.46
Hex 9F 4D 5A 0 34 2B 26 15E 23 2E
Octal 237 115 132 0 64 53 46 536 43 56
Binary 10011111 1001101 1011010 0 110100 101011 100110 101011110 100011 101110

Color Harmonies of #9F4D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D5A

Black with #9F4D5A

Text Example


Text Example

White with #9F4D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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