Shades of Rose Bud Cherry #8F204F
Tints of Rose Bud Cherry #8F204F
RGB
CMYK
RGB Variations
Color information
#8F204F (or 0x8F204F) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 4F. RGB value is (143,32,79). Sum of RGB (Red+Green+Blue) = 143+32+79=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F204F is #70DFB0. Grayscale: #464646. Windows color (decimal): -7397297 or 5185679. OLE color: 5185679.
HSL color Cylindrical-coordinate representation of color #8F204F: hue angle of 334.59º 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 #8F204F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 79 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.44 |
| HSL | 334.59º | 0.63% | 0.34% | - |
| HSV(B) | 334.59º | 0.78% | 0.56% | - |
| XYZ | 13.26 | 7.44 | 8.13 | - |
| YUV | 70.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 79 | 0 | 0.78 | 0.45 | 0.44 | 334.59 | 0.63 | 0.34 |
| Hex | 8F | 20 | 4F | 0 | 4E | 2D | 2C | 14F | 3F | 22 |
| Octal | 217 | 40 | 117 | 0 | 116 | 55 | 54 | 517 | 77 | 42 |
| Binary | 10001111 | 100000 | 1001111 | 0 | 1001110 | 101101 | 101100 | 101001111 | 111111 | 100010 |
Color Harmonies of #8F204F
Complementary color
Monochromatic Colors of #8F204F
Black with #8F204F
Text Example
Text Example
White with #8F204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F204F; }
p { color: rgb(143,32,79); }
H1.HeaderClassName
{
color: #8F204F;
}
.AnyTagClassName
{
color: #8F204F;
}
</style>
background-color css
<style>
a { background-color: #8F204F; }
a { background-color: rgb(143,32,79); }
div.DivClassName
{
background-color: #8F204F;
}
.BgClassName
{
background-color: #8F204F;
}
</style>
border-color css
<style>
span { border-color: #8F204F; }
span { border-color: rgb(143,32,79); }
td.TdClassName
{
border-color: #8F204F;
}
.TagClassName
{
border-color: #8F204F;
}
</style>