Shades of Amaranth #FF2646
Tints of Amaranth #FF2646
RGB
CMYK
RGB Variations
Color information
#FF2646 (or 0xFF2646) is known color: Amaranth. HEX triplet: FF, 26 and 46. RGB value is (255,38,70). Sum of RGB (Red+Green+Blue) = 255+38+70=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2646 is #00D9B9. Grayscale: #6A6A6A. Windows color (decimal): -55738 or 4597503. OLE color: 4597503.
HSL color Cylindrical-coordinate representation of color #FF2646: hue angle of 351.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2646 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 70 | - |
| CMYK | 0 | 0.85 | 0.73 | 0 |
| HSL | 351.15º | 1% | 0.57% | - |
| HSV(B) | 351.15º | 0.85% | 1% | - |
| XYZ | 43.04 | 23.09 | 7.98 | - |
| YUV | 106.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 70 | 0 | 0.85 | 0.73 | 0 | 351.15 | 1 | 0.57 |
| Hex | FF | 26 | 46 | 0 | 55 | 49 | 0 | 15F | 64 | 39 |
| Octal | 377 | 46 | 106 | 0 | 125 | 111 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100110 | 1000110 | 0 | 1010101 | 1001001 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2646
Complementary color
Monochromatic Colors of #FF2646
Black with #FF2646
Text Example
Text Example
White with #FF2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2646; }
p { color: rgb(255,38,70); }
H1.HeaderClassName
{
color: #FF2646;
}
.AnyTagClassName
{
color: #FF2646;
}
</style>
background-color css
<style>
a { background-color: #FF2646; }
a { background-color: rgb(255,38,70); }
div.DivClassName
{
background-color: #FF2646;
}
.BgClassName
{
background-color: #FF2646;
}
</style>
border-color css
<style>
span { border-color: #FF2646; }
span { border-color: rgb(255,38,70); }
td.TdClassName
{
border-color: #FF2646;
}
.TagClassName
{
border-color: #FF2646;
}
</style>