Shades of Amaranth #FA2643
Tints of Amaranth #FA2643
RGB
CMYK
RGB Variations
Color information
#FA2643 (or 0xFA2643) is known color: Amaranth. HEX triplet: FA, 26 and 43. RGB value is (250,38,67). Sum of RGB (Red+Green+Blue) = 250+38+67=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2643 is #05D9BC. Grayscale: #686868. Windows color (decimal): -383421 or 4400890. OLE color: 4400890.
HSL color Cylindrical-coordinate representation of color #FA2643: hue angle of 351.79º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2643 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 67 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.02 |
| HSL | 351.79º | 0.95% | 0.56% | - |
| HSV(B) | 351.79º | 0.85% | 0.98% | - |
| XYZ | 41.13 | 22.12 | 7.41 | - |
| YUV | 104.69 | 106.74 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 67 | 0 | 0.85 | 0.73 | 0.02 | 351.79 | 0.95 | 0.56 |
| Hex | FA | 26 | 43 | 0 | 55 | 49 | 2 | 160 | 5F | 38 |
| Octal | 372 | 46 | 103 | 0 | 125 | 111 | 2 | 540 | 137 | 70 |
| Binary | 11111010 | 100110 | 1000011 | 0 | 1010101 | 1001001 | 10 | 101100000 | 1011111 | 111000 |
Color Harmonies of #FA2643
Complementary color
Monochromatic Colors of #FA2643
Black with #FA2643
Text Example
Text Example
White with #FA2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2643; }
p { color: rgb(250,38,67); }
H1.HeaderClassName
{
color: #FA2643;
}
.AnyTagClassName
{
color: #FA2643;
}
</style>
background-color css
<style>
a { background-color: #FA2643; }
a { background-color: rgb(250,38,67); }
div.DivClassName
{
background-color: #FA2643;
}
.BgClassName
{
background-color: #FA2643;
}
</style>
border-color css
<style>
span { border-color: #FA2643; }
span { border-color: rgb(250,38,67); }
td.TdClassName
{
border-color: #FA2643;
}
.TagClassName
{
border-color: #FA2643;
}
</style>