#8F4F72

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

Shades of Cannon Pink #8F4F72

Tints of Cannon Pink #8F4F72

Color information

#8F4F72 (or 0x8F4F72) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4F and 72. RGB value is (143,79,114). Sum of RGB (Red+Green+Blue) = 143+79+114=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F72 is #70B08D. Grayscale: #666666. Windows color (decimal): -7385230 or 7491471. OLE color: 7491471.

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

Color convert

RGB14379114-
CMYK00.450.200.44
HSL327.19º28.83%43.53%-
HSV(B)327.19º44.76%56.08%-
XYZ17.1612.6517.46-
YUV102.13134.7157.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=42.56%
G=23.51%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437911400.450.200.44327.1928.8343.53
Hex8F4F7202D142C1471d2c
Octal21711716205524545073554
Binary100011111001111111001001011011010010110010100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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