Shades of Cannon Pink #8F4474
Tints of Cannon Pink #8F4474
RGB
CMYK
RGB Variations
Color information
#8F4474 (or 0x8F4474) is known color: Cannon Pink. HEX triplet: 8F, 44 and 74. RGB value is (143,68,116). Sum of RGB (Red+Green+Blue) = 143+68+116=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4474 is #70BB8B. Grayscale: #5F5F5F. Windows color (decimal): -7388044 or 7619727. OLE color: 7619727.
HSL color Cylindrical-coordinate representation of color #8F4474: hue angle of 321.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4474 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 116 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.44 |
| HSL | 321.6º | 0.36% | 0.41% | - |
| HSV(B) | 321.6º | 0.52% | 0.56% | - |
| XYZ | 16.55 | 11.23 | 17.82 | - |
| YUV | 95.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 116 | 0 | 0.52 | 0.19 | 0.44 | 321.6 | 0.36 | 0.41 |
| Hex | 8F | 44 | 74 | 0 | 34 | 13 | 2C | 142 | 24 | 29 |
| Octal | 217 | 104 | 164 | 0 | 64 | 23 | 54 | 502 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1110100 | 0 | 110100 | 10011 | 101100 | 101000010 | 100100 | 101001 |
Color Harmonies of #8F4474
Complementary color
Monochromatic Colors of #8F4474
Black with #8F4474
Text Example
Text Example
White with #8F4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4474; }
p { color: rgb(143,68,116); }
H1.HeaderClassName
{
color: #8F4474;
}
.AnyTagClassName
{
color: #8F4474;
}
</style>
background-color css
<style>
a { background-color: #8F4474; }
a { background-color: rgb(143,68,116); }
div.DivClassName
{
background-color: #8F4474;
}
.BgClassName
{
background-color: #8F4474;
}
</style>
border-color css
<style>
span { border-color: #8F4474; }
span { border-color: rgb(143,68,116); }
td.TdClassName
{
border-color: #8F4474;
}
.TagClassName
{
border-color: #8F4474;
}
</style>