Shades of Amaranth #F5324B
Tints of Amaranth #F5324B
RGB
CMYK
RGB Variations
Color information
#F5324B (or 0xF5324B) is known color: Amaranth. HEX triplet: F5, 32 and 4B. RGB value is (245,50,75). Sum of RGB (Red+Green+Blue) = 245+50+75=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5324B is #0ACDB4. Grayscale: #6F6F6F. Windows color (decimal): -708021 or 4928245. OLE color: 4928245.
HSL color Cylindrical-coordinate representation of color #F5324B: hue angle of 352.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5324B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 75 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.04 |
| HSL | 352.31º | 0.91% | 0.58% | - |
| HSV(B) | 352.31º | 0.8% | 0.96% | - |
| XYZ | 40.07 | 22.2 | 8.83 | - |
| YUV | 111.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 75 | 0 | 0.80 | 0.69 | 0.04 | 352.31 | 0.91 | 0.58 |
| Hex | F5 | 32 | 4B | 0 | 50 | 45 | 4 | 160 | 5B | 3A |
| Octal | 365 | 62 | 113 | 0 | 120 | 105 | 4 | 540 | 133 | 72 |
| Binary | 11110101 | 110010 | 1001011 | 0 | 1010000 | 1000101 | 100 | 101100000 | 1011011 | 111010 |
Color Harmonies of #F5324B
Complementary color
Monochromatic Colors of #F5324B
Black with #F5324B
Text Example
Text Example
White with #F5324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5324B; }
p { color: rgb(245,50,75); }
H1.HeaderClassName
{
color: #F5324B;
}
.AnyTagClassName
{
color: #F5324B;
}
</style>
background-color css
<style>
a { background-color: #F5324B; }
a { background-color: rgb(245,50,75); }
div.DivClassName
{
background-color: #F5324B;
}
.BgClassName
{
background-color: #F5324B;
}
</style>
border-color css
<style>
span { border-color: #F5324B; }
span { border-color: rgb(245,50,75); }
td.TdClassName
{
border-color: #F5324B;
}
.TagClassName
{
border-color: #F5324B;
}
</style>