Shades of Solid Pink #8F414C
Tints of Solid Pink #8F414C
RGB
CMYK
RGB Variations
Color information
#8F414C (or 0x8F414C) is known color: Solid Pink. HEX triplet: 8F, 41 and 4C. RGB value is (143,65,76). Sum of RGB (Red+Green+Blue) = 143+65+76=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F414C is #70BEB3. Grayscale: #595959. Windows color (decimal): -7388852 or 4997519. OLE color: 4997519.
HSL color Cylindrical-coordinate representation of color #8F414C: hue angle of 351.54º 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 #8F414C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 76 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.44 |
| HSL | 351.54º | 0.38% | 0.41% | - |
| HSV(B) | 351.54º | 0.55% | 0.56% | - |
| XYZ | 14.52 | 10.14 | 8.03 | - |
| YUV | 89.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 76 | 0 | 0.55 | 0.47 | 0.44 | 351.54 | 0.38 | 0.41 |
| Hex | 8F | 41 | 4C | 0 | 37 | 2F | 2C | 160 | 26 | 29 |
| Octal | 217 | 101 | 114 | 0 | 67 | 57 | 54 | 540 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1001100 | 0 | 110111 | 101111 | 101100 | 101100000 | 100110 | 101001 |
Color Harmonies of #8F414C
Complementary color
Monochromatic Colors of #8F414C
Black with #8F414C
Text Example
Text Example
White with #8F414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F414C; }
p { color: rgb(143,65,76); }
H1.HeaderClassName
{
color: #8F414C;
}
.AnyTagClassName
{
color: #8F414C;
}
</style>
background-color css
<style>
a { background-color: #8F414C; }
a { background-color: rgb(143,65,76); }
div.DivClassName
{
background-color: #8F414C;
}
.BgClassName
{
background-color: #8F414C;
}
</style>
border-color css
<style>
span { border-color: #8F414C; }
span { border-color: rgb(143,65,76); }
td.TdClassName
{
border-color: #8F414C;
}
.TagClassName
{
border-color: #8F414C;
}
</style>