Shades of Amaranth #FA2842
Tints of Amaranth #FA2842
RGB
CMYK
RGB Variations
Color information
#FA2842 (or 0xFA2842) is known color: Amaranth. HEX triplet: FA, 28 and 42. RGB value is (250,40,66). Sum of RGB (Red+Green+Blue) = 250+40+66=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2842 is #05D7BD. Grayscale: #696969. Windows color (decimal): -382910 or 4335866. OLE color: 4335866.
HSL color Cylindrical-coordinate representation of color #FA2842: hue angle of 352.57º 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 #FA2842 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 66 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.02 |
| HSL | 352.57º | 0.95% | 0.57% | - |
| HSV(B) | 352.57º | 0.84% | 0.98% | - |
| XYZ | 41.17 | 22.23 | 7.28 | - |
| YUV | 105.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 66 | 0 | 0.84 | 0.74 | 0.02 | 352.57 | 0.95 | 0.57 |
| Hex | FA | 28 | 42 | 0 | 54 | 4A | 2 | 161 | 5F | 39 |
| Octal | 372 | 50 | 102 | 0 | 124 | 112 | 2 | 541 | 137 | 71 |
| Binary | 11111010 | 101000 | 1000010 | 0 | 1010100 | 1001010 | 10 | 101100001 | 1011111 | 111001 |
Color Harmonies of #FA2842
Complementary color
Monochromatic Colors of #FA2842
Black with #FA2842
Text Example
Text Example
White with #FA2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2842; }
p { color: rgb(250,40,66); }
H1.HeaderClassName
{
color: #FA2842;
}
.AnyTagClassName
{
color: #FA2842;
}
</style>
background-color css
<style>
a { background-color: #FA2842; }
a { background-color: rgb(250,40,66); }
div.DivClassName
{
background-color: #FA2842;
}
.BgClassName
{
background-color: #FA2842;
}
</style>
border-color css
<style>
span { border-color: #FA2842; }
span { border-color: rgb(250,40,66); }
td.TdClassName
{
border-color: #FA2842;
}
.TagClassName
{
border-color: #FA2842;
}
</style>