Html Css Color HEX #8F708E Trendy Pink

📋 copy color: '#8F708E'

red 143 ◦ green 112 ◦ blue 142

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

Shades of Trendy Pink #8F708E

Tints of Trendy Pink #8F708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 36.02%
G = 28.21%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F708E (or 0x8F708E) is known color: Trendy Pink. HEX triplet: 8F, 70 and 8E. RGB value is (143,112,142). Sum of RGB (Red+Green+Blue) = 143+112+142=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F708E is #708F71. Grayscale: #7C7C7C. Windows color (decimal): -7376754 or 9334927. OLE color: 9334927.

HSL color Cylindrical-coordinate representation of color #8F708E: hue angle of 301.94º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F708E is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 142 -
CMYK 0 0.22 0.01 0.44
HSL 301.94º 0.12% 0.5% -
HSV(B) 301.94º 0.22% 0.56% -
XYZ 22 19.38 28.17 -
YUV 124.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 143 112 142 0 0.22 0.01 0.44 301.94 0.12 0.5
Hex 8F 70 8E 0 16 1 2C 12E C 32
Octal 217 160 216 0 26 1 54 456 14 62
Binary 10001111 1110000 10001110 0 10110 1 101100 100101110 1100 110010

Color Harmonies of #8F708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F708E

Black with #8F708E

Text Example


Text Example

White with #8F708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,112,142); }

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

background-color css

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

 a { background-color: rgb(143,112,142); }

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

border-color css

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

 span { border-color: rgb(143,112,142); }

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