#8F5272

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

Shades of Cannon Pink #8F5272

Tints of Cannon Pink #8F5272

Color information

#8F5272 (or 0x8F5272) is unknown color: approx Cannon Pink. HEX triplet: 8F, 52 and 72. RGB value is (143,82,114). Sum of RGB (Red+Green+Blue) = 143+82+114=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5272 is #70AD8D. Grayscale: #676767. Windows color (decimal): -7384462 or 7492239. OLE color: 7492239.

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

Color convert

RGB14382114-
CMYK00.430.200.44
HSL328.52º27.11%44.12%-
HSV(B)328.52º42.66%56.08%-
XYZ17.3813.0917.53-
YUV103.89133.71155.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=42.18%
G=24.19%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438211400.430.200.44328.5227.1144.12
Hex8F527202B142C1491b2c
Octal21712216205324545113354
Binary100011111010010111001001010111010010110010100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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