Shades of Solid Pink #8F4B56
Tints of Solid Pink #8F4B56
RGB
CMYK
RGB Variations
Color information
#8F4B56 (or 0x8F4B56) is known color: Solid Pink. HEX triplet: 8F, 4B and 56. RGB value is (143,75,86). Sum of RGB (Red+Green+Blue) = 143+75+86=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B56 is #70B4A9. Grayscale: #606060. Windows color (decimal): -7386282 or 5655439. OLE color: 5655439.
HSL color Cylindrical-coordinate representation of color #8F4B56: hue angle of 350.29º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B56 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 86 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.44 |
| HSL | 350.29º | 0.31% | 0.43% | - |
| HSV(B) | 350.29º | 0.48% | 0.56% | - |
| XYZ | 15.52 | 11.54 | 10.21 | - |
| YUV | 96.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 86 | 0 | 0.48 | 0.40 | 0.44 | 350.29 | 0.31 | 0.43 |
| Hex | 8F | 4B | 56 | 0 | 30 | 28 | 2C | 15E | 1F | 2B |
| Octal | 217 | 113 | 126 | 0 | 60 | 50 | 54 | 536 | 37 | 53 |
| Binary | 10001111 | 1001011 | 1010110 | 0 | 110000 | 101000 | 101100 | 101011110 | 11111 | 101011 |
Color Harmonies of #8F4B56
Complementary color
Monochromatic Colors of #8F4B56
Black with #8F4B56
Text Example
Text Example
White with #8F4B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B56; }
p { color: rgb(143,75,86); }
H1.HeaderClassName
{
color: #8F4B56;
}
.AnyTagClassName
{
color: #8F4B56;
}
</style>
background-color css
<style>
a { background-color: #8F4B56; }
a { background-color: rgb(143,75,86); }
div.DivClassName
{
background-color: #8F4B56;
}
.BgClassName
{
background-color: #8F4B56;
}
</style>
border-color css
<style>
span { border-color: #8F4B56; }
span { border-color: rgb(143,75,86); }
td.TdClassName
{
border-color: #8F4B56;
}
.TagClassName
{
border-color: #8F4B56;
}
</style>