Shades of Trendy Pink #8F427F
Tints of Trendy Pink #8F427F
RGB
CMYK
RGB Variations
Color information
#8F427F (or 0x8F427F) is known color: Trendy Pink. HEX triplet: 8F, 42 and 7F. RGB value is (143,66,127). Sum of RGB (Red+Green+Blue) = 143+66+127=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F427F is #70BD80. Grayscale: #5F5F5F. Windows color (decimal): -7388545 or 8340111. OLE color: 8340111.
HSL color Cylindrical-coordinate representation of color #8F427F: hue angle of 312.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F427F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 127 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.44 |
| HSL | 312.47º | 0.37% | 0.41% | - |
| HSV(B) | 312.47º | 0.54% | 0.56% | - |
| XYZ | 17.11 | 11.27 | 21.35 | - |
| YUV | 95.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 127 | 0 | 0.54 | 0.11 | 0.44 | 312.47 | 0.37 | 0.41 |
| Hex | 8F | 42 | 7F | 0 | 36 | B | 2C | 138 | 25 | 29 |
| Octal | 217 | 102 | 177 | 0 | 66 | 13 | 54 | 470 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1111111 | 0 | 110110 | 1011 | 101100 | 100111000 | 100101 | 101001 |
Color Harmonies of #8F427F
Complementary color
Monochromatic Colors of #8F427F
Black with #8F427F
Text Example
Text Example
White with #8F427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F427F; }
p { color: rgb(143,66,127); }
H1.HeaderClassName
{
color: #8F427F;
}
.AnyTagClassName
{
color: #8F427F;
}
</style>
background-color css
<style>
a { background-color: #8F427F; }
a { background-color: rgb(143,66,127); }
div.DivClassName
{
background-color: #8F427F;
}
.BgClassName
{
background-color: #8F427F;
}
</style>
border-color css
<style>
span { border-color: #8F427F; }
span { border-color: rgb(143,66,127); }
td.TdClassName
{
border-color: #8F427F;
}
.TagClassName
{
border-color: #8F427F;
}
</style>