Html Css Color HEX #8F5070 Cannon Pink

📋 copy color: '#8F5070'

red 143 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #8F5070

Tints of Cannon Pink #8F5070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 42.69%
G = 23.88%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F5070 (or 0x8F5070) is known color: Cannon Pink. HEX triplet: 8F, 50 and 70. RGB value is (143,80,112). Sum of RGB (Red+Green+Blue) = 143+80+112=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5070 is #70AF8F. Grayscale: #666666. Windows color (decimal): -7384976 or 7360655. OLE color: 7360655.

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

Color convert

RGB 143 80 112 -
CMYK 0 0.44 0.22 0.44
HSL 329.52º 0.28% 0.44% -
HSV(B) 329.52º 0.44% 0.56% -
XYZ 17.12 12.75 16.89 -
YUV 102.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 143 80 112 0 0.44 0.22 0.44 329.52 0.28 0.44
Hex 8F 50 70 0 2C 16 2C 14A 1C 2C
Octal 217 120 160 0 54 26 54 512 34 54
Binary 10001111 1010000 1110000 0 101100 10110 101100 101001010 11100 101100

Color Harmonies of #8F5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5070

Black with #8F5070

Text Example


Text Example

White with #8F5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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