Shades of Amaranth #FB3044
Tints of Amaranth #FB3044
RGB
CMYK
RGB Variations
Color information
#FB3044 (or 0xFB3044) is known color: Amaranth. HEX triplet: FB, 30 and 44. RGB value is (251,48,68). Sum of RGB (Red+Green+Blue) = 251+48+68=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3044 is #04CFBB. Grayscale: #6F6F6F. Windows color (decimal): -315324 or 4468987. OLE color: 4468987.
HSL color Cylindrical-coordinate representation of color #FB3044: hue angle of 354.09º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB3044 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 68 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.02 |
| HSL | 354.09º | 0.96% | 0.59% | - |
| HSV(B) | 354.09º | 0.81% | 0.98% | - |
| XYZ | 41.88 | 23.04 | 7.71 | - |
| YUV | 110.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 68 | 0 | 0.81 | 0.73 | 0.02 | 354.09 | 0.96 | 0.59 |
| Hex | FB | 30 | 44 | 0 | 51 | 49 | 2 | 162 | 60 | 3B |
| Octal | 373 | 60 | 104 | 0 | 121 | 111 | 2 | 542 | 140 | 73 |
| Binary | 11111011 | 110000 | 1000100 | 0 | 1010001 | 1001001 | 10 | 101100010 | 1100000 | 111011 |
Color Harmonies of #FB3044
Complementary color
Monochromatic Colors of #FB3044
Black with #FB3044
Text Example
Text Example
White with #FB3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3044; }
p { color: rgb(251,48,68); }
H1.HeaderClassName
{
color: #FB3044;
}
.AnyTagClassName
{
color: #FB3044;
}
</style>
background-color css
<style>
a { background-color: #FB3044; }
a { background-color: rgb(251,48,68); }
div.DivClassName
{
background-color: #FB3044;
}
.BgClassName
{
background-color: #FB3044;
}
</style>
border-color css
<style>
span { border-color: #FB3044; }
span { border-color: rgb(251,48,68); }
td.TdClassName
{
border-color: #FB3044;
}
.TagClassName
{
border-color: #FB3044;
}
</style>