#9F5058

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

Shades of Hippie Pink #9F5058

Tints of Hippie Pink #9F5058

Color information

#9F5058 (or 0x9F5058) is unknown color: approx Hippie Pink. HEX triplet: 9F, 50 and 58. RGB value is (159,80,88). Sum of RGB (Red+Green+Blue) = 159+80+88=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5058 is #60AFA7. Grayscale: #686868. Windows color (decimal): -6336424 or 5787807. OLE color: 5787807.

HSL color Cylindrical-coordinate representation of color #9F5058: hue angle of 353.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5058 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1598088-
CMYK00.500.450.38
HSL353.92º33.05%46.86%-
HSV(B)353.92º49.69%62.35%-
XYZ18.9313.8110.9-
YUV104.53118.67166.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.62%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=48.62%
G=24.46%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159808800.500.450.38353.9233.0546.86
Hex9F50580322D26162212f
Octal23712013006255465424157
Binary10011111101000010110000110010101101100110101100010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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