Html Css Color HEX #8F588A Trendy Pink

📋 copy color: '#8F588A'

red 143 ◦ green 88 ◦ blue 138

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

Shades of Trendy Pink #8F588A

Tints of Trendy Pink #8F588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 38.75%
G = 23.85%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F588A (or 0x8F588A) is known color: Trendy Pink. HEX triplet: 8F, 58 and 8A. RGB value is (143,88,138). Sum of RGB (Red+Green+Blue) = 143+88+138=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F588A is #70A775. Grayscale: #6E6E6E. Windows color (decimal): -7382902 or 9066639. OLE color: 9066639.

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

Color convert

RGB 143 88 138 -
CMYK 0 0.38 0.03 0.44
HSL 305.45º 0.24% 0.45% -
HSV(B) 305.45º 0.38% 0.56% -
XYZ 19.4 14.65 25.85 -
YUV 110.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 143 88 138 0 0.38 0.03 0.44 305.45 0.24 0.45
Hex 8F 58 8A 0 26 3 2C 131 18 2D
Octal 217 130 212 0 46 3 54 461 30 55
Binary 10001111 1011000 10001010 0 100110 11 101100 100110001 11000 101101

Color Harmonies of #8F588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F588A

Black with #8F588A

Text Example


Text Example

White with #8F588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,138); }

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

background-color css

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

 a { background-color: rgb(143,88,138); }

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

border-color css

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

 span { border-color: rgb(143,88,138); }

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