Shades of Solid Pink #8F424C
Tints of Solid Pink #8F424C
RGB
CMYK
RGB Variations
Color information
#8F424C (or 0x8F424C) is known color: Solid Pink. HEX triplet: 8F, 42 and 4C. RGB value is (143,66,76). Sum of RGB (Red+Green+Blue) = 143+66+76=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F424C is #70BDB3. Grayscale: #5A5A5A. Windows color (decimal): -7388596 or 4997775. OLE color: 4997775.
HSL color Cylindrical-coordinate representation of color #8F424C: hue angle of 352.21º 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 #8F424C is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 76 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.44 |
| HSL | 352.21º | 0.37% | 0.41% | - |
| HSV(B) | 352.21º | 0.54% | 0.56% | - |
| XYZ | 14.58 | 10.26 | 8.05 | - |
| YUV | 90.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 76 | 0 | 0.54 | 0.47 | 0.44 | 352.21 | 0.37 | 0.41 |
| Hex | 8F | 42 | 4C | 0 | 36 | 2F | 2C | 160 | 25 | 29 |
| Octal | 217 | 102 | 114 | 0 | 66 | 57 | 54 | 540 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1001100 | 0 | 110110 | 101111 | 101100 | 101100000 | 100101 | 101001 |
Color Harmonies of #8F424C
Complementary color
Monochromatic Colors of #8F424C
Black with #8F424C
Text Example
Text Example
White with #8F424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F424C; }
p { color: rgb(143,66,76); }
H1.HeaderClassName
{
color: #8F424C;
}
.AnyTagClassName
{
color: #8F424C;
}
</style>
background-color css
<style>
a { background-color: #8F424C; }
a { background-color: rgb(143,66,76); }
div.DivClassName
{
background-color: #8F424C;
}
.BgClassName
{
background-color: #8F424C;
}
</style>
border-color css
<style>
span { border-color: #8F424C; }
span { border-color: rgb(143,66,76); }
td.TdClassName
{
border-color: #8F424C;
}
.TagClassName
{
border-color: #8F424C;
}
</style>