#8F5455

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

Shades of Solid Pink #8F5455

Tints of Solid Pink #8F5455

Color information

#8F5455 (or 0x8F5455) is unknown color: approx Solid Pink. HEX triplet: 8F, 54 and 55. RGB value is (143,84,85). Sum of RGB (Red+Green+Blue) = 143+84+85=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5455 is #70ABAA. Grayscale: #656565. Windows color (decimal): -7383979 or 5592207. OLE color: 5592207.

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

Color convert

RGB1438485-
CMYK00.410.410.44
HSL358.98º25.99%44.51%-
HSV(B)358.98º41.26%56.08%-
XYZ16.1412.8410.22-
YUV101.76118.55157.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=45.83%
G=26.92%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143848500.410.410.44358.9825.9944.51
Hex8F5455029292C1671a2d
Octal21712412505151545473255
Binary1000111110101001010101010100110100110110010110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,85); }

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

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

 a { background-color: rgb(143,84,85); }

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

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

 span { border-color: rgb(143,84,85); }

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