#8F4872

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

Shades of Cannon Pink #8F4872

Tints of Cannon Pink #8F4872

Color information

#8F4872 (or 0x8F4872) is unknown color: approx Cannon Pink. HEX triplet: 8F, 48 and 72. RGB value is (143,72,114). Sum of RGB (Red+Green+Blue) = 143+72+114=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4872 is #70B78D. Grayscale: #616161. Windows color (decimal): -7387022 or 7489679. OLE color: 7489679.

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

Color convert

RGB14372114-
CMYK00.500.200.44
HSL324.51º33.02%42.16%-
HSV(B)324.51º49.65%56.08%-
XYZ16.6811.6917.3-
YUV98.02137.02160.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=43.47%
G=21.88%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437211400.500.200.44324.5133.0242.16
Hex8F4872032142C145212a
Octal21711016206224545054152
Binary1000111110010001110010011001010100101100101000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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