Shades of Amaranth #F5384B
Tints of Amaranth #F5384B
RGB
CMYK
RGB Variations
Color information
#F5384B (or 0xF5384B) is known color: Amaranth. HEX triplet: F5, 38 and 4B. RGB value is (245,56,75). Sum of RGB (Red+Green+Blue) = 245+56+75=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5384B is #0AC7B4. Grayscale: #727272. Windows color (decimal): -706485 or 4929781. OLE color: 4929781.
HSL color Cylindrical-coordinate representation of color #F5384B: hue angle of 353.97º 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 #F5384B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 75 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.04 |
| HSL | 353.97º | 0.9% | 0.59% | - |
| HSV(B) | 353.97º | 0.77% | 0.96% | - |
| XYZ | 40.34 | 22.75 | 8.92 | - |
| YUV | 114.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 75 | 0 | 0.77 | 0.69 | 0.04 | 353.97 | 0.9 | 0.59 |
| Hex | F5 | 38 | 4B | 0 | 4D | 45 | 4 | 162 | 5A | 3B |
| Octal | 365 | 70 | 113 | 0 | 115 | 105 | 4 | 542 | 132 | 73 |
| Binary | 11110101 | 111000 | 1001011 | 0 | 1001101 | 1000101 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F5384B
Complementary color
Monochromatic Colors of #F5384B
Black with #F5384B
Text Example
Text Example
White with #F5384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5384B; }
p { color: rgb(245,56,75); }
H1.HeaderClassName
{
color: #F5384B;
}
.AnyTagClassName
{
color: #F5384B;
}
</style>
background-color css
<style>
a { background-color: #F5384B; }
a { background-color: rgb(245,56,75); }
div.DivClassName
{
background-color: #F5384B;
}
.BgClassName
{
background-color: #F5384B;
}
</style>
border-color css
<style>
span { border-color: #F5384B; }
span { border-color: rgb(245,56,75); }
td.TdClassName
{
border-color: #F5384B;
}
.TagClassName
{
border-color: #F5384B;
}
</style>