#8F3F4B

Color #8F3F4B Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8F3F4B

Tints of Solid Pink #8F3F4B

Color information

#8F3F4B (or 0x8F3F4B) is unknown color: approx Solid Pink. HEX triplet: 8F, 3F and 4B. RGB value is (143,63,75). Sum of RGB (Red+Green+Blue) = 143+63+75=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F4B is #70C0B4. Grayscale: #585858. Windows color (decimal): -7389365 or 4931471. OLE color: 4931471.

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

Color convert

RGB1436375-
CMYK00.560.480.44
HSL351º38.83%40.39%-
HSV(B)351º55.94%56.08%-
XYZ14.389.97.81-
YUV88.29120.5167.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=50.89%
G=22.42%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143637500.560.480.4435138.8340.39
Hex8F3F4B038302C15f2728
Octal2177711307060545374750
Binary1000111111111110010110111000110000101100101011111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,75); }

 H1.HeaderClassName
 {
   color: #8F3F4B;
 }
 .AnyTagClassName
 {
   color: #8F3F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(143,63,75); }

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

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

 span { border-color: rgb(143,63,75); }

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