Shades of Trendy Pink #8F4880
Tints of Trendy Pink #8F4880
RGB
CMYK
RGB Variations
Color information
#8F4880 (or 0x8F4880) is known color: Trendy Pink. HEX triplet: 8F, 48 and 80. RGB value is (143,72,128). Sum of RGB (Red+Green+Blue) = 143+72+128=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4880 is #70B77F. Grayscale: #636363. Windows color (decimal): -7387008 or 8407183. OLE color: 8407183.
HSL color Cylindrical-coordinate representation of color #8F4880: hue angle of 312.68º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4880 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 128 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.44 |
| HSL | 312.68º | 0.33% | 0.42% | - |
| HSV(B) | 312.68º | 0.5% | 0.56% | - |
| XYZ | 17.54 | 12.03 | 21.82 | - |
| YUV | 99.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 128 | 0 | 0.50 | 0.10 | 0.44 | 312.68 | 0.33 | 0.42 |
| Hex | 8F | 48 | 80 | 0 | 32 | A | 2C | 139 | 21 | 2A |
| Octal | 217 | 110 | 200 | 0 | 62 | 12 | 54 | 471 | 41 | 52 |
| Binary | 10001111 | 1001000 | 10000000 | 0 | 110010 | 1010 | 101100 | 100111001 | 100001 | 101010 |
Color Harmonies of #8F4880
Complementary color
Monochromatic Colors of #8F4880
Black with #8F4880
Text Example
Text Example
White with #8F4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4880; }
p { color: rgb(143,72,128); }
H1.HeaderClassName
{
color: #8F4880;
}
.AnyTagClassName
{
color: #8F4880;
}
</style>
background-color css
<style>
a { background-color: #8F4880; }
a { background-color: rgb(143,72,128); }
div.DivClassName
{
background-color: #8F4880;
}
.BgClassName
{
background-color: #8F4880;
}
</style>
border-color css
<style>
span { border-color: #8F4880; }
span { border-color: rgb(143,72,128); }
td.TdClassName
{
border-color: #8F4880;
}
.TagClassName
{
border-color: #8F4880;
}
</style>