Html Css Color HEX #8F424D Solid Pink

📋 copy color: '#8F424D'

red 143 ◦ green 66 ◦ blue 77

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

Shades of Solid Pink #8F424D

Tints of Solid Pink #8F424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 50%
G = 23.08%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F424D (or 0x8F424D) is known color: Solid Pink. HEX triplet: 8F, 42 and 4D. RGB value is (143,66,77). Sum of RGB (Red+Green+Blue) = 143+66+77=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F424D is #70BDB2. Grayscale: #5A5A5A. Windows color (decimal): -7388595 or 5063311. OLE color: 5063311.

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

Color convert

RGB 143 66 77 -
CMYK 0 0.54 0.46 0.44
HSL 351.43º 0.37% 0.41% -
HSV(B) 351.43º 0.54% 0.56% -
XYZ 14.62 10.27 8.23 -
YUV 90.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 143 66 77 0 0.54 0.46 0.44 351.43 0.37 0.41
Hex 8F 42 4D 0 36 2E 2C 15F 25 29
Octal 217 102 115 0 66 56 54 537 45 51
Binary 10001111 1000010 1001101 0 110110 101110 101100 101011111 100101 101001

Color Harmonies of #8F424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F424D

Black with #8F424D

Text Example


Text Example

White with #8F424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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