Shades of Solid Pink #8F424F
Tints of Solid Pink #8F424F
RGB
CMYK
RGB Variations
Color information
#8F424F (or 0x8F424F) is known color: Solid Pink. HEX triplet: 8F, 42 and 4F. RGB value is (143,66,79). Sum of RGB (Red+Green+Blue) = 143+66+79=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F424F is #70BDB0. Grayscale: #5A5A5A. Windows color (decimal): -7388593 or 5194383. OLE color: 5194383.
HSL color Cylindrical-coordinate representation of color #8F424F: hue angle of 349.87º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F424F is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 79 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.44 |
| HSL | 349.87º | 0.37% | 0.41% | - |
| HSV(B) | 349.87º | 0.54% | 0.56% | - |
| XYZ | 14.69 | 10.3 | 8.61 | - |
| YUV | 90.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 79 | 0 | 0.54 | 0.45 | 0.44 | 349.87 | 0.37 | 0.41 |
| Hex | 8F | 42 | 4F | 0 | 36 | 2D | 2C | 15E | 25 | 29 |
| Octal | 217 | 102 | 117 | 0 | 66 | 55 | 54 | 536 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1001111 | 0 | 110110 | 101101 | 101100 | 101011110 | 100101 | 101001 |
Color Harmonies of #8F424F
Complementary color
Monochromatic Colors of #8F424F
Black with #8F424F
Text Example
Text Example
White with #8F424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F424F; }
p { color: rgb(143,66,79); }
H1.HeaderClassName
{
color: #8F424F;
}
.AnyTagClassName
{
color: #8F424F;
}
</style>
background-color css
<style>
a { background-color: #8F424F; }
a { background-color: rgb(143,66,79); }
div.DivClassName
{
background-color: #8F424F;
}
.BgClassName
{
background-color: #8F424F;
}
</style>
border-color css
<style>
span { border-color: #8F424F; }
span { border-color: rgb(143,66,79); }
td.TdClassName
{
border-color: #8F424F;
}
.TagClassName
{
border-color: #8F424F;
}
</style>