Shades of Amaranth #FB2C46
Tints of Amaranth #FB2C46
RGB
CMYK
RGB Variations
Color information
#FB2C46 (or 0xFB2C46) is known color: Amaranth. HEX triplet: FB, 2C and 46. RGB value is (251,44,70). Sum of RGB (Red+Green+Blue) = 251+44+70=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C46 is #04D3B9. Grayscale: #6C6C6C. Windows color (decimal): -316346 or 4599035. OLE color: 4599035.
HSL color Cylindrical-coordinate representation of color #FB2C46: hue angle of 352.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2C46 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 70 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.46º | 0.96% | 0.58% | - |
| HSV(B) | 352.46º | 0.82% | 0.98% | - |
| XYZ | 41.79 | 22.75 | 7.98 | - |
| YUV | 108.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 70 | 0 | 0.82 | 0.72 | 0.02 | 352.46 | 0.96 | 0.58 |
| Hex | FB | 2C | 46 | 0 | 52 | 48 | 2 | 160 | 60 | 3A |
| Octal | 373 | 54 | 106 | 0 | 122 | 110 | 2 | 540 | 140 | 72 |
| Binary | 11111011 | 101100 | 1000110 | 0 | 1010010 | 1001000 | 10 | 101100000 | 1100000 | 111010 |
Color Harmonies of #FB2C46
Complementary color
Monochromatic Colors of #FB2C46
Black with #FB2C46
Text Example
Text Example
White with #FB2C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C46; }
p { color: rgb(251,44,70); }
H1.HeaderClassName
{
color: #FB2C46;
}
.AnyTagClassName
{
color: #FB2C46;
}
</style>
background-color css
<style>
a { background-color: #FB2C46; }
a { background-color: rgb(251,44,70); }
div.DivClassName
{
background-color: #FB2C46;
}
.BgClassName
{
background-color: #FB2C46;
}
</style>
border-color css
<style>
span { border-color: #FB2C46; }
span { border-color: rgb(251,44,70); }
td.TdClassName
{
border-color: #FB2C46;
}
.TagClassName
{
border-color: #FB2C46;
}
</style>