Shades of Solid Pink #8F404A
Tints of Solid Pink #8F404A
RGB
CMYK
RGB Variations
Color information
#8F404A (or 0x8F404A) is known color: Solid Pink. HEX triplet: 8F, 40 and 4A. RGB value is (143,64,74). Sum of RGB (Red+Green+Blue) = 143+64+74=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F404A is #70BFB5. Grayscale: #585858. Windows color (decimal): -7389110 or 4866191. OLE color: 4866191.
HSL color Cylindrical-coordinate representation of color #8F404A: hue angle of 352.41º 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 #8F404A is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 74 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.44 |
| HSL | 352.41º | 0.38% | 0.41% | - |
| HSV(B) | 352.41º | 0.55% | 0.56% | - |
| XYZ | 14.4 | 10 | 7.65 | - |
| YUV | 88.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 74 | 0 | 0.55 | 0.48 | 0.44 | 352.41 | 0.38 | 0.41 |
| Hex | 8F | 40 | 4A | 0 | 37 | 30 | 2C | 160 | 26 | 29 |
| Octal | 217 | 100 | 112 | 0 | 67 | 60 | 54 | 540 | 46 | 51 |
| Binary | 10001111 | 1000000 | 1001010 | 0 | 110111 | 110000 | 101100 | 101100000 | 100110 | 101001 |
Color Harmonies of #8F404A
Complementary color
Monochromatic Colors of #8F404A
Black with #8F404A
Text Example
Text Example
White with #8F404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F404A; }
p { color: rgb(143,64,74); }
H1.HeaderClassName
{
color: #8F404A;
}
.AnyTagClassName
{
color: #8F404A;
}
</style>
background-color css
<style>
a { background-color: #8F404A; }
a { background-color: rgb(143,64,74); }
div.DivClassName
{
background-color: #8F404A;
}
.BgClassName
{
background-color: #8F404A;
}
</style>
border-color css
<style>
span { border-color: #8F404A; }
span { border-color: rgb(143,64,74); }
td.TdClassName
{
border-color: #8F404A;
}
.TagClassName
{
border-color: #8F404A;
}
</style>