Shades of Solid Pink #8F4449
Tints of Solid Pink #8F4449
RGB
CMYK
RGB Variations
Color information
#8F4449 (or 0x8F4449) is known color: Solid Pink. HEX triplet: 8F, 44 and 49. RGB value is (143,68,73). Sum of RGB (Red+Green+Blue) = 143+68+73=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4449 is #70BBB6. Grayscale: #5B5B5B. Windows color (decimal): -7388087 or 4801679. OLE color: 4801679.
HSL color Cylindrical-coordinate representation of color #8F4449: hue angle of 356º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4449 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 73 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.44 |
| HSL | 356º | 0.36% | 0.41% | - |
| HSV(B) | 356º | 0.52% | 0.56% | - |
| XYZ | 14.6 | 10.45 | 7.55 | - |
| YUV | 91 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 73 | 0 | 0.52 | 0.49 | 0.44 | 356 | 0.36 | 0.41 |
| Hex | 8F | 44 | 49 | 0 | 34 | 31 | 2C | 164 | 24 | 29 |
| Octal | 217 | 104 | 111 | 0 | 64 | 61 | 54 | 544 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1001001 | 0 | 110100 | 110001 | 101100 | 101100100 | 100100 | 101001 |
Color Harmonies of #8F4449
Complementary color
Monochromatic Colors of #8F4449
Black with #8F4449
Text Example
Text Example
White with #8F4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4449; }
p { color: rgb(143,68,73); }
H1.HeaderClassName
{
color: #8F4449;
}
.AnyTagClassName
{
color: #8F4449;
}
</style>
background-color css
<style>
a { background-color: #8F4449; }
a { background-color: rgb(143,68,73); }
div.DivClassName
{
background-color: #8F4449;
}
.BgClassName
{
background-color: #8F4449;
}
</style>
border-color css
<style>
span { border-color: #8F4449; }
span { border-color: rgb(143,68,73); }
td.TdClassName
{
border-color: #8F4449;
}
.TagClassName
{
border-color: #8F4449;
}
</style>