Shades of Rose Bud Cherry #8F205F
Tints of Rose Bud Cherry #8F205F
RGB
CMYK
RGB Variations
Color information
#8F205F (or 0x8F205F) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 5F. RGB value is (143,32,95). Sum of RGB (Red+Green+Blue) = 143+32+95=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F205F is #70DFA0. Grayscale: #484848. Windows color (decimal): -7397281 or 6234255. OLE color: 6234255.
HSL color Cylindrical-coordinate representation of color #8F205F: hue angle of 325.95º 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 #8F205F is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 95 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.44 |
| HSL | 325.95º | 0.63% | 0.34% | - |
| HSV(B) | 325.95º | 0.78% | 0.56% | - |
| XYZ | 13.91 | 7.7 | 11.58 | - |
| YUV | 72.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 95 | 0 | 0.78 | 0.34 | 0.44 | 325.95 | 0.63 | 0.34 |
| Hex | 8F | 20 | 5F | 0 | 4E | 22 | 2C | 146 | 3F | 22 |
| Octal | 217 | 40 | 137 | 0 | 116 | 42 | 54 | 506 | 77 | 42 |
| Binary | 10001111 | 100000 | 1011111 | 0 | 1001110 | 100010 | 101100 | 101000110 | 111111 | 100010 |
Color Harmonies of #8F205F
Complementary color
Monochromatic Colors of #8F205F
Black with #8F205F
Text Example
Text Example
White with #8F205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F205F; }
p { color: rgb(143,32,95); }
H1.HeaderClassName
{
color: #8F205F;
}
.AnyTagClassName
{
color: #8F205F;
}
</style>
background-color css
<style>
a { background-color: #8F205F; }
a { background-color: rgb(143,32,95); }
div.DivClassName
{
background-color: #8F205F;
}
.BgClassName
{
background-color: #8F205F;
}
</style>
border-color css
<style>
span { border-color: #8F205F; }
span { border-color: rgb(143,32,95); }
td.TdClassName
{
border-color: #8F205F;
}
.TagClassName
{
border-color: #8F205F;
}
</style>