Shades of Amaranth #FA3444
Tints of Amaranth #FA3444
RGB
CMYK
RGB Variations
Color information
#FA3444 (or 0xFA3444) is known color: Amaranth. HEX triplet: FA, 34 and 44. RGB value is (250,52,68). Sum of RGB (Red+Green+Blue) = 250+52+68=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3444 is #05CBBB. Grayscale: #717171. Windows color (decimal): -379836 or 4470010. OLE color: 4470010.
HSL color Cylindrical-coordinate representation of color #FA3444: hue angle of 355.15º 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 #FA3444 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.02 |
| HSL | 355.15º | 0.95% | 0.59% | - |
| HSV(B) | 355.15º | 0.79% | 0.98% | - |
| XYZ | 41.7 | 23.2 | 7.75 | - |
| YUV | 113.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 68 | 0 | 0.79 | 0.73 | 0.02 | 355.15 | 0.95 | 0.59 |
| Hex | FA | 34 | 44 | 0 | 4F | 49 | 2 | 163 | 5F | 3B |
| Octal | 372 | 64 | 104 | 0 | 117 | 111 | 2 | 543 | 137 | 73 |
| Binary | 11111010 | 110100 | 1000100 | 0 | 1001111 | 1001001 | 10 | 101100011 | 1011111 | 111011 |
Color Harmonies of #FA3444
Complementary color
Monochromatic Colors of #FA3444
Black with #FA3444
Text Example
Text Example
White with #FA3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3444; }
p { color: rgb(250,52,68); }
H1.HeaderClassName
{
color: #FA3444;
}
.AnyTagClassName
{
color: #FA3444;
}
</style>
background-color css
<style>
a { background-color: #FA3444; }
a { background-color: rgb(250,52,68); }
div.DivClassName
{
background-color: #FA3444;
}
.BgClassName
{
background-color: #FA3444;
}
</style>
border-color css
<style>
span { border-color: #FA3444; }
span { border-color: rgb(250,52,68); }
td.TdClassName
{
border-color: #FA3444;
}
.TagClassName
{
border-color: #FA3444;
}
</style>