Shades of Amaranth #FB2846
Tints of Amaranth #FB2846
RGB
CMYK
RGB Variations
Color information
#FB2846 (or 0xFB2846) is known color: Amaranth. HEX triplet: FB, 28 and 46. RGB value is (251,40,70). Sum of RGB (Red+Green+Blue) = 251+40+70=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2846 is #04D7B9. Grayscale: #6A6A6A. Windows color (decimal): -317370 or 4598011. OLE color: 4598011.
HSL color Cylindrical-coordinate representation of color #FB2846: hue angle of 351.47º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2846 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.02 |
| HSL | 351.47º | 0.96% | 0.57% | - |
| HSV(B) | 351.47º | 0.84% | 0.98% | - |
| XYZ | 41.65 | 22.47 | 7.94 | - |
| YUV | 106.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 70 | 0 | 0.84 | 0.72 | 0.02 | 351.47 | 0.96 | 0.57 |
| Hex | FB | 28 | 46 | 0 | 54 | 48 | 2 | 15F | 60 | 39 |
| Octal | 373 | 50 | 106 | 0 | 124 | 110 | 2 | 537 | 140 | 71 |
| Binary | 11111011 | 101000 | 1000110 | 0 | 1010100 | 1001000 | 10 | 101011111 | 1100000 | 111001 |
Color Harmonies of #FB2846
Complementary color
Monochromatic Colors of #FB2846
Black with #FB2846
Text Example
Text Example
White with #FB2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2846; }
p { color: rgb(251,40,70); }
H1.HeaderClassName
{
color: #FB2846;
}
.AnyTagClassName
{
color: #FB2846;
}
</style>
background-color css
<style>
a { background-color: #FB2846; }
a { background-color: rgb(251,40,70); }
div.DivClassName
{
background-color: #FB2846;
}
.BgClassName
{
background-color: #FB2846;
}
</style>
border-color css
<style>
span { border-color: #FB2846; }
span { border-color: rgb(251,40,70); }
td.TdClassName
{
border-color: #FB2846;
}
.TagClassName
{
border-color: #FB2846;
}
</style>