#8F5288

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

Shades of Trendy Pink #8F5288

Tints of Trendy Pink #8F5288

Color information

#8F5288 (or 0x8F5288) is unknown color: approx Trendy Pink. HEX triplet: 8F, 52 and 88. RGB value is (143,82,136). Sum of RGB (Red+Green+Blue) = 143+82+136=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5288 is #70AD77. Grayscale: #6A6A6A. Windows color (decimal): -7384440 or 8934031. OLE color: 8934031.

HSL color Cylindrical-coordinate representation of color #8F5288: hue angle of 306.89º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5288 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14382136-
CMYK00.430.050.44
HSL306.89º27.11%44.12%-
HSV(B)306.89º42.66%56.08%-
XYZ18.7913.6524.94-
YUV106.4144.71154.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=39.61%
G=22.71%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438213600.430.050.44306.8927.1144.12
Hex8F528802B52C1331b2c
Octal2171222100535544633354
Binary10001111101001010001000010101110110110010011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,136); }

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

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

 a { background-color: rgb(143,82,136); }

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

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

 span { border-color: rgb(143,82,136); }

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