Shades of Cannon Pink #8F4F5E
Tints of Cannon Pink #8F4F5E
RGB
CMYK
RGB Variations
Color information
#8F4F5E (or 0x8F4F5E) is known color: Cannon Pink. HEX triplet: 8F, 4F and 5E. RGB value is (143,79,94). Sum of RGB (Red+Green+Blue) = 143+79+94=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F5E is #70B0A1. Grayscale: #636363. Windows color (decimal): -7385250 or 6180751. OLE color: 6180751.
HSL color Cylindrical-coordinate representation of color #8F4F5E: hue angle of 345.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4F5E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 79 | 94 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.44 |
| HSL | 345.94º | 0.29% | 0.44% | - |
| HSV(B) | 345.94º | 0.45% | 0.56% | - |
| XYZ | 16.14 | 12.24 | 12.1 | - |
| YUV | 99.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 94 | 0 | 0.45 | 0.34 | 0.44 | 345.94 | 0.29 | 0.44 |
| Hex | 8F | 4F | 5E | 0 | 2D | 22 | 2C | 15A | 1D | 2C |
| Octal | 217 | 117 | 136 | 0 | 55 | 42 | 54 | 532 | 35 | 54 |
| Binary | 10001111 | 1001111 | 1011110 | 0 | 101101 | 100010 | 101100 | 101011010 | 11101 | 101100 |
Color Harmonies of #8F4F5E
Complementary color
Monochromatic Colors of #8F4F5E
Black with #8F4F5E
Text Example
Text Example
White with #8F4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4F5E; }
p { color: rgb(143,79,94); }
H1.HeaderClassName
{
color: #8F4F5E;
}
.AnyTagClassName
{
color: #8F4F5E;
}
</style>
background-color css
<style>
a { background-color: #8F4F5E; }
a { background-color: rgb(143,79,94); }
div.DivClassName
{
background-color: #8F4F5E;
}
.BgClassName
{
background-color: #8F4F5E;
}
</style>
border-color css
<style>
span { border-color: #8F4F5E; }
span { border-color: rgb(143,79,94); }
td.TdClassName
{
border-color: #8F4F5E;
}
.TagClassName
{
border-color: #8F4F5E;
}
</style>