Shades of Amaranth #FB2546
Tints of Amaranth #FB2546
RGB
CMYK
RGB Variations
Color information
#FB2546 (or 0xFB2546) is known color: Amaranth. HEX triplet: FB, 25 and 46. RGB value is (251,37,70). Sum of RGB (Red+Green+Blue) = 251+37+70=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2546 is #04DAB9. Grayscale: #686868. Windows color (decimal): -318138 or 4597243. OLE color: 4597243.
HSL color Cylindrical-coordinate representation of color #FB2546: hue angle of 350.75º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2546 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 70 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.02 |
| HSL | 350.75º | 0.96% | 0.56% | - |
| HSV(B) | 350.75º | 0.85% | 0.98% | - |
| XYZ | 41.55 | 22.27 | 7.9 | - |
| YUV | 104.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 70 | 0 | 0.85 | 0.72 | 0.02 | 350.75 | 0.96 | 0.56 |
| Hex | FB | 25 | 46 | 0 | 55 | 48 | 2 | 15F | 60 | 38 |
| Octal | 373 | 45 | 106 | 0 | 125 | 110 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100101 | 1000110 | 0 | 1010101 | 1001000 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2546
Complementary color
Monochromatic Colors of #FB2546
Black with #FB2546
Text Example
Text Example
White with #FB2546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2546; }
p { color: rgb(251,37,70); }
H1.HeaderClassName
{
color: #FB2546;
}
.AnyTagClassName
{
color: #FB2546;
}
</style>
background-color css
<style>
a { background-color: #FB2546; }
a { background-color: rgb(251,37,70); }
div.DivClassName
{
background-color: #FB2546;
}
.BgClassName
{
background-color: #FB2546;
}
</style>
border-color css
<style>
span { border-color: #FB2546; }
span { border-color: rgb(251,37,70); }
td.TdClassName
{
border-color: #FB2546;
}
.TagClassName
{
border-color: #FB2546;
}
</style>