Shades of Amaranth #FB1D4E
Tints of Amaranth #FB1D4E
RGB
CMYK
RGB Variations
Color information
#FB1D4E (or 0xFB1D4E) is known color: Amaranth. HEX triplet: FB, 1D and 4E. RGB value is (251,29,78). Sum of RGB (Red+Green+Blue) = 251+29+78=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D4E is #04E2B1. Grayscale: #646464. Windows color (decimal): -320178 or 5119483. OLE color: 5119483.
HSL color Cylindrical-coordinate representation of color #FB1D4E: hue angle of 346.76º degrees, saturation: 0.97, 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 #FB1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.02 |
| HSL | 346.76º | 0.97% | 0.55% | - |
| HSV(B) | 346.76º | 0.88% | 0.98% | - |
| XYZ | 41.6 | 21.94 | 9.25 | - |
| YUV | 100.96 | 115.05 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 78 | 0 | 0.88 | 0.69 | 0.02 | 346.76 | 0.97 | 0.55 |
| Hex | FB | 1D | 4E | 0 | 58 | 45 | 2 | 15B | 61 | 37 |
| Octal | 373 | 35 | 116 | 0 | 130 | 105 | 2 | 533 | 141 | 67 |
| Binary | 11111011 | 11101 | 1001110 | 0 | 1011000 | 1000101 | 10 | 101011011 | 1100001 | 110111 |
Color Harmonies of #FB1D4E
Complementary color
Monochromatic Colors of #FB1D4E
Black with #FB1D4E
Text Example
Text Example
White with #FB1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D4E; }
p { color: rgb(251,29,78); }
H1.HeaderClassName
{
color: #FB1D4E;
}
.AnyTagClassName
{
color: #FB1D4E;
}
</style>
background-color css
<style>
a { background-color: #FB1D4E; }
a { background-color: rgb(251,29,78); }
div.DivClassName
{
background-color: #FB1D4E;
}
.BgClassName
{
background-color: #FB1D4E;
}
</style>
border-color css
<style>
span { border-color: #FB1D4E; }
span { border-color: rgb(251,29,78); }
td.TdClassName
{
border-color: #FB1D4E;
}
.TagClassName
{
border-color: #FB1D4E;
}
</style>