Shades of Cannon Pink #8F4276
Tints of Cannon Pink #8F4276
RGB
CMYK
RGB Variations
Color information
#8F4276 (or 0x8F4276) is known color: Cannon Pink. HEX triplet: 8F, 42 and 76. RGB value is (143,66,118). Sum of RGB (Red+Green+Blue) = 143+66+118=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4276 is #70BD89. Grayscale: #5E5E5E. Windows color (decimal): -7388554 or 7750287. OLE color: 7750287.
HSL color Cylindrical-coordinate representation of color #8F4276: hue angle of 319.48º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F4276 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 118 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.44 |
| HSL | 319.48º | 0.37% | 0.41% | - |
| HSV(B) | 319.48º | 0.54% | 0.56% | - |
| XYZ | 16.55 | 11.04 | 18.4 | - |
| YUV | 94.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 118 | 0 | 0.54 | 0.17 | 0.44 | 319.48 | 0.37 | 0.41 |
| Hex | 8F | 42 | 76 | 0 | 36 | 11 | 2C | 13F | 25 | 29 |
| Octal | 217 | 102 | 166 | 0 | 66 | 21 | 54 | 477 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1110110 | 0 | 110110 | 10001 | 101100 | 100111111 | 100101 | 101001 |
Color Harmonies of #8F4276
Complementary color
Monochromatic Colors of #8F4276
Black with #8F4276
Text Example
Text Example
White with #8F4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4276; }
p { color: rgb(143,66,118); }
H1.HeaderClassName
{
color: #8F4276;
}
.AnyTagClassName
{
color: #8F4276;
}
</style>
background-color css
<style>
a { background-color: #8F4276; }
a { background-color: rgb(143,66,118); }
div.DivClassName
{
background-color: #8F4276;
}
.BgClassName
{
background-color: #8F4276;
}
</style>
border-color css
<style>
span { border-color: #8F4276; }
span { border-color: rgb(143,66,118); }
td.TdClassName
{
border-color: #8F4276;
}
.TagClassName
{
border-color: #8F4276;
}
</style>