Shades of Amaranth #FB2050
Tints of Amaranth #FB2050
RGB
CMYK
RGB Variations
Color information
#FB2050 (or 0xFB2050) is known color: Amaranth. HEX triplet: FB, 20 and 50. RGB value is (251,32,80). Sum of RGB (Red+Green+Blue) = 251+32+80=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2050 is #04DFAF. Grayscale: #666666. Windows color (decimal): -319408 or 5251323. OLE color: 5251323.
HSL color Cylindrical-coordinate representation of color #FB2050: hue angle of 346.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2050 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 80 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.02 |
| HSL | 346.85º | 0.96% | 0.55% | - |
| HSV(B) | 346.85º | 0.87% | 0.98% | - |
| XYZ | 41.75 | 22.12 | 9.66 | - |
| YUV | 102.95 | 115.05 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 80 | 0 | 0.87 | 0.68 | 0.02 | 346.85 | 0.96 | 0.55 |
| Hex | FB | 20 | 50 | 0 | 57 | 44 | 2 | 15B | 60 | 37 |
| Octal | 373 | 40 | 120 | 0 | 127 | 104 | 2 | 533 | 140 | 67 |
| Binary | 11111011 | 100000 | 1010000 | 0 | 1010111 | 1000100 | 10 | 101011011 | 1100000 | 110111 |
Color Harmonies of #FB2050
Complementary color
Monochromatic Colors of #FB2050
Black with #FB2050
Text Example
Text Example
White with #FB2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2050; }
p { color: rgb(251,32,80); }
H1.HeaderClassName
{
color: #FB2050;
}
.AnyTagClassName
{
color: #FB2050;
}
</style>
background-color css
<style>
a { background-color: #FB2050; }
a { background-color: rgb(251,32,80); }
div.DivClassName
{
background-color: #FB2050;
}
.BgClassName
{
background-color: #FB2050;
}
</style>
border-color css
<style>
span { border-color: #FB2050; }
span { border-color: rgb(251,32,80); }
td.TdClassName
{
border-color: #FB2050;
}
.TagClassName
{
border-color: #FB2050;
}
</style>