Html Css Color HEX #9F4E5A Hippie Pink

📋 copy color: '#9F4E5A'

red 159 ◦ green 78 ◦ blue 90

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

Shades of Hippie Pink #9F4E5A

Tints of Hippie Pink #9F4E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

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

R = 48.62%
G = 23.85%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F4E5A (or 0x9F4E5A) is known color: Hippie Pink. HEX triplet: 9F, 4E and 5A. RGB value is (159,78,90). Sum of RGB (Red+Green+Blue) = 159+78+90=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E5A is #60B1A5. Grayscale: #676767. Windows color (decimal): -6336934 or 5918367. OLE color: 5918367.

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

Color convert

RGB 159 78 90 -
CMYK 0 0.51 0.43 0.38
HSL 351.11º 0.34% 0.46% -
HSV(B) 351.11º 0.51% 0.62% -
XYZ 18.87 13.56 11.3 -
YUV 103.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 159 78 90 0 0.51 0.43 0.38 351.11 0.34 0.46
Hex 9F 4E 5A 0 33 2B 26 15F 22 2E
Octal 237 116 132 0 63 53 46 537 42 56
Binary 10011111 1001110 1011010 0 110011 101011 100110 101011111 100010 101110

Color Harmonies of #9F4E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E5A

Black with #9F4E5A

Text Example


Text Example

White with #9F4E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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