Shades of Amaranth #FB2250
Tints of Amaranth #FB2250
RGB
CMYK
RGB Variations
Color information
#FB2250 (or 0xFB2250) is known color: Amaranth. HEX triplet: FB, 22 and 50. RGB value is (251,34,80). Sum of RGB (Red+Green+Blue) = 251+34+80=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2250 is #04DDAF. Grayscale: #686868. Windows color (decimal): -318896 or 5251835. OLE color: 5251835.
HSL color Cylindrical-coordinate representation of color #FB2250: hue angle of 347.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2250 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 80 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.02 |
| HSL | 347.28º | 0.96% | 0.56% | - |
| HSV(B) | 347.28º | 0.86% | 0.98% | - |
| XYZ | 41.8 | 22.23 | 9.68 | - |
| YUV | 104.13 | 114.39 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 80 | 0 | 0.86 | 0.68 | 0.02 | 347.28 | 0.96 | 0.56 |
| Hex | FB | 22 | 50 | 0 | 56 | 44 | 2 | 15B | 60 | 38 |
| Octal | 373 | 42 | 120 | 0 | 126 | 104 | 2 | 533 | 140 | 70 |
| Binary | 11111011 | 100010 | 1010000 | 0 | 1010110 | 1000100 | 10 | 101011011 | 1100000 | 111000 |
Color Harmonies of #FB2250
Complementary color
Monochromatic Colors of #FB2250
Black with #FB2250
Text Example
Text Example
White with #FB2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2250; }
p { color: rgb(251,34,80); }
H1.HeaderClassName
{
color: #FB2250;
}
.AnyTagClassName
{
color: #FB2250;
}
</style>
background-color css
<style>
a { background-color: #FB2250; }
a { background-color: rgb(251,34,80); }
div.DivClassName
{
background-color: #FB2250;
}
.BgClassName
{
background-color: #FB2250;
}
</style>
border-color css
<style>
span { border-color: #FB2250; }
span { border-color: rgb(251,34,80); }
td.TdClassName
{
border-color: #FB2250;
}
.TagClassName
{
border-color: #FB2250;
}
</style>