Shades of Trendy Pink #8F4578
Tints of Trendy Pink #8F4578
RGB
CMYK
RGB Variations
Color information
#8F4578 (or 0x8F4578) is known color: Trendy Pink. HEX triplet: 8F, 45 and 78. RGB value is (143,69,120). Sum of RGB (Red+Green+Blue) = 143+69+120=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4578 is #70BA87. Grayscale: #606060. Windows color (decimal): -7387784 or 7882127. OLE color: 7882127.
HSL color Cylindrical-coordinate representation of color #8F4578: hue angle of 318.65º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4578 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 120 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.44 |
| HSL | 318.65º | 0.35% | 0.42% | - |
| HSV(B) | 318.65º | 0.52% | 0.56% | - |
| XYZ | 16.85 | 11.45 | 19.09 | - |
| YUV | 96.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 120 | 0 | 0.52 | 0.16 | 0.44 | 318.65 | 0.35 | 0.42 |
| Hex | 8F | 45 | 78 | 0 | 34 | 10 | 2C | 13F | 23 | 2A |
| Octal | 217 | 105 | 170 | 0 | 64 | 20 | 54 | 477 | 43 | 52 |
| Binary | 10001111 | 1000101 | 1111000 | 0 | 110100 | 10000 | 101100 | 100111111 | 100011 | 101010 |
Color Harmonies of #8F4578
Complementary color
Monochromatic Colors of #8F4578
Black with #8F4578
Text Example
Text Example
White with #8F4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4578; }
p { color: rgb(143,69,120); }
H1.HeaderClassName
{
color: #8F4578;
}
.AnyTagClassName
{
color: #8F4578;
}
</style>
background-color css
<style>
a { background-color: #8F4578; }
a { background-color: rgb(143,69,120); }
div.DivClassName
{
background-color: #8F4578;
}
.BgClassName
{
background-color: #8F4578;
}
</style>
border-color css
<style>
span { border-color: #8F4578; }
span { border-color: rgb(143,69,120); }
td.TdClassName
{
border-color: #8F4578;
}
.TagClassName
{
border-color: #8F4578;
}
</style>