Shades of Amaranth #FB2D44
Tints of Amaranth #FB2D44
RGB
CMYK
RGB Variations
Color information
#FB2D44 (or 0xFB2D44) is known color: Amaranth. HEX triplet: FB, 2D and 44. RGB value is (251,45,68). Sum of RGB (Red+Green+Blue) = 251+45+68=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D44 is #04D2BB. Grayscale: #6D6D6D. Windows color (decimal): -316092 or 4468219. OLE color: 4468219.
HSL color Cylindrical-coordinate representation of color #FB2D44: hue angle of 353.3º 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 #FB2D44 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 68 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.02 |
| HSL | 353.3º | 0.96% | 0.58% | - |
| HSV(B) | 353.3º | 0.82% | 0.98% | - |
| XYZ | 41.77 | 22.8 | 7.67 | - |
| YUV | 109.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 68 | 0 | 0.82 | 0.73 | 0.02 | 353.3 | 0.96 | 0.58 |
| Hex | FB | 2D | 44 | 0 | 52 | 49 | 2 | 161 | 60 | 3A |
| Octal | 373 | 55 | 104 | 0 | 122 | 111 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101101 | 1000100 | 0 | 1010010 | 1001001 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2D44
Complementary color
Monochromatic Colors of #FB2D44
Black with #FB2D44
Text Example
Text Example
White with #FB2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D44; }
p { color: rgb(251,45,68); }
H1.HeaderClassName
{
color: #FB2D44;
}
.AnyTagClassName
{
color: #FB2D44;
}
</style>
background-color css
<style>
a { background-color: #FB2D44; }
a { background-color: rgb(251,45,68); }
div.DivClassName
{
background-color: #FB2D44;
}
.BgClassName
{
background-color: #FB2D44;
}
</style>
border-color css
<style>
span { border-color: #FB2D44; }
span { border-color: rgb(251,45,68); }
td.TdClassName
{
border-color: #FB2D44;
}
.TagClassName
{
border-color: #FB2D44;
}
</style>