Shades of Amaranth #FB2C44
Tints of Amaranth #FB2C44
RGB
CMYK
RGB Variations
Color information
#FB2C44 (or 0xFB2C44) is known color: Amaranth. HEX triplet: FB, 2C and 44. RGB value is (251,44,68). Sum of RGB (Red+Green+Blue) = 251+44+68=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C44 is #04D3BB. Grayscale: #6C6C6C. Windows color (decimal): -316348 or 4467963. OLE color: 4467963.
HSL color Cylindrical-coordinate representation of color #FB2C44: hue angle of 353.04º 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 #FB2C44 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 68 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.02 |
| HSL | 353.04º | 0.96% | 0.58% | - |
| HSV(B) | 353.04º | 0.82% | 0.98% | - |
| XYZ | 41.73 | 22.73 | 7.66 | - |
| YUV | 108.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 68 | 0 | 0.82 | 0.73 | 0.02 | 353.04 | 0.96 | 0.58 |
| Hex | FB | 2C | 44 | 0 | 52 | 49 | 2 | 161 | 60 | 3A |
| Octal | 373 | 54 | 104 | 0 | 122 | 111 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101100 | 1000100 | 0 | 1010010 | 1001001 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2C44
Complementary color
Monochromatic Colors of #FB2C44
Black with #FB2C44
Text Example
Text Example
White with #FB2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C44; }
p { color: rgb(251,44,68); }
H1.HeaderClassName
{
color: #FB2C44;
}
.AnyTagClassName
{
color: #FB2C44;
}
</style>
background-color css
<style>
a { background-color: #FB2C44; }
a { background-color: rgb(251,44,68); }
div.DivClassName
{
background-color: #FB2C44;
}
.BgClassName
{
background-color: #FB2C44;
}
</style>
border-color css
<style>
span { border-color: #FB2C44; }
span { border-color: rgb(251,44,68); }
td.TdClassName
{
border-color: #FB2C44;
}
.TagClassName
{
border-color: #FB2C44;
}
</style>