#8F4875

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

Shades of Cannon Pink #8F4875

Tints of Cannon Pink #8F4875

Color information

#8F4875 (or 0x8F4875) is unknown color: approx Cannon Pink. HEX triplet: 8F, 48 and 75. RGB value is (143,72,117). Sum of RGB (Red+Green+Blue) = 143+72+117=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4875 is #70B78A. Grayscale: #626262. Windows color (decimal): -7387019 or 7686287. OLE color: 7686287.

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

Color convert

RGB14372117-
CMYK00.500.180.44
HSL321.97º33.02%42.16%-
HSV(B)321.97º49.65%56.08%-
XYZ16.8611.7618.21-
YUV98.36138.52159.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=43.07%
G=21.69%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437211700.500.180.44321.9733.0242.16
Hex8F4875032122C142212a
Octal21711016506222545024152
Binary1000111110010001110101011001010010101100101000010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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