#8F427F

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

Shades of Trendy Pink #8F427F

Tints of Trendy Pink #8F427F

Color information

#8F427F (or 0x8F427F) is unknown color: approx Trendy Pink. HEX triplet: 8F, 42 and 7F. RGB value is (143,66,127). Sum of RGB (Red+Green+Blue) = 143+66+127=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F427F is #70BD80. Grayscale: #5F5F5F. Windows color (decimal): -7388545 or 8340111. OLE color: 8340111.

HSL color Cylindrical-coordinate representation of color #8F427F: hue angle of 312.47º 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 #8F427F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14366127-
CMYK00.540.110.44
HSL312.47º36.84%40.98%-
HSV(B)312.47º53.85%56.08%-
XYZ17.1111.2721.35-
YUV95.98145.51161.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 127 (50% from 255) = 37.80%
R=42.56%
G=19.64%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436612700.540.110.44312.4736.8440.98
Hex8F427F036B2C1382529
Octal21710217706613544704551
Binary100011111000010111111101101101011101100100111000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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