Shades of Cannon Pink #8F5271
Tints of Cannon Pink #8F5271
RGB
CMYK
RGB Variations
Color information
#8F5271 (or 0x8F5271) is known color: Cannon Pink. HEX triplet: 8F, 52 and 71. RGB value is (143,82,113). Sum of RGB (Red+Green+Blue) = 143+82+113=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5271 is #70AD8E. Grayscale: #676767. Windows color (decimal): -7384463 or 7426703. OLE color: 7426703.
HSL color Cylindrical-coordinate representation of color #8F5271: hue angle of 329.51º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5271 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 113 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.44 |
| HSL | 329.51º | 0.27% | 0.44% | - |
| HSV(B) | 329.51º | 0.43% | 0.56% | - |
| XYZ | 17.33 | 13.07 | 17.23 | - |
| YUV | 103.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 113 | 0 | 0.43 | 0.21 | 0.44 | 329.51 | 0.27 | 0.44 |
| Hex | 8F | 52 | 71 | 0 | 2B | 15 | 2C | 14A | 1B | 2C |
| Octal | 217 | 122 | 161 | 0 | 53 | 25 | 54 | 512 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1110001 | 0 | 101011 | 10101 | 101100 | 101001010 | 11011 | 101100 |
Color Harmonies of #8F5271
Complementary color
Monochromatic Colors of #8F5271
Black with #8F5271
Text Example
Text Example
White with #8F5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5271; }
p { color: rgb(143,82,113); }
H1.HeaderClassName
{
color: #8F5271;
}
.AnyTagClassName
{
color: #8F5271;
}
</style>
background-color css
<style>
a { background-color: #8F5271; }
a { background-color: rgb(143,82,113); }
div.DivClassName
{
background-color: #8F5271;
}
.BgClassName
{
background-color: #8F5271;
}
</style>
border-color css
<style>
span { border-color: #8F5271; }
span { border-color: rgb(143,82,113); }
td.TdClassName
{
border-color: #8F5271;
}
.TagClassName
{
border-color: #8F5271;
}
</style>