Shades of Amaranth #FB294B
Tints of Amaranth #FB294B
RGB
CMYK
RGB Variations
Color information
#FB294B (or 0xFB294B) is known color: Amaranth. HEX triplet: FB, 29 and 4B. RGB value is (251,41,75). Sum of RGB (Red+Green+Blue) = 251+41+75=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB294B is #04D6B4. Grayscale: #6B6B6B. Windows color (decimal): -317109 or 4925947. OLE color: 4925947.
HSL color Cylindrical-coordinate representation of color #FB294B: hue angle of 350.29º 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 #FB294B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 75 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.02 |
| HSL | 350.29º | 0.96% | 0.57% | - |
| HSV(B) | 350.29º | 0.84% | 0.98% | - |
| XYZ | 41.85 | 22.6 | 8.81 | - |
| YUV | 107.67 | 109.57 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 75 | 0 | 0.84 | 0.70 | 0.02 | 350.29 | 0.96 | 0.57 |
| Hex | FB | 29 | 4B | 0 | 54 | 46 | 2 | 15E | 60 | 39 |
| Octal | 373 | 51 | 113 | 0 | 124 | 106 | 2 | 536 | 140 | 71 |
| Binary | 11111011 | 101001 | 1001011 | 0 | 1010100 | 1000110 | 10 | 101011110 | 1100000 | 111001 |
Color Harmonies of #FB294B
Complementary color
Monochromatic Colors of #FB294B
Black with #FB294B
Text Example
Text Example
White with #FB294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB294B; }
p { color: rgb(251,41,75); }
H1.HeaderClassName
{
color: #FB294B;
}
.AnyTagClassName
{
color: #FB294B;
}
</style>
background-color css
<style>
a { background-color: #FB294B; }
a { background-color: rgb(251,41,75); }
div.DivClassName
{
background-color: #FB294B;
}
.BgClassName
{
background-color: #FB294B;
}
</style>
border-color css
<style>
span { border-color: #FB294B; }
span { border-color: rgb(251,41,75); }
td.TdClassName
{
border-color: #FB294B;
}
.TagClassName
{
border-color: #FB294B;
}
</style>