#8F474E

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

Shades of Solid Pink #8F474E

Tints of Solid Pink #8F474E

Color information

#8F474E (or 0x8F474E) is unknown color: approx Solid Pink. HEX triplet: 8F, 47 and 4E. RGB value is (143,71,78). Sum of RGB (Red+Green+Blue) = 143+71+78=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F474E is #70B8B1. Grayscale: #5D5D5D. Windows color (decimal): -7387314 or 5130127. OLE color: 5130127.

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

Color convert

RGB1437178-
CMYK00.500.450.44
HSL354.17º33.64%41.96%-
HSV(B)354.17º50.35%56.08%-
XYZ14.9610.98.52-
YUV93.33119.35163.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.97%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=48.97%
G=24.32%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143717800.500.450.44354.1733.6441.96
Hex8F474E0322D2C162222a
Octal21710711606255545424252
Binary10001111100011110011100110010101101101100101100010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,78); }

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

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

 a { background-color: rgb(143,71,78); }

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

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

 span { border-color: rgb(143,71,78); }

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