Shades of Solid Pink #8F5459
Tints of Solid Pink #8F5459
RGB
CMYK
RGB Variations
Color information
#8F5459 (or 0x8F5459) is known color: Solid Pink. HEX triplet: 8F, 54 and 59. RGB value is (143,84,89). Sum of RGB (Red+Green+Blue) = 143+84+89=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5459 is #70ABA6. Grayscale: #666666. Windows color (decimal): -7383975 or 5854351. OLE color: 5854351.
HSL color Cylindrical-coordinate representation of color #8F5459: hue angle of 354.92º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5459 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 89 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.44 |
| HSL | 354.92º | 0.26% | 0.45% | - |
| HSV(B) | 354.92º | 0.41% | 0.56% | - |
| XYZ | 16.3 | 12.9 | 11.08 | - |
| YUV | 102.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 89 | 0 | 0.41 | 0.38 | 0.44 | 354.92 | 0.26 | 0.45 |
| Hex | 8F | 54 | 59 | 0 | 29 | 26 | 2C | 163 | 1A | 2D |
| Octal | 217 | 124 | 131 | 0 | 51 | 46 | 54 | 543 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1011001 | 0 | 101001 | 100110 | 101100 | 101100011 | 11010 | 101101 |
Color Harmonies of #8F5459
Complementary color
Monochromatic Colors of #8F5459
Black with #8F5459
Text Example
Text Example
White with #8F5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5459; }
p { color: rgb(143,84,89); }
H1.HeaderClassName
{
color: #8F5459;
}
.AnyTagClassName
{
color: #8F5459;
}
</style>
background-color css
<style>
a { background-color: #8F5459; }
a { background-color: rgb(143,84,89); }
div.DivClassName
{
background-color: #8F5459;
}
.BgClassName
{
background-color: #8F5459;
}
</style>
border-color css
<style>
span { border-color: #8F5459; }
span { border-color: rgb(143,84,89); }
td.TdClassName
{
border-color: #8F5459;
}
.TagClassName
{
border-color: #8F5459;
}
</style>