Shades of Amaranth #FB3144
Tints of Amaranth #FB3144
RGB
CMYK
RGB Variations
Color information
#FB3144 (or 0xFB3144) is known color: Amaranth. HEX triplet: FB, 31 and 44. RGB value is (251,49,68). Sum of RGB (Red+Green+Blue) = 251+49+68=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3144 is #04CEBB. Grayscale: #6F6F6F. Windows color (decimal): -315068 or 4469243. OLE color: 4469243.
HSL color Cylindrical-coordinate representation of color #FB3144: hue angle of 354.36º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3144 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 354.36º | 0.96% | 0.59% | - |
| HSV(B) | 354.36º | 0.8% | 0.98% | - |
| XYZ | 41.93 | 23.12 | 7.72 | - |
| YUV | 111.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 68 | 0 | 0.80 | 0.73 | 0.02 | 354.36 | 0.96 | 0.59 |
| Hex | FB | 31 | 44 | 0 | 50 | 49 | 2 | 162 | 60 | 3B |
| Octal | 373 | 61 | 104 | 0 | 120 | 111 | 2 | 542 | 140 | 73 |
| Binary | 11111011 | 110001 | 1000100 | 0 | 1010000 | 1001001 | 10 | 101100010 | 1100000 | 111011 |
Color Harmonies of #FB3144
Complementary color
Monochromatic Colors of #FB3144
Black with #FB3144
Text Example
Text Example
White with #FB3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3144; }
p { color: rgb(251,49,68); }
H1.HeaderClassName
{
color: #FB3144;
}
.AnyTagClassName
{
color: #FB3144;
}
</style>
background-color css
<style>
a { background-color: #FB3144; }
a { background-color: rgb(251,49,68); }
div.DivClassName
{
background-color: #FB3144;
}
.BgClassName
{
background-color: #FB3144;
}
</style>
border-color css
<style>
span { border-color: #FB3144; }
span { border-color: rgb(251,49,68); }
td.TdClassName
{
border-color: #FB3144;
}
.TagClassName
{
border-color: #FB3144;
}
</style>