Html Css Color HEX #8F5571 Cannon Pink

📋 copy color: '#8F5571'

red 143 ◦ green 85 ◦ blue 113

#8F5571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8F5571

Tints of Cannon Pink #8F5571

RGB

 RED value IS 143 (56.25% from 255) = 41.94%

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 41.94%
G = 24.93%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F5571 (or 0x8F5571) is known color: Cannon Pink. HEX triplet: 8F, 55 and 71. RGB value is (143,85,113). Sum of RGB (Red+Green+Blue) = 143+85+113=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5571 is #70AA8E. Grayscale: #696969. Windows color (decimal): -7383695 or 7427471. OLE color: 7427471.

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

Color convert

RGB 143 85 113 -
CMYK 0 0.41 0.21 0.44
HSL 331.03º 0.25% 0.45% -
HSV(B) 331.03º 0.41% 0.56% -
XYZ 17.56 13.53 17.31 -
YUV 105.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 143 85 113 0 0.41 0.21 0.44 331.03 0.25 0.45
Hex 8F 55 71 0 29 15 2C 14B 19 2D
Octal 217 125 161 0 51 25 54 513 31 55
Binary 10001111 1010101 1110001 0 101001 10101 101100 101001011 11001 101101

Color Harmonies of #8F5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5571

Black with #8F5571

Text Example


Text Example

White with #8F5571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,85,113); }

 H1.HeaderClassName
 {
   color: #8F5571;
 }
 .AnyTagClassName
 {
   color: #8F5571;
 }
</style>

background-color css

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

 a { background-color: rgb(143,85,113); }

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

border-color css

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

 span { border-color: rgb(143,85,113); }

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