Shades of Amaranth #FB2E47
Tints of Amaranth #FB2E47
RGB
CMYK
RGB Variations
Color information
#FB2E47 (or 0xFB2E47) is known color: Amaranth. HEX triplet: FB, 2E and 47. RGB value is (251,46,71). Sum of RGB (Red+Green+Blue) = 251+46+71=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E47 is #04D1B8. Grayscale: #6E6E6E. Windows color (decimal): -315833 or 4665083. OLE color: 4665083.
HSL color Cylindrical-coordinate representation of color #FB2E47: hue angle of 352.68º 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 #FB2E47 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 71 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.68º | 0.96% | 0.58% | - |
| HSV(B) | 352.68º | 0.82% | 0.98% | - |
| XYZ | 41.9 | 22.92 | 8.18 | - |
| YUV | 110.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 71 | 0 | 0.82 | 0.72 | 0.02 | 352.68 | 0.96 | 0.58 |
| Hex | FB | 2E | 47 | 0 | 52 | 48 | 2 | 161 | 60 | 3A |
| Octal | 373 | 56 | 107 | 0 | 122 | 110 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101110 | 1000111 | 0 | 1010010 | 1001000 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2E47
Complementary color
Monochromatic Colors of #FB2E47
Black with #FB2E47
Text Example
Text Example
White with #FB2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E47; }
p { color: rgb(251,46,71); }
H1.HeaderClassName
{
color: #FB2E47;
}
.AnyTagClassName
{
color: #FB2E47;
}
</style>
background-color css
<style>
a { background-color: #FB2E47; }
a { background-color: rgb(251,46,71); }
div.DivClassName
{
background-color: #FB2E47;
}
.BgClassName
{
background-color: #FB2E47;
}
</style>
border-color css
<style>
span { border-color: #FB2E47; }
span { border-color: rgb(251,46,71); }
td.TdClassName
{
border-color: #FB2E47;
}
.TagClassName
{
border-color: #FB2E47;
}
</style>