Shades of Amaranth #FB224D
Tints of Amaranth #FB224D
RGB
CMYK
RGB Variations
Color information
#FB224D (or 0xFB224D) is known color: Amaranth. HEX triplet: FB, 22 and 4D. RGB value is (251,34,77). Sum of RGB (Red+Green+Blue) = 251+34+77=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB224D is #04DDB2. Grayscale: #676767. Windows color (decimal): -318899 or 5055227. OLE color: 5055227.
HSL color Cylindrical-coordinate representation of color #FB224D: hue angle of 348.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB224D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 77 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.02 |
| HSL | 348.11º | 0.96% | 0.56% | - |
| HSV(B) | 348.11º | 0.86% | 0.98% | - |
| XYZ | 41.7 | 22.19 | 9.11 | - |
| YUV | 103.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 77 | 0 | 0.86 | 0.69 | 0.02 | 348.11 | 0.96 | 0.56 |
| Hex | FB | 22 | 4D | 0 | 56 | 45 | 2 | 15C | 60 | 38 |
| Octal | 373 | 42 | 115 | 0 | 126 | 105 | 2 | 534 | 140 | 70 |
| Binary | 11111011 | 100010 | 1001101 | 0 | 1010110 | 1000101 | 10 | 101011100 | 1100000 | 111000 |
Color Harmonies of #FB224D
Complementary color
Monochromatic Colors of #FB224D
Black with #FB224D
Text Example
Text Example
White with #FB224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB224D; }
p { color: rgb(251,34,77); }
H1.HeaderClassName
{
color: #FB224D;
}
.AnyTagClassName
{
color: #FB224D;
}
</style>
background-color css
<style>
a { background-color: #FB224D; }
a { background-color: rgb(251,34,77); }
div.DivClassName
{
background-color: #FB224D;
}
.BgClassName
{
background-color: #FB224D;
}
</style>
border-color css
<style>
span { border-color: #FB224D; }
span { border-color: rgb(251,34,77); }
td.TdClassName
{
border-color: #FB224D;
}
.TagClassName
{
border-color: #FB224D;
}
</style>