Shades of Amaranth #FB1F51
Tints of Amaranth #FB1F51
RGB
CMYK
RGB Variations
Color information
#FB1F51 (or 0xFB1F51) is known color: Amaranth. HEX triplet: FB, 1F and 51. RGB value is (251,31,81). Sum of RGB (Red+Green+Blue) = 251+31+81=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F51 is #04E0AE. Grayscale: #666666. Windows color (decimal): -319663 or 5316603. OLE color: 5316603.
HSL color Cylindrical-coordinate representation of color #FB1F51: hue angle of 346.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F51 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 81 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.02 |
| HSL | 346.36º | 0.96% | 0.55% | - |
| HSV(B) | 346.36º | 0.88% | 0.98% | - |
| XYZ | 41.76 | 22.08 | 9.85 | - |
| YUV | 102.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 81 | 0 | 0.88 | 0.68 | 0.02 | 346.36 | 0.96 | 0.55 |
| Hex | FB | 1F | 51 | 0 | 58 | 44 | 2 | 15A | 60 | 37 |
| Octal | 373 | 37 | 121 | 0 | 130 | 104 | 2 | 532 | 140 | 67 |
| Binary | 11111011 | 11111 | 1010001 | 0 | 1011000 | 1000100 | 10 | 101011010 | 1100000 | 110111 |
Color Harmonies of #FB1F51
Complementary color
Monochromatic Colors of #FB1F51
Black with #FB1F51
Text Example
Text Example
White with #FB1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F51; }
p { color: rgb(251,31,81); }
H1.HeaderClassName
{
color: #FB1F51;
}
.AnyTagClassName
{
color: #FB1F51;
}
</style>
background-color css
<style>
a { background-color: #FB1F51; }
a { background-color: rgb(251,31,81); }
div.DivClassName
{
background-color: #FB1F51;
}
.BgClassName
{
background-color: #FB1F51;
}
</style>
border-color css
<style>
span { border-color: #FB1F51; }
span { border-color: rgb(251,31,81); }
td.TdClassName
{
border-color: #FB1F51;
}
.TagClassName
{
border-color: #FB1F51;
}
</style>