Shades of Amaranth #FA3544
Tints of Amaranth #FA3544
RGB
CMYK
RGB Variations
Color information
#FA3544 (or 0xFA3544) is known color: Amaranth. HEX triplet: FA, 35 and 44. RGB value is (250,53,68). Sum of RGB (Red+Green+Blue) = 250+53+68=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3544 is #05CABB. Grayscale: #717171. Windows color (decimal): -379580 or 4470266. OLE color: 4470266.
HSL color Cylindrical-coordinate representation of color #FA3544: hue angle of 355.43º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3544 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.02 |
| HSL | 355.43º | 0.95% | 0.59% | - |
| HSV(B) | 355.43º | 0.79% | 0.98% | - |
| XYZ | 41.74 | 23.29 | 7.76 | - |
| YUV | 113.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 68 | 0 | 0.79 | 0.73 | 0.02 | 355.43 | 0.95 | 0.59 |
| Hex | FA | 35 | 44 | 0 | 4F | 49 | 2 | 163 | 5F | 3B |
| Octal | 372 | 65 | 104 | 0 | 117 | 111 | 2 | 543 | 137 | 73 |
| Binary | 11111010 | 110101 | 1000100 | 0 | 1001111 | 1001001 | 10 | 101100011 | 1011111 | 111011 |
Color Harmonies of #FA3544
Complementary color
Monochromatic Colors of #FA3544
Black with #FA3544
Text Example
Text Example
White with #FA3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3544; }
p { color: rgb(250,53,68); }
H1.HeaderClassName
{
color: #FA3544;
}
.AnyTagClassName
{
color: #FA3544;
}
</style>
background-color css
<style>
a { background-color: #FA3544; }
a { background-color: rgb(250,53,68); }
div.DivClassName
{
background-color: #FA3544;
}
.BgClassName
{
background-color: #FA3544;
}
</style>
border-color css
<style>
span { border-color: #FA3544; }
span { border-color: rgb(250,53,68); }
td.TdClassName
{
border-color: #FA3544;
}
.TagClassName
{
border-color: #FA3544;
}
</style>