#8F5071

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

Shades of Cannon Pink #8F5071

Tints of Cannon Pink #8F5071

Color information

#8F5071 (or 0x8F5071) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 71. RGB value is (143,80,113). Sum of RGB (Red+Green+Blue) = 143+80+113=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5071 is #70AF8E. Grayscale: #666666. Windows color (decimal): -7384975 or 7426191. OLE color: 7426191.

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

Color convert

RGB14380113-
CMYK00.440.210.44
HSL328.57º28.25%43.73%-
HSV(B)328.57º44.06%56.08%-
XYZ17.1812.7717.18-
YUV102.6133.87156.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=42.56%
G=23.81%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438011300.440.210.44328.5728.2543.73
Hex8F507102C152C1491c2c
Octal21712016105425545113454
Binary100011111010000111000101011001010110110010100100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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