Shades of Amaranth #F5384A
Tints of Amaranth #F5384A
RGB
CMYK
RGB Variations
Color information
#F5384A (or 0xF5384A) is known color: Amaranth. HEX triplet: F5, 38 and 4A. RGB value is (245,56,74). Sum of RGB (Red+Green+Blue) = 245+56+74=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5384A is #0AC7B5. Grayscale: #727272. Windows color (decimal): -706486 or 4864245. OLE color: 4864245.
HSL color Cylindrical-coordinate representation of color #F5384A: hue angle of 354.29º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5384A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 74 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.04 |
| HSL | 354.29º | 0.9% | 0.59% | - |
| HSV(B) | 354.29º | 0.77% | 0.96% | - |
| XYZ | 40.31 | 22.74 | 8.74 | - |
| YUV | 114.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 74 | 0 | 0.77 | 0.70 | 0.04 | 354.29 | 0.9 | 0.59 |
| Hex | F5 | 38 | 4A | 0 | 4D | 46 | 4 | 162 | 5A | 3B |
| Octal | 365 | 70 | 112 | 0 | 115 | 106 | 4 | 542 | 132 | 73 |
| Binary | 11110101 | 111000 | 1001010 | 0 | 1001101 | 1000110 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F5384A
Complementary color
Monochromatic Colors of #F5384A
Black with #F5384A
Text Example
Text Example
White with #F5384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5384A; }
p { color: rgb(245,56,74); }
H1.HeaderClassName
{
color: #F5384A;
}
.AnyTagClassName
{
color: #F5384A;
}
</style>
background-color css
<style>
a { background-color: #F5384A; }
a { background-color: rgb(245,56,74); }
div.DivClassName
{
background-color: #F5384A;
}
.BgClassName
{
background-color: #F5384A;
}
</style>
border-color css
<style>
span { border-color: #F5384A; }
span { border-color: rgb(245,56,74); }
td.TdClassName
{
border-color: #F5384A;
}
.TagClassName
{
border-color: #F5384A;
}
</style>