Shades of Cannon Pink #8F4274
Tints of Cannon Pink #8F4274
RGB
CMYK
RGB Variations
Color information
#8F4274 (or 0x8F4274) is known color: Cannon Pink. HEX triplet: 8F, 42 and 74. RGB value is (143,66,116). Sum of RGB (Red+Green+Blue) = 143+66+116=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4274 is #70BD8B. Grayscale: #5E5E5E. Windows color (decimal): -7388556 or 7619215. OLE color: 7619215.
HSL color Cylindrical-coordinate representation of color #8F4274: hue angle of 321.04º 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 #8F4274 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 116 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.44 |
| HSL | 321.04º | 0.37% | 0.41% | - |
| HSV(B) | 321.04º | 0.54% | 0.56% | - |
| XYZ | 16.43 | 11 | 17.78 | - |
| YUV | 94.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 116 | 0 | 0.54 | 0.19 | 0.44 | 321.04 | 0.37 | 0.41 |
| Hex | 8F | 42 | 74 | 0 | 36 | 13 | 2C | 141 | 25 | 29 |
| Octal | 217 | 102 | 164 | 0 | 66 | 23 | 54 | 501 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1110100 | 0 | 110110 | 10011 | 101100 | 101000001 | 100101 | 101001 |
Color Harmonies of #8F4274
Complementary color
Monochromatic Colors of #8F4274
Black with #8F4274
Text Example
Text Example
White with #8F4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4274; }
p { color: rgb(143,66,116); }
H1.HeaderClassName
{
color: #8F4274;
}
.AnyTagClassName
{
color: #8F4274;
}
</style>
background-color css
<style>
a { background-color: #8F4274; }
a { background-color: rgb(143,66,116); }
div.DivClassName
{
background-color: #8F4274;
}
.BgClassName
{
background-color: #8F4274;
}
</style>
border-color css
<style>
span { border-color: #8F4274; }
span { border-color: rgb(143,66,116); }
td.TdClassName
{
border-color: #8F4274;
}
.TagClassName
{
border-color: #8F4274;
}
</style>