Shades of Solid Pink #8F414F
Tints of Solid Pink #8F414F
RGB
CMYK
RGB Variations
Color information
#8F414F (or 0x8F414F) is known color: Solid Pink. HEX triplet: 8F, 41 and 4F. RGB value is (143,65,79). Sum of RGB (Red+Green+Blue) = 143+65+79=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F414F is #70BEB0. Grayscale: #595959. Windows color (decimal): -7388849 or 5194127. OLE color: 5194127.
HSL color Cylindrical-coordinate representation of color #8F414F: hue angle of 349.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F414F is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 79 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.44 |
| HSL | 349.23º | 0.38% | 0.41% | - |
| HSV(B) | 349.23º | 0.55% | 0.56% | - |
| XYZ | 14.63 | 10.18 | 8.59 | - |
| YUV | 89.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 79 | 0 | 0.55 | 0.45 | 0.44 | 349.23 | 0.38 | 0.41 |
| Hex | 8F | 41 | 4F | 0 | 37 | 2D | 2C | 15D | 26 | 29 |
| Octal | 217 | 101 | 117 | 0 | 67 | 55 | 54 | 535 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1001111 | 0 | 110111 | 101101 | 101100 | 101011101 | 100110 | 101001 |
Color Harmonies of #8F414F
Complementary color
Monochromatic Colors of #8F414F
Black with #8F414F
Text Example
Text Example
White with #8F414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F414F; }
p { color: rgb(143,65,79); }
H1.HeaderClassName
{
color: #8F414F;
}
.AnyTagClassName
{
color: #8F414F;
}
</style>
background-color css
<style>
a { background-color: #8F414F; }
a { background-color: rgb(143,65,79); }
div.DivClassName
{
background-color: #8F414F;
}
.BgClassName
{
background-color: #8F414F;
}
</style>
border-color css
<style>
span { border-color: #8F414F; }
span { border-color: rgb(143,65,79); }
td.TdClassName
{
border-color: #8F414F;
}
.TagClassName
{
border-color: #8F414F;
}
</style>