Shades of Trendy Pink #8F738E
Tints of Trendy Pink #8F738E
RGB
CMYK
RGB Variations
Color information
#8F738E (or 0x8F738E) is known color: Trendy Pink. HEX triplet: 8F, 73 and 8E. RGB value is (143,115,142). Sum of RGB (Red+Green+Blue) = 143+115+142=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738E is #708C71. Grayscale: #7E7E7E. Windows color (decimal): -7375986 or 9335695. OLE color: 9335695.
HSL color Cylindrical-coordinate representation of color #8F738E: hue angle of 302.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F738E is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 142 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.44 |
| HSL | 302.14º | 0.11% | 0.51% | - |
| HSV(B) | 302.14º | 0.2% | 0.56% | - |
| XYZ | 22.34 | 20.05 | 28.28 | - |
| YUV | 126.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 142 | 0 | 0.20 | 0.01 | 0.44 | 302.14 | 0.11 | 0.51 |
| Hex | 8F | 73 | 8E | 0 | 14 | 1 | 2C | 12E | B | 33 |
| Octal | 217 | 163 | 216 | 0 | 24 | 1 | 54 | 456 | 13 | 63 |
| Binary | 10001111 | 1110011 | 10001110 | 0 | 10100 | 1 | 101100 | 100101110 | 1011 | 110011 |
Color Harmonies of #8F738E
Complementary color
Monochromatic Colors of #8F738E
Black with #8F738E
Text Example
Text Example
White with #8F738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F738E; }
p { color: rgb(143,115,142); }
H1.HeaderClassName
{
color: #8F738E;
}
.AnyTagClassName
{
color: #8F738E;
}
</style>
background-color css
<style>
a { background-color: #8F738E; }
a { background-color: rgb(143,115,142); }
div.DivClassName
{
background-color: #8F738E;
}
.BgClassName
{
background-color: #8F738E;
}
</style>
border-color css
<style>
span { border-color: #8F738E; }
span { border-color: rgb(143,115,142); }
td.TdClassName
{
border-color: #8F738E;
}
.TagClassName
{
border-color: #8F738E;
}
</style>