Shades of Rose Bud Cherry #8F2E5F
Tints of Rose Bud Cherry #8F2E5F
RGB
CMYK
RGB Variations
Color information
#8F2E5F (or 0x8F2E5F) is known color: Rose Bud Cherry. HEX triplet: 8F, 2E and 5F. RGB value is (143,46,95). Sum of RGB (Red+Green+Blue) = 143+46+95=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2E5F is #70D1A0. Grayscale: #505050. Windows color (decimal): -7393697 or 6237839. OLE color: 6237839.
HSL color Cylindrical-coordinate representation of color #8F2E5F: hue angle of 329.69º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E5F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 95 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.44 |
| HSL | 329.69º | 0.51% | 0.37% | - |
| HSV(B) | 329.69º | 0.68% | 0.56% | - |
| XYZ | 14.37 | 8.62 | 11.73 | - |
| YUV | 80.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 95 | 0 | 0.68 | 0.34 | 0.44 | 329.69 | 0.51 | 0.37 |
| Hex | 8F | 2E | 5F | 0 | 44 | 22 | 2C | 14A | 33 | 25 |
| Octal | 217 | 56 | 137 | 0 | 104 | 42 | 54 | 512 | 63 | 45 |
| Binary | 10001111 | 101110 | 1011111 | 0 | 1000100 | 100010 | 101100 | 101001010 | 110011 | 100101 |
Color Harmonies of #8F2E5F
Complementary color
Monochromatic Colors of #8F2E5F
Black with #8F2E5F
Text Example
Text Example
White with #8F2E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E5F; }
p { color: rgb(143,46,95); }
H1.HeaderClassName
{
color: #8F2E5F;
}
.AnyTagClassName
{
color: #8F2E5F;
}
</style>
background-color css
<style>
a { background-color: #8F2E5F; }
a { background-color: rgb(143,46,95); }
div.DivClassName
{
background-color: #8F2E5F;
}
.BgClassName
{
background-color: #8F2E5F;
}
</style>
border-color css
<style>
span { border-color: #8F2E5F; }
span { border-color: rgb(143,46,95); }
td.TdClassName
{
border-color: #8F2E5F;
}
.TagClassName
{
border-color: #8F2E5F;
}
</style>