Shades of Rose Bud Cherry #8F2863
Tints of Rose Bud Cherry #8F2863
RGB
CMYK
RGB Variations
Color information
#8F2863 (or 0x8F2863) is known color: Rose Bud Cherry. HEX triplet: 8F, 28 and 63. RGB value is (143,40,99). Sum of RGB (Red+Green+Blue) = 143+40+99=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2863 is #70D79C. Grayscale: #4D4D4D. Windows color (decimal): -7395229 or 6498447. OLE color: 6498447.
HSL color Cylindrical-coordinate representation of color #8F2863: hue angle of 325.63º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2863 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 99 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.44 |
| HSL | 325.63º | 0.56% | 0.36% | - |
| HSV(B) | 325.63º | 0.72% | 0.56% | - |
| XYZ | 14.34 | 8.26 | 12.64 | - |
| YUV | 77.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 99 | 0 | 0.72 | 0.31 | 0.44 | 325.63 | 0.56 | 0.36 |
| Hex | 8F | 28 | 63 | 0 | 48 | 1F | 2C | 146 | 38 | 24 |
| Octal | 217 | 50 | 143 | 0 | 110 | 37 | 54 | 506 | 70 | 44 |
| Binary | 10001111 | 101000 | 1100011 | 0 | 1001000 | 11111 | 101100 | 101000110 | 111000 | 100100 |
Color Harmonies of #8F2863
Complementary color
Monochromatic Colors of #8F2863
Black with #8F2863
Text Example
Text Example
White with #8F2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2863; }
p { color: rgb(143,40,99); }
H1.HeaderClassName
{
color: #8F2863;
}
.AnyTagClassName
{
color: #8F2863;
}
</style>
background-color css
<style>
a { background-color: #8F2863; }
a { background-color: rgb(143,40,99); }
div.DivClassName
{
background-color: #8F2863;
}
.BgClassName
{
background-color: #8F2863;
}
</style>
border-color css
<style>
span { border-color: #8F2863; }
span { border-color: rgb(143,40,99); }
td.TdClassName
{
border-color: #8F2863;
}
.TagClassName
{
border-color: #8F2863;
}
</style>