Shades of Amaranth #FB224C
Tints of Amaranth #FB224C
RGB
CMYK
RGB Variations
Color information
#FB224C (or 0xFB224C) is known color: Amaranth. HEX triplet: FB, 22 and 4C. RGB value is (251,34,76). Sum of RGB (Red+Green+Blue) = 251+34+76=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB224C is #04DDB3. Grayscale: #676767. Windows color (decimal): -318900 or 4989691. OLE color: 4989691.
HSL color Cylindrical-coordinate representation of color #FB224C: hue angle of 348.39º 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 #FB224C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 76 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.02 |
| HSL | 348.39º | 0.96% | 0.56% | - |
| HSV(B) | 348.39º | 0.86% | 0.98% | - |
| XYZ | 41.66 | 22.18 | 8.92 | - |
| YUV | 103.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 76 | 0 | 0.86 | 0.70 | 0.02 | 348.39 | 0.96 | 0.56 |
| Hex | FB | 22 | 4C | 0 | 56 | 46 | 2 | 15C | 60 | 38 |
| Octal | 373 | 42 | 114 | 0 | 126 | 106 | 2 | 534 | 140 | 70 |
| Binary | 11111011 | 100010 | 1001100 | 0 | 1010110 | 1000110 | 10 | 101011100 | 1100000 | 111000 |
Color Harmonies of #FB224C
Complementary color
Monochromatic Colors of #FB224C
Black with #FB224C
Text Example
Text Example
White with #FB224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB224C; }
p { color: rgb(251,34,76); }
H1.HeaderClassName
{
color: #FB224C;
}
.AnyTagClassName
{
color: #FB224C;
}
</style>
background-color css
<style>
a { background-color: #FB224C; }
a { background-color: rgb(251,34,76); }
div.DivClassName
{
background-color: #FB224C;
}
.BgClassName
{
background-color: #FB224C;
}
</style>
border-color css
<style>
span { border-color: #FB224C; }
span { border-color: rgb(251,34,76); }
td.TdClassName
{
border-color: #FB224C;
}
.TagClassName
{
border-color: #FB224C;
}
</style>