Shades of Rose Bud Cherry #8F2F58
Tints of Rose Bud Cherry #8F2F58
RGB
CMYK
RGB Variations
Color information
#8F2F58 (or 0x8F2F58) is known color: Rose Bud Cherry. HEX triplet: 8F, 2F and 58. RGB value is (143,47,88). Sum of RGB (Red+Green+Blue) = 143+47+88=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2F58 is #70D0A7. Grayscale: #505050. Windows color (decimal): -7393448 or 5779343. OLE color: 5779343.
HSL color Cylindrical-coordinate representation of color #8F2F58: hue angle of 334.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F2F58 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 88 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.44 |
| HSL | 334.38º | 0.51% | 0.37% | - |
| HSV(B) | 334.38º | 0.67% | 0.56% | - |
| XYZ | 14.11 | 8.58 | 10.14 | - |
| YUV | 80.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 88 | 0 | 0.67 | 0.38 | 0.44 | 334.38 | 0.51 | 0.37 |
| Hex | 8F | 2F | 58 | 0 | 43 | 26 | 2C | 14E | 33 | 25 |
| Octal | 217 | 57 | 130 | 0 | 103 | 46 | 54 | 516 | 63 | 45 |
| Binary | 10001111 | 101111 | 1011000 | 0 | 1000011 | 100110 | 101100 | 101001110 | 110011 | 100101 |
Color Harmonies of #8F2F58
Complementary color
Monochromatic Colors of #8F2F58
Black with #8F2F58
Text Example
Text Example
White with #8F2F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F58; }
p { color: rgb(143,47,88); }
H1.HeaderClassName
{
color: #8F2F58;
}
.AnyTagClassName
{
color: #8F2F58;
}
</style>
background-color css
<style>
a { background-color: #8F2F58; }
a { background-color: rgb(143,47,88); }
div.DivClassName
{
background-color: #8F2F58;
}
.BgClassName
{
background-color: #8F2F58;
}
</style>
border-color css
<style>
span { border-color: #8F2F58; }
span { border-color: rgb(143,47,88); }
td.TdClassName
{
border-color: #8F2F58;
}
.TagClassName
{
border-color: #8F2F58;
}
</style>