#8F484D

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

Shades of Solid Pink #8F484D

Tints of Solid Pink #8F484D

Color information

#8F484D (or 0x8F484D) is unknown color: approx Solid Pink. HEX triplet: 8F, 48 and 4D. RGB value is (143,72,77). Sum of RGB (Red+Green+Blue) = 143+72+77=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F484D is #70B7B2. Grayscale: #5D5D5D. Windows color (decimal): -7387059 or 5064847. OLE color: 5064847.

HSL color Cylindrical-coordinate representation of color #8F484D: hue angle of 355.77º degrees, saturation: 0.33, 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 #8F484D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1437277-
CMYK00.500.460.44
HSL355.77º33.02%42.16%-
HSV(B)355.77º49.65%56.08%-
XYZ14.9811.018.36-
YUV93.8118.52163.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.97%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=48.97%
G=24.66%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143727700.500.460.44355.7733.0242.16
Hex8F484D0322E2C164212a
Octal21711011506256545444152
Binary10001111100100010011010110010101110101100101100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,77); }

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

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

 a { background-color: rgb(143,72,77); }

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

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

 span { border-color: rgb(143,72,77); }

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