Shades of Rose Bud Cherry #8F205A
Tints of Rose Bud Cherry #8F205A
RGB
CMYK
RGB Variations
Color information
#8F205A (or 0x8F205A) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 5A. RGB value is (143,32,90). Sum of RGB (Red+Green+Blue) = 143+32+90=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F205A is #70DFA5. Grayscale: #474747. Windows color (decimal): -7397286 or 5906575. OLE color: 5906575.
HSL color Cylindrical-coordinate representation of color #8F205A: hue angle of 328.65º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F205A is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 90 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.44 |
| HSL | 328.65º | 0.63% | 0.34% | - |
| HSV(B) | 328.65º | 0.78% | 0.56% | - |
| XYZ | 13.69 | 7.61 | 10.42 | - |
| YUV | 71.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 90 | 0 | 0.78 | 0.37 | 0.44 | 328.65 | 0.63 | 0.34 |
| Hex | 8F | 20 | 5A | 0 | 4E | 25 | 2C | 149 | 3F | 22 |
| Octal | 217 | 40 | 132 | 0 | 116 | 45 | 54 | 511 | 77 | 42 |
| Binary | 10001111 | 100000 | 1011010 | 0 | 1001110 | 100101 | 101100 | 101001001 | 111111 | 100010 |
Color Harmonies of #8F205A
Complementary color
Monochromatic Colors of #8F205A
Black with #8F205A
Text Example
Text Example
White with #8F205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F205A; }
p { color: rgb(143,32,90); }
H1.HeaderClassName
{
color: #8F205A;
}
.AnyTagClassName
{
color: #8F205A;
}
</style>
background-color css
<style>
a { background-color: #8F205A; }
a { background-color: rgb(143,32,90); }
div.DivClassName
{
background-color: #8F205A;
}
.BgClassName
{
background-color: #8F205A;
}
</style>
border-color css
<style>
span { border-color: #8F205A; }
span { border-color: rgb(143,32,90); }
td.TdClassName
{
border-color: #8F205A;
}
.TagClassName
{
border-color: #8F205A;
}
</style>