Shades of Rose Bud Cherry #8F215E
Tints of Rose Bud Cherry #8F215E
RGB
CMYK
RGB Variations
Color information
#8F215E (or 0x8F215E) is known color: Rose Bud Cherry. HEX triplet: 8F, 21 and 5E. RGB value is (143,33,94). Sum of RGB (Red+Green+Blue) = 143+33+94=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F215E is #70DEA1. Grayscale: #484848. Windows color (decimal): -7397026 or 6168975. OLE color: 6168975.
HSL color Cylindrical-coordinate representation of color #8F215E: hue angle of 326.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F215E is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 94 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.44 |
| HSL | 326.73º | 0.63% | 0.35% | - |
| HSV(B) | 326.73º | 0.77% | 0.56% | - |
| XYZ | 13.89 | 7.74 | 11.35 | - |
| YUV | 72.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 94 | 0 | 0.77 | 0.34 | 0.44 | 326.73 | 0.63 | 0.35 |
| Hex | 8F | 21 | 5E | 0 | 4D | 22 | 2C | 147 | 3E | 23 |
| Octal | 217 | 41 | 136 | 0 | 115 | 42 | 54 | 507 | 76 | 43 |
| Binary | 10001111 | 100001 | 1011110 | 0 | 1001101 | 100010 | 101100 | 101000111 | 111110 | 100011 |
Color Harmonies of #8F215E
Complementary color
Monochromatic Colors of #8F215E
Black with #8F215E
Text Example
Text Example
White with #8F215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F215E; }
p { color: rgb(143,33,94); }
H1.HeaderClassName
{
color: #8F215E;
}
.AnyTagClassName
{
color: #8F215E;
}
</style>
background-color css
<style>
a { background-color: #8F215E; }
a { background-color: rgb(143,33,94); }
div.DivClassName
{
background-color: #8F215E;
}
.BgClassName
{
background-color: #8F215E;
}
</style>
border-color css
<style>
span { border-color: #8F215E; }
span { border-color: rgb(143,33,94); }
td.TdClassName
{
border-color: #8F215E;
}
.TagClassName
{
border-color: #8F215E;
}
</style>