Shades of Rose Bud Cherry #8F2254
Tints of Rose Bud Cherry #8F2254
RGB
CMYK
RGB Variations
Color information
#8F2254 (or 0x8F2254) is known color: Rose Bud Cherry. HEX triplet: 8F, 22 and 54. RGB value is (143,34,84). Sum of RGB (Red+Green+Blue) = 143+34+84=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2254 is #70DDAB. Grayscale: #484848. Windows color (decimal): -7396780 or 5513871. OLE color: 5513871.
HSL color Cylindrical-coordinate representation of color #8F2254: hue angle of 332.48º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2254 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 84 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.44 |
| HSL | 332.48º | 0.62% | 0.35% | - |
| HSV(B) | 332.48º | 0.76% | 0.56% | - |
| XYZ | 13.5 | 7.62 | 9.15 | - |
| YUV | 72.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 84 | 0 | 0.76 | 0.41 | 0.44 | 332.48 | 0.62 | 0.35 |
| Hex | 8F | 22 | 54 | 0 | 4C | 29 | 2C | 14C | 3E | 23 |
| Octal | 217 | 42 | 124 | 0 | 114 | 51 | 54 | 514 | 76 | 43 |
| Binary | 10001111 | 100010 | 1010100 | 0 | 1001100 | 101001 | 101100 | 101001100 | 111110 | 100011 |
Color Harmonies of #8F2254
Complementary color
Monochromatic Colors of #8F2254
Black with #8F2254
Text Example
Text Example
White with #8F2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2254; }
p { color: rgb(143,34,84); }
H1.HeaderClassName
{
color: #8F2254;
}
.AnyTagClassName
{
color: #8F2254;
}
</style>
background-color css
<style>
a { background-color: #8F2254; }
a { background-color: rgb(143,34,84); }
div.DivClassName
{
background-color: #8F2254;
}
.BgClassName
{
background-color: #8F2254;
}
</style>
border-color css
<style>
span { border-color: #8F2254; }
span { border-color: rgb(143,34,84); }
td.TdClassName
{
border-color: #8F2254;
}
.TagClassName
{
border-color: #8F2254;
}
</style>