Shades of Cannon Pink #8F4F62
Tints of Cannon Pink #8F4F62
RGB
CMYK
RGB Variations
Color information
#8F4F62 (or 0x8F4F62) is known color: Cannon Pink. HEX triplet: 8F, 4F and 62. RGB value is (143,79,98). Sum of RGB (Red+Green+Blue) = 143+79+98=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F62 is #70B09D. Grayscale: #646464. Windows color (decimal): -7385246 or 6442895. OLE color: 6442895.
HSL color Cylindrical-coordinate representation of color #8F4F62: hue angle of 342.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4F62 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 79 | 98 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.44 |
| HSL | 342.19º | 0.29% | 0.44% | - |
| HSV(B) | 342.19º | 0.45% | 0.56% | - |
| XYZ | 16.33 | 12.31 | 13.07 | - |
| YUV | 100.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 98 | 0 | 0.45 | 0.31 | 0.44 | 342.19 | 0.29 | 0.44 |
| Hex | 8F | 4F | 62 | 0 | 2D | 1F | 2C | 156 | 1D | 2C |
| Octal | 217 | 117 | 142 | 0 | 55 | 37 | 54 | 526 | 35 | 54 |
| Binary | 10001111 | 1001111 | 1100010 | 0 | 101101 | 11111 | 101100 | 101010110 | 11101 | 101100 |
Color Harmonies of #8F4F62
Complementary color
Monochromatic Colors of #8F4F62
Black with #8F4F62
Text Example
Text Example
White with #8F4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4F62; }
p { color: rgb(143,79,98); }
H1.HeaderClassName
{
color: #8F4F62;
}
.AnyTagClassName
{
color: #8F4F62;
}
</style>
background-color css
<style>
a { background-color: #8F4F62; }
a { background-color: rgb(143,79,98); }
div.DivClassName
{
background-color: #8F4F62;
}
.BgClassName
{
background-color: #8F4F62;
}
</style>
border-color css
<style>
span { border-color: #8F4F62; }
span { border-color: rgb(143,79,98); }
td.TdClassName
{
border-color: #8F4F62;
}
.TagClassName
{
border-color: #8F4F62;
}
</style>