Shades of Solid Pink #8F414D
Tints of Solid Pink #8F414D
RGB
CMYK
RGB Variations
Color information
#8F414D (or 0x8F414D) is known color: Solid Pink. HEX triplet: 8F, 41 and 4D. RGB value is (143,65,77). Sum of RGB (Red+Green+Blue) = 143+65+77=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F414D is #70BEB2. Grayscale: #595959. Windows color (decimal): -7388851 or 5063055. OLE color: 5063055.
HSL color Cylindrical-coordinate representation of color #8F414D: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F414D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 77 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.44 |
| HSL | 350.77º | 0.38% | 0.41% | - |
| HSV(B) | 350.77º | 0.55% | 0.56% | - |
| XYZ | 14.56 | 10.16 | 8.21 | - |
| YUV | 89.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 77 | 0 | 0.55 | 0.46 | 0.44 | 350.77 | 0.38 | 0.41 |
| Hex | 8F | 41 | 4D | 0 | 37 | 2E | 2C | 15F | 26 | 29 |
| Octal | 217 | 101 | 115 | 0 | 67 | 56 | 54 | 537 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1001101 | 0 | 110111 | 101110 | 101100 | 101011111 | 100110 | 101001 |
Color Harmonies of #8F414D
Complementary color
Monochromatic Colors of #8F414D
Black with #8F414D
Text Example
Text Example
White with #8F414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F414D; }
p { color: rgb(143,65,77); }
H1.HeaderClassName
{
color: #8F414D;
}
.AnyTagClassName
{
color: #8F414D;
}
</style>
background-color css
<style>
a { background-color: #8F414D; }
a { background-color: rgb(143,65,77); }
div.DivClassName
{
background-color: #8F414D;
}
.BgClassName
{
background-color: #8F414D;
}
</style>
border-color css
<style>
span { border-color: #8F414D; }
span { border-color: rgb(143,65,77); }
td.TdClassName
{
border-color: #8F414D;
}
.TagClassName
{
border-color: #8F414D;
}
</style>