#8F4D70

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

Shades of Cannon Pink #8F4D70

Tints of Cannon Pink #8F4D70

Color information

#8F4D70 (or 0x8F4D70) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4D and 70. RGB value is (143,77,112). Sum of RGB (Red+Green+Blue) = 143+77+112=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D70 is #70B28F. Grayscale: #646464. Windows color (decimal): -7385744 or 7359887. OLE color: 7359887.

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

Color convert

RGB14377112-
CMYK00.460.220.44
HSL328.18º30%43.14%-
HSV(B)328.18º46.15%56.08%-
XYZ16.9112.3216.82-
YUV100.72134.37158.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=43.07%
G=23.19%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437711200.460.220.44328.183043.14
Hex8F4D7002E162C1481e2b
Octal21711516005626545103653
Binary100011111001101111000001011101011010110010100100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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