Shades of Solid Pink #8F4749
Tints of Solid Pink #8F4749
RGB
CMYK
RGB Variations
Color information
#8F4749 (or 0x8F4749) is known color: Solid Pink. HEX triplet: 8F, 47 and 49. RGB value is (143,71,73). Sum of RGB (Red+Green+Blue) = 143+71+73=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4749 is #70B8B6. Grayscale: #5C5C5C. Windows color (decimal): -7387319 or 4802447. OLE color: 4802447.
HSL color Cylindrical-coordinate representation of color #8F4749: hue angle of 358.33º degrees, saturation: 0.34, 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 #8F4749 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 73 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.44 |
| HSL | 358.33º | 0.34% | 0.42% | - |
| HSV(B) | 358.33º | 0.5% | 0.56% | - |
| XYZ | 14.78 | 10.83 | 7.61 | - |
| YUV | 92.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 73 | 0 | 0.50 | 0.49 | 0.44 | 358.33 | 0.34 | 0.42 |
| Hex | 8F | 47 | 49 | 0 | 32 | 31 | 2C | 166 | 22 | 2A |
| Octal | 217 | 107 | 111 | 0 | 62 | 61 | 54 | 546 | 42 | 52 |
| Binary | 10001111 | 1000111 | 1001001 | 0 | 110010 | 110001 | 101100 | 101100110 | 100010 | 101010 |
Color Harmonies of #8F4749
Complementary color
Monochromatic Colors of #8F4749
Black with #8F4749
Text Example
Text Example
White with #8F4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4749; }
p { color: rgb(143,71,73); }
H1.HeaderClassName
{
color: #8F4749;
}
.AnyTagClassName
{
color: #8F4749;
}
</style>
background-color css
<style>
a { background-color: #8F4749; }
a { background-color: rgb(143,71,73); }
div.DivClassName
{
background-color: #8F4749;
}
.BgClassName
{
background-color: #8F4749;
}
</style>
border-color css
<style>
span { border-color: #8F4749; }
span { border-color: rgb(143,71,73); }
td.TdClassName
{
border-color: #8F4749;
}
.TagClassName
{
border-color: #8F4749;
}
</style>