Html Css Color HEX #8F494C Solid Pink

📋 copy color: '#8F494C'

red 143 ◦ green 73 ◦ blue 76

#8F494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #8F494C

Tints of Solid Pink #8F494C

RGB

 RED value IS 143 (56.25% from 255) = 48.97%

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 48.97%
G = 25%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F494C (or 0x8F494C) is known color: Solid Pink. HEX triplet: 8F, 49 and 4C. RGB value is (143,73,76). Sum of RGB (Red+Green+Blue) = 143+73+76=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F494C is #70B6B3. Grayscale: #5E5E5E. Windows color (decimal): -7386804 or 4999567. OLE color: 4999567.

HSL color Cylindrical-coordinate representation of color #8F494C: hue angle of 357.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F494C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 76 -
CMYK 0 0.49 0.47 0.44
HSL 357.43º 0.32% 0.42% -
HSV(B) 357.43º 0.49% 0.56% -
XYZ 15.01 11.13 8.19 -
YUV 94.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 143 73 76 0 0.49 0.47 0.44 357.43 0.32 0.42
Hex 8F 49 4C 0 31 2F 2C 165 20 2A
Octal 217 111 114 0 61 57 54 545 40 52
Binary 10001111 1001001 1001100 0 110001 101111 101100 101100101 100000 101010

Color Harmonies of #8F494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F494C

Black with #8F494C

Text Example


Text Example

White with #8F494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,76); }

 H1.HeaderClassName
 {
   color: #8F494C;
 }
 .AnyTagClassName
 {
   color: #8F494C;
 }
</style>

background-color css

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

 a { background-color: rgb(143,73,76); }

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

border-color css

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

 span { border-color: rgb(143,73,76); }

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