Shades of Amaranth #FB2C45
Tints of Amaranth #FB2C45
RGB
CMYK
RGB Variations
Color information
#FB2C45 (or 0xFB2C45) is known color: Amaranth. HEX triplet: FB, 2C and 45. RGB value is (251,44,69). Sum of RGB (Red+Green+Blue) = 251+44+69=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C45 is #04D3BA. Grayscale: #6C6C6C. Windows color (decimal): -316347 or 4533499. OLE color: 4533499.
HSL color Cylindrical-coordinate representation of color #FB2C45: hue angle of 352.75º 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 #FB2C45 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 69 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.02 |
| HSL | 352.75º | 0.96% | 0.58% | - |
| HSV(B) | 352.75º | 0.82% | 0.98% | - |
| XYZ | 41.76 | 22.74 | 7.82 | - |
| YUV | 108.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 69 | 0 | 0.82 | 0.73 | 0.02 | 352.75 | 0.96 | 0.58 |
| Hex | FB | 2C | 45 | 0 | 52 | 49 | 2 | 161 | 60 | 3A |
| Octal | 373 | 54 | 105 | 0 | 122 | 111 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101100 | 1000101 | 0 | 1010010 | 1001001 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2C45
Complementary color
Monochromatic Colors of #FB2C45
Black with #FB2C45
Text Example
Text Example
White with #FB2C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C45; }
p { color: rgb(251,44,69); }
H1.HeaderClassName
{
color: #FB2C45;
}
.AnyTagClassName
{
color: #FB2C45;
}
</style>
background-color css
<style>
a { background-color: #FB2C45; }
a { background-color: rgb(251,44,69); }
div.DivClassName
{
background-color: #FB2C45;
}
.BgClassName
{
background-color: #FB2C45;
}
</style>
border-color css
<style>
span { border-color: #FB2C45; }
span { border-color: rgb(251,44,69); }
td.TdClassName
{
border-color: #FB2C45;
}
.TagClassName
{
border-color: #FB2C45;
}
</style>