Shades of Solid Pink #8F484A
Tints of Solid Pink #8F484A
RGB
CMYK
RGB Variations
Color information
#8F484A (or 0x8F484A) is known color: Solid Pink. HEX triplet: 8F, 48 and 4A. RGB value is (143,72,74). Sum of RGB (Red+Green+Blue) = 143+72+74=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F484A is #70B7B5. Grayscale: #5D5D5D. Windows color (decimal): -7387062 or 4868239. OLE color: 4868239.
HSL color Cylindrical-coordinate representation of color #8F484A: hue angle of 358.31º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F484A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 74 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.44 |
| HSL | 358.31º | 0.33% | 0.42% | - |
| HSV(B) | 358.31º | 0.5% | 0.56% | - |
| XYZ | 14.88 | 10.97 | 7.81 | - |
| YUV | 93.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 74 | 0 | 0.50 | 0.48 | 0.44 | 358.31 | 0.33 | 0.42 |
| Hex | 8F | 48 | 4A | 0 | 32 | 30 | 2C | 166 | 21 | 2A |
| Octal | 217 | 110 | 112 | 0 | 62 | 60 | 54 | 546 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1001010 | 0 | 110010 | 110000 | 101100 | 101100110 | 100001 | 101010 |
Color Harmonies of #8F484A
Complementary color
Monochromatic Colors of #8F484A
Black with #8F484A
Text Example
Text Example
White with #8F484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F484A; }
p { color: rgb(143,72,74); }
H1.HeaderClassName
{
color: #8F484A;
}
.AnyTagClassName
{
color: #8F484A;
}
</style>
background-color css
<style>
a { background-color: #8F484A; }
a { background-color: rgb(143,72,74); }
div.DivClassName
{
background-color: #8F484A;
}
.BgClassName
{
background-color: #8F484A;
}
</style>
border-color css
<style>
span { border-color: #8F484A; }
span { border-color: rgb(143,72,74); }
td.TdClassName
{
border-color: #8F484A;
}
.TagClassName
{
border-color: #8F484A;
}
</style>