Shades of Solid Pink #8F3E48
Tints of Solid Pink #8F3E48
RGB
CMYK
RGB Variations
Color information
#8F3E48 (or 0x8F3E48) is known color: Solid Pink. HEX triplet: 8F, 3E and 48. RGB value is (143,62,72). Sum of RGB (Red+Green+Blue) = 143+62+72=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E48 is #70C1B7. Grayscale: #575757. Windows color (decimal): -7389624 or 4734607. OLE color: 4734607.
HSL color Cylindrical-coordinate representation of color #8F3E48: hue angle of 352.59º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3E48 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 72 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.44 |
| HSL | 352.59º | 0.4% | 0.4% | - |
| HSV(B) | 352.59º | 0.57% | 0.56% | - |
| XYZ | 14.22 | 9.75 | 7.26 | - |
| YUV | 87.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 72 | 0 | 0.57 | 0.50 | 0.44 | 352.59 | 0.4 | 0.4 |
| Hex | 8F | 3E | 48 | 0 | 39 | 32 | 2C | 161 | 28 | 28 |
| Octal | 217 | 76 | 110 | 0 | 71 | 62 | 54 | 541 | 50 | 50 |
| Binary | 10001111 | 111110 | 1001000 | 0 | 111001 | 110010 | 101100 | 101100001 | 101000 | 101000 |
Color Harmonies of #8F3E48
Complementary color
Monochromatic Colors of #8F3E48
Black with #8F3E48
Text Example
Text Example
White with #8F3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E48; }
p { color: rgb(143,62,72); }
H1.HeaderClassName
{
color: #8F3E48;
}
.AnyTagClassName
{
color: #8F3E48;
}
</style>
background-color css
<style>
a { background-color: #8F3E48; }
a { background-color: rgb(143,62,72); }
div.DivClassName
{
background-color: #8F3E48;
}
.BgClassName
{
background-color: #8F3E48;
}
</style>
border-color css
<style>
span { border-color: #8F3E48; }
span { border-color: rgb(143,62,72); }
td.TdClassName
{
border-color: #8F3E48;
}
.TagClassName
{
border-color: #8F3E48;
}
</style>