Shades of Amaranth #FB2544
Tints of Amaranth #FB2544
RGB
CMYK
RGB Variations
Color information
#FB2544 (or 0xFB2544) is known color: Amaranth. HEX triplet: FB, 25 and 44. RGB value is (251,37,68). Sum of RGB (Red+Green+Blue) = 251+37+68=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2544 is #04DABB. Grayscale: #686868. Windows color (decimal): -318140 or 4466171. OLE color: 4466171.
HSL color Cylindrical-coordinate representation of color #FB2544: hue angle of 351.31º 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 #FB2544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.02 |
| HSL | 351.31º | 0.96% | 0.56% | - |
| HSV(B) | 351.31º | 0.85% | 0.98% | - |
| XYZ | 41.49 | 22.25 | 7.58 | - |
| YUV | 104.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 68 | 0 | 0.85 | 0.73 | 0.02 | 351.31 | 0.96 | 0.56 |
| Hex | FB | 25 | 44 | 0 | 55 | 49 | 2 | 15F | 60 | 38 |
| Octal | 373 | 45 | 104 | 0 | 125 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100101 | 1000100 | 0 | 1010101 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2544
Complementary color
Monochromatic Colors of #FB2544
Black with #FB2544
Text Example
Text Example
White with #FB2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2544; }
p { color: rgb(251,37,68); }
H1.HeaderClassName
{
color: #FB2544;
}
.AnyTagClassName
{
color: #FB2544;
}
</style>
background-color css
<style>
a { background-color: #FB2544; }
a { background-color: rgb(251,37,68); }
div.DivClassName
{
background-color: #FB2544;
}
.BgClassName
{
background-color: #FB2544;
}
</style>
border-color css
<style>
span { border-color: #FB2544; }
span { border-color: rgb(251,37,68); }
td.TdClassName
{
border-color: #FB2544;
}
.TagClassName
{
border-color: #FB2544;
}
</style>