Shades of Cannon Pink #8F4569
Tints of Cannon Pink #8F4569
RGB
CMYK
RGB Variations
Color information
#8F4569 (or 0x8F4569) is known color: Cannon Pink. HEX triplet: 8F, 45 and 69. RGB value is (143,69,105). Sum of RGB (Red+Green+Blue) = 143+69+105=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4569 is #70BA96. Grayscale: #5F5F5F. Windows color (decimal): -7387799 or 6899087. OLE color: 6899087.
HSL color Cylindrical-coordinate representation of color #8F4569: hue angle of 330.81º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4569 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 105 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.44 |
| HSL | 330.81º | 0.35% | 0.42% | - |
| HSV(B) | 330.81º | 0.52% | 0.56% | - |
| XYZ | 16.01 | 11.12 | 14.67 | - |
| YUV | 95.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 105 | 0 | 0.52 | 0.27 | 0.44 | 330.81 | 0.35 | 0.42 |
| Hex | 8F | 45 | 69 | 0 | 34 | 1B | 2C | 14B | 23 | 2A |
| Octal | 217 | 105 | 151 | 0 | 64 | 33 | 54 | 513 | 43 | 52 |
| Binary | 10001111 | 1000101 | 1101001 | 0 | 110100 | 11011 | 101100 | 101001011 | 100011 | 101010 |
Color Harmonies of #8F4569
Complementary color
Monochromatic Colors of #8F4569
Black with #8F4569
Text Example
Text Example
White with #8F4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4569; }
p { color: rgb(143,69,105); }
H1.HeaderClassName
{
color: #8F4569;
}
.AnyTagClassName
{
color: #8F4569;
}
</style>
background-color css
<style>
a { background-color: #8F4569; }
a { background-color: rgb(143,69,105); }
div.DivClassName
{
background-color: #8F4569;
}
.BgClassName
{
background-color: #8F4569;
}
</style>
border-color css
<style>
span { border-color: #8F4569; }
span { border-color: rgb(143,69,105); }
td.TdClassName
{
border-color: #8F4569;
}
.TagClassName
{
border-color: #8F4569;
}
</style>