Html Css Color HEX #8F464E Solid Pink

📋 copy color: '#8F464E'

red 143 ◦ green 70 ◦ blue 78

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

Shades of Solid Pink #8F464E

Tints of Solid Pink #8F464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 49.14%
G = 24.05%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F464E (or 0x8F464E) is known color: Solid Pink. HEX triplet: 8F, 46 and 4E. RGB value is (143,70,78). Sum of RGB (Red+Green+Blue) = 143+70+78=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F464E is #70B9B1. Grayscale: #5C5C5C. Windows color (decimal): -7387570 or 5129871. OLE color: 5129871.

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

Color convert

RGB 143 70 78 -
CMYK 0 0.51 0.45 0.44
HSL 353.42º 0.34% 0.42% -
HSV(B) 353.42º 0.51% 0.56% -
XYZ 14.89 10.77 8.5 -
YUV 92.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 143 70 78 0 0.51 0.45 0.44 353.42 0.34 0.42
Hex 8F 46 4E 0 33 2D 2C 161 22 2A
Octal 217 106 116 0 63 55 54 541 42 52
Binary 10001111 1000110 1001110 0 110011 101101 101100 101100001 100010 101010

Color Harmonies of #8F464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F464E

Black with #8F464E

Text Example


Text Example

White with #8F464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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