Shades of Cannon Pink #8F4975
Tints of Cannon Pink #8F4975
RGB
CMYK
RGB Variations
Color information
#8F4975 (or 0x8F4975) is known color: Cannon Pink. HEX triplet: 8F, 49 and 75. RGB value is (143,73,117). Sum of RGB (Red+Green+Blue) = 143+73+117=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4975 is #70B68A. Grayscale: #626262. Windows color (decimal): -7386763 or 7686543. OLE color: 7686543.
HSL color Cylindrical-coordinate representation of color #8F4975: hue angle of 322.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F4975 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 73 | 117 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.44 |
| HSL | 322.29º | 0.32% | 0.42% | - |
| HSV(B) | 322.29º | 0.49% | 0.56% | - |
| XYZ | 16.92 | 11.89 | 18.23 | - |
| YUV | 98.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 117 | 0 | 0.49 | 0.18 | 0.44 | 322.29 | 0.32 | 0.42 |
| Hex | 8F | 49 | 75 | 0 | 31 | 12 | 2C | 142 | 20 | 2A |
| Octal | 217 | 111 | 165 | 0 | 61 | 22 | 54 | 502 | 40 | 52 |
| Binary | 10001111 | 1001001 | 1110101 | 0 | 110001 | 10010 | 101100 | 101000010 | 100000 | 101010 |
Color Harmonies of #8F4975
Complementary color
Monochromatic Colors of #8F4975
Black with #8F4975
Text Example
Text Example
White with #8F4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4975; }
p { color: rgb(143,73,117); }
H1.HeaderClassName
{
color: #8F4975;
}
.AnyTagClassName
{
color: #8F4975;
}
</style>
background-color css
<style>
a { background-color: #8F4975; }
a { background-color: rgb(143,73,117); }
div.DivClassName
{
background-color: #8F4975;
}
.BgClassName
{
background-color: #8F4975;
}
</style>
border-color css
<style>
span { border-color: #8F4975; }
span { border-color: rgb(143,73,117); }
td.TdClassName
{
border-color: #8F4975;
}
.TagClassName
{
border-color: #8F4975;
}
</style>