Shades of Cannon Pink #8F4D73
Tints of Cannon Pink #8F4D73
RGB
CMYK
RGB Variations
Color information
#8F4D73 (or 0x8F4D73) is known color: Cannon Pink. HEX triplet: 8F, 4D and 73. RGB value is (143,77,115). Sum of RGB (Red+Green+Blue) = 143+77+115=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D73 is #70B28C. Grayscale: #646464. Windows color (decimal): -7385741 or 7556495. OLE color: 7556495.
HSL color Cylindrical-coordinate representation of color #8F4D73: hue angle of 325.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D73 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 115 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.44 |
| HSL | 325.45º | 0.3% | 0.43% | - |
| HSV(B) | 325.45º | 0.46% | 0.56% | - |
| XYZ | 17.08 | 12.39 | 17.71 | - |
| YUV | 101.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 115 | 0 | 0.46 | 0.20 | 0.44 | 325.45 | 0.3 | 0.43 |
| Hex | 8F | 4D | 73 | 0 | 2E | 14 | 2C | 145 | 1E | 2B |
| Octal | 217 | 115 | 163 | 0 | 56 | 24 | 54 | 505 | 36 | 53 |
| Binary | 10001111 | 1001101 | 1110011 | 0 | 101110 | 10100 | 101100 | 101000101 | 11110 | 101011 |
Color Harmonies of #8F4D73
Complementary color
Monochromatic Colors of #8F4D73
Black with #8F4D73
Text Example
Text Example
White with #8F4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D73; }
p { color: rgb(143,77,115); }
H1.HeaderClassName
{
color: #8F4D73;
}
.AnyTagClassName
{
color: #8F4D73;
}
</style>
background-color css
<style>
a { background-color: #8F4D73; }
a { background-color: rgb(143,77,115); }
div.DivClassName
{
background-color: #8F4D73;
}
.BgClassName
{
background-color: #8F4D73;
}
</style>
border-color css
<style>
span { border-color: #8F4D73; }
span { border-color: rgb(143,77,115); }
td.TdClassName
{
border-color: #8F4D73;
}
.TagClassName
{
border-color: #8F4D73;
}
</style>