Shades of Solid Pink #8F5258
Tints of Solid Pink #8F5258
RGB
CMYK
RGB Variations
Color information
#8F5258 (or 0x8F5258) is known color: Solid Pink. HEX triplet: 8F, 52 and 58. RGB value is (143,82,88). Sum of RGB (Red+Green+Blue) = 143+82+88=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5258 is #70ADA7. Grayscale: #646464. Windows color (decimal): -7384488 or 5788303. OLE color: 5788303.
HSL color Cylindrical-coordinate representation of color #8F5258: hue angle of 354.1º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5258 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 88 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.44 |
| HSL | 354.1º | 0.27% | 0.44% | - |
| HSV(B) | 354.1º | 0.43% | 0.56% | - |
| XYZ | 16.11 | 12.58 | 10.81 | - |
| YUV | 100.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 88 | 0 | 0.43 | 0.38 | 0.44 | 354.1 | 0.27 | 0.44 |
| Hex | 8F | 52 | 58 | 0 | 2B | 26 | 2C | 162 | 1B | 2C |
| Octal | 217 | 122 | 130 | 0 | 53 | 46 | 54 | 542 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1011000 | 0 | 101011 | 100110 | 101100 | 101100010 | 11011 | 101100 |
Color Harmonies of #8F5258
Complementary color
Monochromatic Colors of #8F5258
Black with #8F5258
Text Example
Text Example
White with #8F5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5258; }
p { color: rgb(143,82,88); }
H1.HeaderClassName
{
color: #8F5258;
}
.AnyTagClassName
{
color: #8F5258;
}
</style>
background-color css
<style>
a { background-color: #8F5258; }
a { background-color: rgb(143,82,88); }
div.DivClassName
{
background-color: #8F5258;
}
.BgClassName
{
background-color: #8F5258;
}
</style>
border-color css
<style>
span { border-color: #8F5258; }
span { border-color: rgb(143,82,88); }
td.TdClassName
{
border-color: #8F5258;
}
.TagClassName
{
border-color: #8F5258;
}
</style>