Shades of Amaranth #FB3344
Tints of Amaranth #FB3344
RGB
CMYK
RGB Variations
Color information
#FB3344 (or 0xFB3344) is known color: Amaranth. HEX triplet: FB, 33 and 44. RGB value is (251,51,68). Sum of RGB (Red+Green+Blue) = 251+51+68=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3344 is #04CCBB. Grayscale: #707070. Windows color (decimal): -314556 or 4469755. OLE color: 4469755.
HSL color Cylindrical-coordinate representation of color #FB3344: hue angle of 354.9º 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 #FB3344 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 354.9º | 0.96% | 0.59% | - |
| HSV(B) | 354.9º | 0.8% | 0.98% | - |
| XYZ | 42.01 | 23.29 | 7.75 | - |
| YUV | 112.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 68 | 0 | 0.80 | 0.73 | 0.02 | 354.9 | 0.96 | 0.59 |
| Hex | FB | 33 | 44 | 0 | 50 | 49 | 2 | 163 | 60 | 3B |
| Octal | 373 | 63 | 104 | 0 | 120 | 111 | 2 | 543 | 140 | 73 |
| Binary | 11111011 | 110011 | 1000100 | 0 | 1010000 | 1001001 | 10 | 101100011 | 1100000 | 111011 |
Color Harmonies of #FB3344
Complementary color
Monochromatic Colors of #FB3344
Black with #FB3344
Text Example
Text Example
White with #FB3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3344; }
p { color: rgb(251,51,68); }
H1.HeaderClassName
{
color: #FB3344;
}
.AnyTagClassName
{
color: #FB3344;
}
</style>
background-color css
<style>
a { background-color: #FB3344; }
a { background-color: rgb(251,51,68); }
div.DivClassName
{
background-color: #FB3344;
}
.BgClassName
{
background-color: #FB3344;
}
</style>
border-color css
<style>
span { border-color: #FB3344; }
span { border-color: rgb(251,51,68); }
td.TdClassName
{
border-color: #FB3344;
}
.TagClassName
{
border-color: #FB3344;
}
</style>