#8F5558

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

Shades of Solid Pink #8F5558

Tints of Solid Pink #8F5558

Color information

#8F5558 (or 0x8F5558) is unknown color: approx Solid Pink. HEX triplet: 8F, 55 and 58. RGB value is (143,85,88). Sum of RGB (Red+Green+Blue) = 143+85+88=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5558 is #70AAA7. Grayscale: #666666. Windows color (decimal): -7383720 or 5789071. OLE color: 5789071.

HSL color Cylindrical-coordinate representation of color #8F5558: hue angle of 356.9º degrees, saturation: 0.25, 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 #8F5558 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1438588-
CMYK00.410.380.44
HSL356.9º25.44%44.71%-
HSV(B)356.9º40.56%56.08%-
XYZ16.3413.0410.89-
YUV102.68119.72156.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=45.25%
G=26.90%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143858800.410.380.44356.925.4444.71
Hex8F5558029262C165192d
Octal21712513005146545453155
Binary1000111110101011011000010100110011010110010110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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