Shades of Amaranth #FA3143
Tints of Amaranth #FA3143
RGB
CMYK
RGB Variations
Color information
#FA3143 (or 0xFA3143) is known color: Amaranth. HEX triplet: FA, 31 and 43. RGB value is (250,49,67). Sum of RGB (Red+Green+Blue) = 250+49+67=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3143 is #05CEBC. Grayscale: #6F6F6F. Windows color (decimal): -380605 or 4403706. OLE color: 4403706.
HSL color Cylindrical-coordinate representation of color #FA3143: hue angle of 354.63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3143 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 67 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 354.63º | 0.95% | 0.59% | - |
| HSV(B) | 354.63º | 0.8% | 0.98% | - |
| XYZ | 41.54 | 22.93 | 7.55 | - |
| YUV | 111.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 67 | 0 | 0.80 | 0.73 | 0.02 | 354.63 | 0.95 | 0.59 |
| Hex | FA | 31 | 43 | 0 | 50 | 49 | 2 | 163 | 5F | 3B |
| Octal | 372 | 61 | 103 | 0 | 120 | 111 | 2 | 543 | 137 | 73 |
| Binary | 11111010 | 110001 | 1000011 | 0 | 1010000 | 1001001 | 10 | 101100011 | 1011111 | 111011 |
Color Harmonies of #FA3143
Complementary color
Monochromatic Colors of #FA3143
Black with #FA3143
Text Example
Text Example
White with #FA3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3143; }
p { color: rgb(250,49,67); }
H1.HeaderClassName
{
color: #FA3143;
}
.AnyTagClassName
{
color: #FA3143;
}
</style>
background-color css
<style>
a { background-color: #FA3143; }
a { background-color: rgb(250,49,67); }
div.DivClassName
{
background-color: #FA3143;
}
.BgClassName
{
background-color: #FA3143;
}
</style>
border-color css
<style>
span { border-color: #FA3143; }
span { border-color: rgb(250,49,67); }
td.TdClassName
{
border-color: #FA3143;
}
.TagClassName
{
border-color: #FA3143;
}
</style>