Shades of Rose Bud Cherry #8F2162
Tints of Rose Bud Cherry #8F2162
RGB
CMYK
RGB Variations
Color information
#8F2162 (or 0x8F2162) is known color: Rose Bud Cherry. HEX triplet: 8F, 21 and 62. RGB value is (143,33,98). Sum of RGB (Red+Green+Blue) = 143+33+98=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2162 is #70DE9D. Grayscale: #494949. Windows color (decimal): -7397022 or 6431119. OLE color: 6431119.
HSL color Cylindrical-coordinate representation of color #8F2162: hue angle of 324.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2162 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 98 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.44 |
| HSL | 324.55º | 0.63% | 0.35% | - |
| HSV(B) | 324.55º | 0.77% | 0.56% | - |
| XYZ | 14.08 | 7.81 | 12.32 | - |
| YUV | 73.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 98 | 0 | 0.77 | 0.31 | 0.44 | 324.55 | 0.63 | 0.35 |
| Hex | 8F | 21 | 62 | 0 | 4D | 1F | 2C | 145 | 3E | 23 |
| Octal | 217 | 41 | 142 | 0 | 115 | 37 | 54 | 505 | 76 | 43 |
| Binary | 10001111 | 100001 | 1100010 | 0 | 1001101 | 11111 | 101100 | 101000101 | 111110 | 100011 |
Color Harmonies of #8F2162
Complementary color
Monochromatic Colors of #8F2162
Black with #8F2162
Text Example
Text Example
White with #8F2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2162; }
p { color: rgb(143,33,98); }
H1.HeaderClassName
{
color: #8F2162;
}
.AnyTagClassName
{
color: #8F2162;
}
</style>
background-color css
<style>
a { background-color: #8F2162; }
a { background-color: rgb(143,33,98); }
div.DivClassName
{
background-color: #8F2162;
}
.BgClassName
{
background-color: #8F2162;
}
</style>
border-color css
<style>
span { border-color: #8F2162; }
span { border-color: rgb(143,33,98); }
td.TdClassName
{
border-color: #8F2162;
}
.TagClassName
{
border-color: #8F2162;
}
</style>