Shades of Solid Pink #8F414B
Tints of Solid Pink #8F414B
RGB
CMYK
RGB Variations
Color information
#8F414B (or 0x8F414B) is known color: Solid Pink. HEX triplet: 8F, 41 and 4B. RGB value is (143,65,75). Sum of RGB (Red+Green+Blue) = 143+65+75=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F414B is #70BEB4. Grayscale: #595959. Windows color (decimal): -7388853 or 4931983. OLE color: 4931983.
HSL color Cylindrical-coordinate representation of color #8F414B: hue angle of 352.31º 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 #8F414B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 75 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.44 |
| HSL | 352.31º | 0.38% | 0.41% | - |
| HSV(B) | 352.31º | 0.55% | 0.56% | - |
| XYZ | 14.49 | 10.13 | 7.85 | - |
| YUV | 89.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 75 | 0 | 0.55 | 0.48 | 0.44 | 352.31 | 0.38 | 0.41 |
| Hex | 8F | 41 | 4B | 0 | 37 | 30 | 2C | 160 | 26 | 29 |
| Octal | 217 | 101 | 113 | 0 | 67 | 60 | 54 | 540 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1001011 | 0 | 110111 | 110000 | 101100 | 101100000 | 100110 | 101001 |
Color Harmonies of #8F414B
Complementary color
Monochromatic Colors of #8F414B
Black with #8F414B
Text Example
Text Example
White with #8F414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F414B; }
p { color: rgb(143,65,75); }
H1.HeaderClassName
{
color: #8F414B;
}
.AnyTagClassName
{
color: #8F414B;
}
</style>
background-color css
<style>
a { background-color: #8F414B; }
a { background-color: rgb(143,65,75); }
div.DivClassName
{
background-color: #8F414B;
}
.BgClassName
{
background-color: #8F414B;
}
</style>
border-color css
<style>
span { border-color: #8F414B; }
span { border-color: rgb(143,65,75); }
td.TdClassName
{
border-color: #8F414B;
}
.TagClassName
{
border-color: #8F414B;
}
</style>