Shades of Amaranth #FB2B45
Tints of Amaranth #FB2B45
RGB
CMYK
RGB Variations
Color information
#FB2B45 (or 0xFB2B45) is known color: Amaranth. HEX triplet: FB, 2B and 45. RGB value is (251,43,69). Sum of RGB (Red+Green+Blue) = 251+43+69=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B45 is #04D4BA. Grayscale: #6C6C6C. Windows color (decimal): -316603 or 4533243. OLE color: 4533243.
HSL color Cylindrical-coordinate representation of color #FB2B45: hue angle of 352.5º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B45 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 69 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.02 |
| HSL | 352.5º | 0.96% | 0.58% | - |
| HSV(B) | 352.5º | 0.83% | 0.98% | - |
| XYZ | 41.72 | 22.67 | 7.81 | - |
| YUV | 108.16 | 105.91 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 69 | 0 | 0.83 | 0.73 | 0.02 | 352.5 | 0.96 | 0.58 |
| Hex | FB | 2B | 45 | 0 | 53 | 49 | 2 | 160 | 60 | 3A |
| Octal | 373 | 53 | 105 | 0 | 123 | 111 | 2 | 540 | 140 | 72 |
| Binary | 11111011 | 101011 | 1000101 | 0 | 1010011 | 1001001 | 10 | 101100000 | 1100000 | 111010 |
Color Harmonies of #FB2B45
Complementary color
Monochromatic Colors of #FB2B45
Black with #FB2B45
Text Example
Text Example
White with #FB2B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B45; }
p { color: rgb(251,43,69); }
H1.HeaderClassName
{
color: #FB2B45;
}
.AnyTagClassName
{
color: #FB2B45;
}
</style>
background-color css
<style>
a { background-color: #FB2B45; }
a { background-color: rgb(251,43,69); }
div.DivClassName
{
background-color: #FB2B45;
}
.BgClassName
{
background-color: #FB2B45;
}
</style>
border-color css
<style>
span { border-color: #FB2B45; }
span { border-color: rgb(251,43,69); }
td.TdClassName
{
border-color: #FB2B45;
}
.TagClassName
{
border-color: #FB2B45;
}
</style>