#8F5156

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

Shades of Solid Pink #8F5156

Tints of Solid Pink #8F5156

Color information

#8F5156 (or 0x8F5156) is unknown color: approx Solid Pink. HEX triplet: 8F, 51 and 56. RGB value is (143,81,86). Sum of RGB (Red+Green+Blue) = 143+81+86=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5156 is #70AEA9. Grayscale: #646464. Windows color (decimal): -7384746 or 5656975. OLE color: 5656975.

HSL color Cylindrical-coordinate representation of color #8F5156: hue angle of 355.16º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5156 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1438186-
CMYK00.430.400.44
HSL355.16º27.68%43.92%-
HSV(B)355.16º43.36%56.08%-
XYZ15.9512.410.36-
YUV100.11120.04158.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=46.13%
G=26.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143818600.430.400.44355.1627.6843.92
Hex8F515602B282C1631c2c
Octal21712112605350545433454
Binary1000111110100011010110010101110100010110010110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,86); }

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

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

 a { background-color: rgb(143,81,86); }

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

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

 span { border-color: rgb(143,81,86); }

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