#8F5070

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

Shades of Cannon Pink #8F5070

Tints of Cannon Pink #8F5070

Color information

#8F5070 (or 0x8F5070) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 70. RGB value is (143,80,112). Sum of RGB (Red+Green+Blue) = 143+80+112=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5070 is #70AF8F. Grayscale: #666666. Windows color (decimal): -7384976 or 7360655. OLE color: 7360655.

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

Color convert

RGB14380112-
CMYK00.440.220.44
HSL329.52º28.25%43.73%-
HSV(B)329.52º44.06%56.08%-
XYZ17.1212.7516.89-
YUV102.48133.37156.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=42.69%
G=23.88%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438011200.440.220.44329.5228.2543.73
Hex8F507002C162C14a1c2c
Octal21712016005426545123454
Binary100011111010000111000001011001011010110010100101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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