Shades of Amaranth #FB2643
Tints of Amaranth #FB2643
RGB
CMYK
RGB Variations
Color information
#FB2643 (or 0xFB2643) is known color: Amaranth. HEX triplet: FB, 26 and 43. RGB value is (251,38,67). Sum of RGB (Red+Green+Blue) = 251+38+67=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2643 is #04D9BC. Grayscale: #696969. Windows color (decimal): -317885 or 4400891. OLE color: 4400891.
HSL color Cylindrical-coordinate representation of color #FB2643: hue angle of 351.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2643 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 67 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.02 |
| HSL | 351.83º | 0.96% | 0.57% | - |
| HSV(B) | 351.83º | 0.85% | 0.98% | - |
| XYZ | 41.49 | 22.3 | 7.43 | - |
| YUV | 104.99 | 106.57 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 67 | 0 | 0.85 | 0.73 | 0.02 | 351.83 | 0.96 | 0.57 |
| Hex | FB | 26 | 43 | 0 | 55 | 49 | 2 | 160 | 60 | 39 |
| Octal | 373 | 46 | 103 | 0 | 125 | 111 | 2 | 540 | 140 | 71 |
| Binary | 11111011 | 100110 | 1000011 | 0 | 1010101 | 1001001 | 10 | 101100000 | 1100000 | 111001 |
Color Harmonies of #FB2643
Complementary color
Monochromatic Colors of #FB2643
Black with #FB2643
Text Example
Text Example
White with #FB2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2643; }
p { color: rgb(251,38,67); }
H1.HeaderClassName
{
color: #FB2643;
}
.AnyTagClassName
{
color: #FB2643;
}
</style>
background-color css
<style>
a { background-color: #FB2643; }
a { background-color: rgb(251,38,67); }
div.DivClassName
{
background-color: #FB2643;
}
.BgClassName
{
background-color: #FB2643;
}
</style>
border-color css
<style>
span { border-color: #FB2643; }
span { border-color: rgb(251,38,67); }
td.TdClassName
{
border-color: #FB2643;
}
.TagClassName
{
border-color: #FB2643;
}
</style>