Shades of Amaranth #F5364A
Tints of Amaranth #F5364A
RGB
CMYK
RGB Variations
Color information
#F5364A (or 0xF5364A) is known color: Amaranth. HEX triplet: F5, 36 and 4A. RGB value is (245,54,74). Sum of RGB (Red+Green+Blue) = 245+54+74=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F5364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5364A is #0AC9B5. Grayscale: #717171. Windows color (decimal): -706998 or 4863733. OLE color: 4863733.
HSL color Cylindrical-coordinate representation of color #F5364A: hue angle of 353.72º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5364A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 74 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.04 |
| HSL | 353.72º | 0.91% | 0.59% | - |
| HSV(B) | 353.72º | 0.78% | 0.96% | - |
| XYZ | 40.21 | 22.55 | 8.71 | - |
| YUV | 113.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 74 | 0 | 0.78 | 0.70 | 0.04 | 353.72 | 0.91 | 0.59 |
| Hex | F5 | 36 | 4A | 0 | 4E | 46 | 4 | 162 | 5B | 3B |
| Octal | 365 | 66 | 112 | 0 | 116 | 106 | 4 | 542 | 133 | 73 |
| Binary | 11110101 | 110110 | 1001010 | 0 | 1001110 | 1000110 | 100 | 101100010 | 1011011 | 111011 |
Color Harmonies of #F5364A
Complementary color
Monochromatic Colors of #F5364A
Black with #F5364A
Text Example
Text Example
White with #F5364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5364A; }
p { color: rgb(245,54,74); }
H1.HeaderClassName
{
color: #F5364A;
}
.AnyTagClassName
{
color: #F5364A;
}
</style>
background-color css
<style>
a { background-color: #F5364A; }
a { background-color: rgb(245,54,74); }
div.DivClassName
{
background-color: #F5364A;
}
.BgClassName
{
background-color: #F5364A;
}
</style>
border-color css
<style>
span { border-color: #F5364A; }
span { border-color: rgb(245,54,74); }
td.TdClassName
{
border-color: #F5364A;
}
.TagClassName
{
border-color: #F5364A;
}
</style>