Shades of Amaranth #FB294A
Tints of Amaranth #FB294A
RGB
CMYK
RGB Variations
Color information
#FB294A (or 0xFB294A) is known color: Amaranth. HEX triplet: FB, 29 and 4A. RGB value is (251,41,74). Sum of RGB (Red+Green+Blue) = 251+41+74=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB294A is #04D6B5. Grayscale: #6B6B6B. Windows color (decimal): -317110 or 4860411. OLE color: 4860411.
HSL color Cylindrical-coordinate representation of color #FB294A: hue angle of 350.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB294A is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 74 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.02 |
| HSL | 350.57º | 0.96% | 0.57% | - |
| HSV(B) | 350.57º | 0.84% | 0.98% | - |
| XYZ | 41.81 | 22.59 | 8.64 | - |
| YUV | 107.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 74 | 0 | 0.84 | 0.71 | 0.02 | 350.57 | 0.96 | 0.57 |
| Hex | FB | 29 | 4A | 0 | 54 | 47 | 2 | 15F | 60 | 39 |
| Octal | 373 | 51 | 112 | 0 | 124 | 107 | 2 | 537 | 140 | 71 |
| Binary | 11111011 | 101001 | 1001010 | 0 | 1010100 | 1000111 | 10 | 101011111 | 1100000 | 111001 |
Color Harmonies of #FB294A
Complementary color
Monochromatic Colors of #FB294A
Black with #FB294A
Text Example
Text Example
White with #FB294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB294A; }
p { color: rgb(251,41,74); }
H1.HeaderClassName
{
color: #FB294A;
}
.AnyTagClassName
{
color: #FB294A;
}
</style>
background-color css
<style>
a { background-color: #FB294A; }
a { background-color: rgb(251,41,74); }
div.DivClassName
{
background-color: #FB294A;
}
.BgClassName
{
background-color: #FB294A;
}
</style>
border-color css
<style>
span { border-color: #FB294A; }
span { border-color: rgb(251,41,74); }
td.TdClassName
{
border-color: #FB294A;
}
.TagClassName
{
border-color: #FB294A;
}
</style>