Shades of Cannon Pink #8F4B72
Tints of Cannon Pink #8F4B72
RGB
CMYK
RGB Variations
Color information
#8F4B72 (or 0x8F4B72) is known color: Cannon Pink. HEX triplet: 8F, 4B and 72. RGB value is (143,75,114). Sum of RGB (Red+Green+Blue) = 143+75+114=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B72 is #70B48D. Grayscale: #636363. Windows color (decimal): -7386254 or 7490447. OLE color: 7490447.
HSL color Cylindrical-coordinate representation of color #8F4B72: hue angle of 325.59º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B72 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 114 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.44 |
| HSL | 325.59º | 0.31% | 0.43% | - |
| HSV(B) | 325.59º | 0.48% | 0.56% | - |
| XYZ | 16.88 | 12.09 | 17.36 | - |
| YUV | 99.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 114 | 0 | 0.48 | 0.20 | 0.44 | 325.59 | 0.31 | 0.43 |
| Hex | 8F | 4B | 72 | 0 | 30 | 14 | 2C | 146 | 1F | 2B |
| Octal | 217 | 113 | 162 | 0 | 60 | 24 | 54 | 506 | 37 | 53 |
| Binary | 10001111 | 1001011 | 1110010 | 0 | 110000 | 10100 | 101100 | 101000110 | 11111 | 101011 |
Color Harmonies of #8F4B72
Complementary color
Monochromatic Colors of #8F4B72
Black with #8F4B72
Text Example
Text Example
White with #8F4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B72; }
p { color: rgb(143,75,114); }
H1.HeaderClassName
{
color: #8F4B72;
}
.AnyTagClassName
{
color: #8F4B72;
}
</style>
background-color css
<style>
a { background-color: #8F4B72; }
a { background-color: rgb(143,75,114); }
div.DivClassName
{
background-color: #8F4B72;
}
.BgClassName
{
background-color: #8F4B72;
}
</style>
border-color css
<style>
span { border-color: #8F4B72; }
span { border-color: rgb(143,75,114); }
td.TdClassName
{
border-color: #8F4B72;
}
.TagClassName
{
border-color: #8F4B72;
}
</style>