Shades of Solid Pink #8F4E51
Tints of Solid Pink #8F4E51
RGB
CMYK
RGB Variations
Color information
#8F4E51 (or 0x8F4E51) is known color: Solid Pink. HEX triplet: 8F, 4E and 51. RGB value is (143,78,81). Sum of RGB (Red+Green+Blue) = 143+78+81=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E51 is #70B1AE. Grayscale: #616161. Windows color (decimal): -7385519 or 5328527. OLE color: 5328527.
HSL color Cylindrical-coordinate representation of color #8F4E51: hue angle of 357.23º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4E51 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 81 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.44 |
| HSL | 357.23º | 0.29% | 0.43% | - |
| HSV(B) | 357.23º | 0.45% | 0.56% | - |
| XYZ | 15.54 | 11.88 | 9.26 | - |
| YUV | 97.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 81 | 0 | 0.45 | 0.43 | 0.44 | 357.23 | 0.29 | 0.43 |
| Hex | 8F | 4E | 51 | 0 | 2D | 2B | 2C | 165 | 1D | 2B |
| Octal | 217 | 116 | 121 | 0 | 55 | 53 | 54 | 545 | 35 | 53 |
| Binary | 10001111 | 1001110 | 1010001 | 0 | 101101 | 101011 | 101100 | 101100101 | 11101 | 101011 |
Color Harmonies of #8F4E51
Complementary color
Monochromatic Colors of #8F4E51
Black with #8F4E51
Text Example
Text Example
White with #8F4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E51; }
p { color: rgb(143,78,81); }
H1.HeaderClassName
{
color: #8F4E51;
}
.AnyTagClassName
{
color: #8F4E51;
}
</style>
background-color css
<style>
a { background-color: #8F4E51; }
a { background-color: rgb(143,78,81); }
div.DivClassName
{
background-color: #8F4E51;
}
.BgClassName
{
background-color: #8F4E51;
}
</style>
border-color css
<style>
span { border-color: #8F4E51; }
span { border-color: rgb(143,78,81); }
td.TdClassName
{
border-color: #8F4E51;
}
.TagClassName
{
border-color: #8F4E51;
}
</style>