Shades of Amaranth #FA2D46
Tints of Amaranth #FA2D46
RGB
CMYK
RGB Variations
Color information
#FA2D46 (or 0xFA2D46) is known color: Amaranth. HEX triplet: FA, 2D and 46. RGB value is (250,45,70). Sum of RGB (Red+Green+Blue) = 250+45+70=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D46 is #05D2B9. Grayscale: #6D6D6D. Windows color (decimal): -381626 or 4599290. OLE color: 4599290.
HSL color Cylindrical-coordinate representation of color #FA2D46: hue angle of 352.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D46 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 70 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.68º | 0.95% | 0.58% | - |
| HSV(B) | 352.68º | 0.82% | 0.98% | - |
| XYZ | 41.47 | 22.64 | 7.98 | - |
| YUV | 109.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 70 | 0 | 0.82 | 0.72 | 0.02 | 352.68 | 0.95 | 0.58 |
| Hex | FA | 2D | 46 | 0 | 52 | 48 | 2 | 161 | 5F | 3A |
| Octal | 372 | 55 | 106 | 0 | 122 | 110 | 2 | 541 | 137 | 72 |
| Binary | 11111010 | 101101 | 1000110 | 0 | 1010010 | 1001000 | 10 | 101100001 | 1011111 | 111010 |
Color Harmonies of #FA2D46
Complementary color
Monochromatic Colors of #FA2D46
Black with #FA2D46
Text Example
Text Example
White with #FA2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D46; }
p { color: rgb(250,45,70); }
H1.HeaderClassName
{
color: #FA2D46;
}
.AnyTagClassName
{
color: #FA2D46;
}
</style>
background-color css
<style>
a { background-color: #FA2D46; }
a { background-color: rgb(250,45,70); }
div.DivClassName
{
background-color: #FA2D46;
}
.BgClassName
{
background-color: #FA2D46;
}
</style>
border-color css
<style>
span { border-color: #FA2D46; }
span { border-color: rgb(250,45,70); }
td.TdClassName
{
border-color: #FA2D46;
}
.TagClassName
{
border-color: #FA2D46;
}
</style>