Shades of Amaranth #FB2A44
Tints of Amaranth #FB2A44
RGB
CMYK
RGB Variations
Color information
#FB2A44 (or 0xFB2A44) is known color: Amaranth. HEX triplet: FB, 2A and 44. RGB value is (251,42,68). Sum of RGB (Red+Green+Blue) = 251+42+68=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A44 is #04D5BB. Grayscale: #6B6B6B. Windows color (decimal): -316860 or 4467451. OLE color: 4467451.
HSL color Cylindrical-coordinate representation of color #FB2A44: hue angle of 352.54º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A44 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 68 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.02 |
| HSL | 352.54º | 0.96% | 0.57% | - |
| HSV(B) | 352.54º | 0.83% | 0.98% | - |
| XYZ | 41.66 | 22.58 | 7.63 | - |
| YUV | 107.46 | 105.74 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 68 | 0 | 0.83 | 0.73 | 0.02 | 352.54 | 0.96 | 0.57 |
| Hex | FB | 2A | 44 | 0 | 53 | 49 | 2 | 161 | 60 | 39 |
| Octal | 373 | 52 | 104 | 0 | 123 | 111 | 2 | 541 | 140 | 71 |
| Binary | 11111011 | 101010 | 1000100 | 0 | 1010011 | 1001001 | 10 | 101100001 | 1100000 | 111001 |
Color Harmonies of #FB2A44
Complementary color
Monochromatic Colors of #FB2A44
Black with #FB2A44
Text Example
Text Example
White with #FB2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A44; }
p { color: rgb(251,42,68); }
H1.HeaderClassName
{
color: #FB2A44;
}
.AnyTagClassName
{
color: #FB2A44;
}
</style>
background-color css
<style>
a { background-color: #FB2A44; }
a { background-color: rgb(251,42,68); }
div.DivClassName
{
background-color: #FB2A44;
}
.BgClassName
{
background-color: #FB2A44;
}
</style>
border-color css
<style>
span { border-color: #FB2A44; }
span { border-color: rgb(251,42,68); }
td.TdClassName
{
border-color: #FB2A44;
}
.TagClassName
{
border-color: #FB2A44;
}
</style>