Shades of Amaranth #FA3742
Tints of Amaranth #FA3742
RGB
CMYK
RGB Variations
Color information
#FA3742 (or 0xFA3742) is known color: Amaranth. HEX triplet: FA, 37 and 42. RGB value is (250,55,66). Sum of RGB (Red+Green+Blue) = 250+55+66=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3742 is #05C8BD. Grayscale: #727272. Windows color (decimal): -379070 or 4339706. OLE color: 4339706.
HSL color Cylindrical-coordinate representation of color #FA3742: hue angle of 356.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3742 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 66 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.02 |
| HSL | 356.62º | 0.95% | 0.6% | - |
| HSV(B) | 356.62º | 0.78% | 0.98% | - |
| XYZ | 41.77 | 23.45 | 7.48 | - |
| YUV | 114.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 66 | 0 | 0.78 | 0.74 | 0.02 | 356.62 | 0.95 | 0.6 |
| Hex | FA | 37 | 42 | 0 | 4E | 4A | 2 | 165 | 5F | 3C |
| Octal | 372 | 67 | 102 | 0 | 116 | 112 | 2 | 545 | 137 | 74 |
| Binary | 11111010 | 110111 | 1000010 | 0 | 1001110 | 1001010 | 10 | 101100101 | 1011111 | 111100 |
Color Harmonies of #FA3742
Complementary color
Monochromatic Colors of #FA3742
Black with #FA3742
Text Example
Text Example
White with #FA3742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3742; }
p { color: rgb(250,55,66); }
H1.HeaderClassName
{
color: #FA3742;
}
.AnyTagClassName
{
color: #FA3742;
}
</style>
background-color css
<style>
a { background-color: #FA3742; }
a { background-color: rgb(250,55,66); }
div.DivClassName
{
background-color: #FA3742;
}
.BgClassName
{
background-color: #FA3742;
}
</style>
border-color css
<style>
span { border-color: #FA3742; }
span { border-color: rgb(250,55,66); }
td.TdClassName
{
border-color: #FA3742;
}
.TagClassName
{
border-color: #FA3742;
}
</style>