Shades of Solid Pink #8F5356
Tints of Solid Pink #8F5356
RGB
CMYK
RGB Variations
Color information
#8F5356 (or 0x8F5356) is known color: Solid Pink. HEX triplet: 8F, 53 and 56. RGB value is (143,83,86). Sum of RGB (Red+Green+Blue) = 143+83+86=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5356 is #70ACA9. Grayscale: #656565. Windows color (decimal): -7384234 or 5657487. OLE color: 5657487.
HSL color Cylindrical-coordinate representation of color #8F5356: hue angle of 357º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5356 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 86 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.44 |
| HSL | 357º | 0.27% | 0.44% | - |
| HSV(B) | 357º | 0.42% | 0.56% | - |
| XYZ | 16.1 | 12.7 | 10.41 | - |
| YUV | 101.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 86 | 0 | 0.42 | 0.40 | 0.44 | 357 | 0.27 | 0.44 |
| Hex | 8F | 53 | 56 | 0 | 2A | 28 | 2C | 165 | 1B | 2C |
| Octal | 217 | 123 | 126 | 0 | 52 | 50 | 54 | 545 | 33 | 54 |
| Binary | 10001111 | 1010011 | 1010110 | 0 | 101010 | 101000 | 101100 | 101100101 | 11011 | 101100 |
Color Harmonies of #8F5356
Complementary color
Monochromatic Colors of #8F5356
Black with #8F5356
Text Example
Text Example
White with #8F5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5356; }
p { color: rgb(143,83,86); }
H1.HeaderClassName
{
color: #8F5356;
}
.AnyTagClassName
{
color: #8F5356;
}
</style>
background-color css
<style>
a { background-color: #8F5356; }
a { background-color: rgb(143,83,86); }
div.DivClassName
{
background-color: #8F5356;
}
.BgClassName
{
background-color: #8F5356;
}
</style>
border-color css
<style>
span { border-color: #8F5356; }
span { border-color: rgb(143,83,86); }
td.TdClassName
{
border-color: #8F5356;
}
.TagClassName
{
border-color: #8F5356;
}
</style>