Shades of Amaranth #FA3043
Tints of Amaranth #FA3043
RGB
CMYK
RGB Variations
Color information
#FA3043 (or 0xFA3043) is known color: Amaranth. HEX triplet: FA, 30 and 43. RGB value is (250,48,67). Sum of RGB (Red+Green+Blue) = 250+48+67=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3043 is #05CFBC. Grayscale: #6E6E6E. Windows color (decimal): -380861 or 4403450. OLE color: 4403450.
HSL color Cylindrical-coordinate representation of color #FA3043: hue angle of 354.36º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3043 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 67 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.02 |
| HSL | 354.36º | 0.95% | 0.58% | - |
| HSV(B) | 354.36º | 0.81% | 0.98% | - |
| XYZ | 41.49 | 22.84 | 7.53 | - |
| YUV | 110.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 67 | 0 | 0.81 | 0.73 | 0.02 | 354.36 | 0.95 | 0.58 |
| Hex | FA | 30 | 43 | 0 | 51 | 49 | 2 | 162 | 5F | 3A |
| Octal | 372 | 60 | 103 | 0 | 121 | 111 | 2 | 542 | 137 | 72 |
| Binary | 11111010 | 110000 | 1000011 | 0 | 1010001 | 1001001 | 10 | 101100010 | 1011111 | 111010 |
Color Harmonies of #FA3043
Complementary color
Monochromatic Colors of #FA3043
Black with #FA3043
Text Example
Text Example
White with #FA3043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3043; }
p { color: rgb(250,48,67); }
H1.HeaderClassName
{
color: #FA3043;
}
.AnyTagClassName
{
color: #FA3043;
}
</style>
background-color css
<style>
a { background-color: #FA3043; }
a { background-color: rgb(250,48,67); }
div.DivClassName
{
background-color: #FA3043;
}
.BgClassName
{
background-color: #FA3043;
}
</style>
border-color css
<style>
span { border-color: #FA3043; }
span { border-color: rgb(250,48,67); }
td.TdClassName
{
border-color: #FA3043;
}
.TagClassName
{
border-color: #FA3043;
}
</style>