Html Css Color HEX #8F4353 Solid Pink

📋 copy color: '#8F4353'

red 143 ◦ green 67 ◦ blue 83

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

Shades of Solid Pink #8F4353

Tints of Solid Pink #8F4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 48.81%
G = 22.87%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8F4353 (or 0x8F4353) is known color: Solid Pink. HEX triplet: 8F, 43 and 53. RGB value is (143,67,83). Sum of RGB (Red+Green+Blue) = 143+67+83=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4353 is #70BCAC. Grayscale: #5B5B5B. Windows color (decimal): -7388333 or 5456783. OLE color: 5456783.

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

Color convert

RGB 143 67 83 -
CMYK 0 0.53 0.42 0.44
HSL 347.37º 0.36% 0.41% -
HSV(B) 347.37º 0.53% 0.56% -
XYZ 14.9 10.48 9.42 -
YUV 91.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 143 67 83 0 0.53 0.42 0.44 347.37 0.36 0.41
Hex 8F 43 53 0 35 2A 2C 15B 24 29
Octal 217 103 123 0 65 52 54 533 44 51
Binary 10001111 1000011 1010011 0 110101 101010 101100 101011011 100100 101001

Color Harmonies of #8F4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4353

Black with #8F4353

Text Example


Text Example

White with #8F4353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,67,83); }

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

background-color css

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

 a { background-color: rgb(143,67,83); }

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

border-color css

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

 span { border-color: rgb(143,67,83); }

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