Shades of Solid Pink #8F434D
Tints of Solid Pink #8F434D
RGB
CMYK
RGB Variations
Color information
#8F434D (or 0x8F434D) is known color: Solid Pink. HEX triplet: 8F, 43 and 4D. RGB value is (143,67,77). Sum of RGB (Red+Green+Blue) = 143+67+77=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F434D is #70BCB2. Grayscale: #5A5A5A. Windows color (decimal): -7388339 or 5063567. OLE color: 5063567.
HSL color Cylindrical-coordinate representation of color #8F434D: hue angle of 352.11º 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 #8F434D is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 67 | 77 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.44 |
| HSL | 352.11º | 0.36% | 0.41% | - |
| HSV(B) | 352.11º | 0.53% | 0.56% | - |
| XYZ | 14.67 | 10.39 | 8.25 | - |
| YUV | 90.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 77 | 0 | 0.53 | 0.46 | 0.44 | 352.11 | 0.36 | 0.41 |
| Hex | 8F | 43 | 4D | 0 | 35 | 2E | 2C | 160 | 24 | 29 |
| Octal | 217 | 103 | 115 | 0 | 65 | 56 | 54 | 540 | 44 | 51 |
| Binary | 10001111 | 1000011 | 1001101 | 0 | 110101 | 101110 | 101100 | 101100000 | 100100 | 101001 |
Color Harmonies of #8F434D
Complementary color
Monochromatic Colors of #8F434D
Black with #8F434D
Text Example
Text Example
White with #8F434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F434D; }
p { color: rgb(143,67,77); }
H1.HeaderClassName
{
color: #8F434D;
}
.AnyTagClassName
{
color: #8F434D;
}
</style>
background-color css
<style>
a { background-color: #8F434D; }
a { background-color: rgb(143,67,77); }
div.DivClassName
{
background-color: #8F434D;
}
.BgClassName
{
background-color: #8F434D;
}
</style>
border-color css
<style>
span { border-color: #8F434D; }
span { border-color: rgb(143,67,77); }
td.TdClassName
{
border-color: #8F434D;
}
.TagClassName
{
border-color: #8F434D;
}
</style>