Shades of Amaranth #FA2942
Tints of Amaranth #FA2942
RGB
CMYK
RGB Variations
Color information
#FA2942 (or 0xFA2942) is known color: Amaranth. HEX triplet: FA, 29 and 42. RGB value is (250,41,66). Sum of RGB (Red+Green+Blue) = 250+41+66=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2942 is #05D6BD. Grayscale: #6A6A6A. Windows color (decimal): -382654 or 4336122. OLE color: 4336122.
HSL color Cylindrical-coordinate representation of color #FA2942: hue angle of 352.82º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2942 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 66 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.02 |
| HSL | 352.82º | 0.95% | 0.57% | - |
| HSV(B) | 352.82º | 0.84% | 0.98% | - |
| XYZ | 41.2 | 22.3 | 7.29 | - |
| YUV | 106.34 | 105.24 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 66 | 0 | 0.84 | 0.74 | 0.02 | 352.82 | 0.95 | 0.57 |
| Hex | FA | 29 | 42 | 0 | 54 | 4A | 2 | 161 | 5F | 39 |
| Octal | 372 | 51 | 102 | 0 | 124 | 112 | 2 | 541 | 137 | 71 |
| Binary | 11111010 | 101001 | 1000010 | 0 | 1010100 | 1001010 | 10 | 101100001 | 1011111 | 111001 |
Color Harmonies of #FA2942
Complementary color
Monochromatic Colors of #FA2942
Black with #FA2942
Text Example
Text Example
White with #FA2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2942; }
p { color: rgb(250,41,66); }
H1.HeaderClassName
{
color: #FA2942;
}
.AnyTagClassName
{
color: #FA2942;
}
</style>
background-color css
<style>
a { background-color: #FA2942; }
a { background-color: rgb(250,41,66); }
div.DivClassName
{
background-color: #FA2942;
}
.BgClassName
{
background-color: #FA2942;
}
</style>
border-color css
<style>
span { border-color: #FA2942; }
span { border-color: rgb(250,41,66); }
td.TdClassName
{
border-color: #FA2942;
}
.TagClassName
{
border-color: #FA2942;
}
</style>