#8F5759

Color #8F5759 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8F5759

Tints of Solid Pink #8F5759

Color information

#8F5759 (or 0x8F5759) is unknown color: approx Solid Pink. HEX triplet: 8F, 57 and 59. RGB value is (143,87,89). Sum of RGB (Red+Green+Blue) = 143+87+89=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5759 is #70A8A6. Grayscale: #686868. Windows color (decimal): -7383207 or 5855119. OLE color: 5855119.

HSL color Cylindrical-coordinate representation of color #8F5759: hue angle of 357.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5759 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1438789-
CMYK00.390.380.44
HSL357.86º24.35%45.1%-
HSV(B)357.86º39.16%56.08%-
XYZ16.5413.3811.16-
YUV103.97119.55155.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=44.83%
G=27.27%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143878900.390.380.44357.8624.3545.1
Hex8F5759027262C166182d
Octal21712713104746545463055
Binary1000111110101111011001010011110011010110010110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5759; }

 p { color: rgb(143,87,89); }

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

<style>
 a { background-color: #8F5759; }

 a { background-color: rgb(143,87,89); }

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

<style>
 span { border-color: #8F5759; }

 span { border-color: rgb(143,87,89); }

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