Shades of Trendy Pink #8F708C
Tints of Trendy Pink #8F708C
RGB
CMYK
RGB Variations
Color information
#8F708C (or 0x8F708C) is known color: Trendy Pink. HEX triplet: 8F, 70 and 8C. RGB value is (143,112,140). Sum of RGB (Red+Green+Blue) = 143+112+140=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F708C is #708F73. Grayscale: #7C7C7C. Windows color (decimal): -7376756 or 9203855. OLE color: 9203855.
HSL color Cylindrical-coordinate representation of color #8F708C: hue angle of 305.81º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F708C is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 140 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.44 |
| HSL | 305.81º | 0.12% | 0.5% | - |
| HSV(B) | 305.81º | 0.22% | 0.56% | - |
| XYZ | 21.86 | 19.32 | 27.39 | - |
| YUV | 124.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 140 | 0 | 0.22 | 0.02 | 0.44 | 305.81 | 0.12 | 0.5 |
| Hex | 8F | 70 | 8C | 0 | 16 | 2 | 2C | 132 | C | 32 |
| Octal | 217 | 160 | 214 | 0 | 26 | 2 | 54 | 462 | 14 | 62 |
| Binary | 10001111 | 1110000 | 10001100 | 0 | 10110 | 10 | 101100 | 100110010 | 1100 | 110010 |
Color Harmonies of #8F708C
Complementary color
Monochromatic Colors of #8F708C
Black with #8F708C
Text Example
Text Example
White with #8F708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F708C; }
p { color: rgb(143,112,140); }
H1.HeaderClassName
{
color: #8F708C;
}
.AnyTagClassName
{
color: #8F708C;
}
</style>
background-color css
<style>
a { background-color: #8F708C; }
a { background-color: rgb(143,112,140); }
div.DivClassName
{
background-color: #8F708C;
}
.BgClassName
{
background-color: #8F708C;
}
</style>
border-color css
<style>
span { border-color: #8F708C; }
span { border-color: rgb(143,112,140); }
td.TdClassName
{
border-color: #8F708C;
}
.TagClassName
{
border-color: #8F708C;
}
</style>