#8F5051

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

Shades of Solid Pink #8F5051

Tints of Solid Pink #8F5051

Color information

#8F5051 (or 0x8F5051) is unknown color: approx Solid Pink. HEX triplet: 8F, 50 and 51. RGB value is (143,80,81). Sum of RGB (Red+Green+Blue) = 143+80+81=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5051 is #70AFAE. Grayscale: #636363. Windows color (decimal): -7385007 or 5329039. OLE color: 5329039.

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

Color convert

RGB1438081-
CMYK00.440.430.44
HSL359.05º28.25%43.73%-
HSV(B)359.05º44.06%56.08%-
XYZ15.6812.179.31-
YUV98.95117.87159.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=47.04%
G=26.32%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143808100.440.430.44359.0528.2543.73
Hex8F505102C2B2C1671c2c
Octal21712012105453545473454
Binary1000111110100001010001010110010101110110010110011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,80,81); }

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

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

 a { background-color: rgb(143,80,81); }

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

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

 span { border-color: rgb(143,80,81); }

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