Shades of Amaranth #FA3542
Tints of Amaranth #FA3542
RGB
CMYK
RGB Variations
Color information
#FA3542 (or 0xFA3542) is known color: Amaranth. HEX triplet: FA, 35 and 42. RGB value is (250,53,66). Sum of RGB (Red+Green+Blue) = 250+53+66=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3542 is #05CABD. Grayscale: #717171. Windows color (decimal): -379582 or 4339194. OLE color: 4339194.
HSL color Cylindrical-coordinate representation of color #FA3542: hue angle of 356.04º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3542 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 66 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.02 |
| HSL | 356.04º | 0.95% | 0.59% | - |
| HSV(B) | 356.04º | 0.79% | 0.98% | - |
| XYZ | 41.68 | 23.26 | 7.45 | - |
| YUV | 113.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 66 | 0 | 0.79 | 0.74 | 0.02 | 356.04 | 0.95 | 0.59 |
| Hex | FA | 35 | 42 | 0 | 4F | 4A | 2 | 164 | 5F | 3B |
| Octal | 372 | 65 | 102 | 0 | 117 | 112 | 2 | 544 | 137 | 73 |
| Binary | 11111010 | 110101 | 1000010 | 0 | 1001111 | 1001010 | 10 | 101100100 | 1011111 | 111011 |
Color Harmonies of #FA3542
Complementary color
Monochromatic Colors of #FA3542
Black with #FA3542
Text Example
Text Example
White with #FA3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3542; }
p { color: rgb(250,53,66); }
H1.HeaderClassName
{
color: #FA3542;
}
.AnyTagClassName
{
color: #FA3542;
}
</style>
background-color css
<style>
a { background-color: #FA3542; }
a { background-color: rgb(250,53,66); }
div.DivClassName
{
background-color: #FA3542;
}
.BgClassName
{
background-color: #FA3542;
}
</style>
border-color css
<style>
span { border-color: #FA3542; }
span { border-color: rgb(250,53,66); }
td.TdClassName
{
border-color: #FA3542;
}
.TagClassName
{
border-color: #FA3542;
}
</style>