Html Css Color HEX #8F5075 Cannon Pink

📋 copy color: '#8F5075'

red 143 ◦ green 80 ◦ blue 117

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

Shades of Cannon Pink #8F5075

Tints of Cannon Pink #8F5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 42.06%
G = 23.53%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F5075 (or 0x8F5075) is known color: Cannon Pink. HEX triplet: 8F, 50 and 75. RGB value is (143,80,117). Sum of RGB (Red+Green+Blue) = 143+80+117=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5075 is #70AF8A. Grayscale: #666666. Windows color (decimal): -7384971 or 7688335. OLE color: 7688335.

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

Color convert

RGB 143 80 117 -
CMYK 0 0.44 0.18 0.44
HSL 324.76º 0.28% 0.44% -
HSV(B) 324.76º 0.44% 0.56% -
XYZ 17.41 12.86 18.39 -
YUV 103.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 143 80 117 0 0.44 0.18 0.44 324.76 0.28 0.44
Hex 8F 50 75 0 2C 12 2C 145 1C 2C
Octal 217 120 165 0 54 22 54 505 34 54
Binary 10001111 1010000 1110101 0 101100 10010 101100 101000101 11100 101100

Color Harmonies of #8F5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5075

Black with #8F5075

Text Example


Text Example

White with #8F5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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