#8F4A72

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

Shades of Cannon Pink #8F4A72

Tints of Cannon Pink #8F4A72

Color information

#8F4A72 (or 0x8F4A72) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4A and 72. RGB value is (143,74,114). Sum of RGB (Red+Green+Blue) = 143+74+114=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4A72 is #70B58D. Grayscale: #636363. Windows color (decimal): -7386510 or 7490191. OLE color: 7490191.

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

Color convert

RGB14374114-
CMYK00.480.200.44
HSL325.22º31.8%42.55%-
HSV(B)325.22º48.25%56.08%-
XYZ16.8111.9517.34-
YUV99.19136.36159.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=43.20%
G=22.36%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437411400.480.200.44325.2231.842.55
Hex8F4A72030142C145202b
Octal21711216206024545054053
Binary1000111110010101110010011000010100101100101000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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