Shades of Solid Pink #8F4852
Tints of Solid Pink #8F4852
RGB
CMYK
RGB Variations
Color information
#8F4852 (or 0x8F4852) is known color: Solid Pink. HEX triplet: 8F, 48 and 52. RGB value is (143,72,82). Sum of RGB (Red+Green+Blue) = 143+72+82=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4852 is #70B7AD. Grayscale: #5E5E5E. Windows color (decimal): -7387054 or 5392527. OLE color: 5392527.
HSL color Cylindrical-coordinate representation of color #8F4852: hue angle of 351.55º 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 #8F4852 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 82 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.44 |
| HSL | 351.55º | 0.33% | 0.42% | - |
| HSV(B) | 351.55º | 0.5% | 0.56% | - |
| XYZ | 15.17 | 11.08 | 9.32 | - |
| YUV | 94.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 82 | 0 | 0.50 | 0.43 | 0.44 | 351.55 | 0.33 | 0.42 |
| Hex | 8F | 48 | 52 | 0 | 32 | 2B | 2C | 160 | 21 | 2A |
| Octal | 217 | 110 | 122 | 0 | 62 | 53 | 54 | 540 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1010010 | 0 | 110010 | 101011 | 101100 | 101100000 | 100001 | 101010 |
Color Harmonies of #8F4852
Complementary color
Monochromatic Colors of #8F4852
Black with #8F4852
Text Example
Text Example
White with #8F4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4852; }
p { color: rgb(143,72,82); }
H1.HeaderClassName
{
color: #8F4852;
}
.AnyTagClassName
{
color: #8F4852;
}
</style>
background-color css
<style>
a { background-color: #8F4852; }
a { background-color: rgb(143,72,82); }
div.DivClassName
{
background-color: #8F4852;
}
.BgClassName
{
background-color: #8F4852;
}
</style>
border-color css
<style>
span { border-color: #8F4852; }
span { border-color: rgb(143,72,82); }
td.TdClassName
{
border-color: #8F4852;
}
.TagClassName
{
border-color: #8F4852;
}
</style>