#9F4C58

Color #9F4C58 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9F4C58

Tints of Hippie Pink #9F4C58

Color information

#9F4C58 (or 0x9F4C58) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4C and 58. RGB value is (159,76,88). Sum of RGB (Red+Green+Blue) = 159+76+88=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C58 is #60B3A7. Grayscale: #666666. Windows color (decimal): -6337448 or 5786783. OLE color: 5786783.

HSL color Cylindrical-coordinate representation of color #9F4C58: hue angle of 351.33º 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 #9F4C58 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1597688-
CMYK00.520.450.38
HSL351.33º35.32%46.08%-
HSV(B)351.33º52.2%62.35%-
XYZ18.6413.2410.81-
YUV102.18120168.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=49.23%
G=23.53%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159768800.520.450.38351.3335.3246.08
Hex9F4C580342D2615f232e
Octal23711413006455465374356
Binary10011111100110010110000110100101101100110101011111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,88); }

 H1.HeaderClassName
 {
   color: #9F4C58;
 }
 .AnyTagClassName
 {
   color: #9F4C58;
 }
</style>
background-color css

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

 a { background-color: rgb(159,76,88); }

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

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

 span { border-color: rgb(159,76,88); }

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