Shades of Amaranth #F5304C
Tints of Amaranth #F5304C
RGB
CMYK
RGB Variations
Color information
#F5304C (or 0xF5304C) is known color: Amaranth. HEX triplet: F5, 30 and 4C. RGB value is (245,48,76). Sum of RGB (Red+Green+Blue) = 245+48+76=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5304C is #0ACFB3. Grayscale: #6E6E6E. Windows color (decimal): -708532 or 4993269. OLE color: 4993269.
HSL color Cylindrical-coordinate representation of color #F5304C: hue angle of 351.47º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5304C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.04 |
| HSL | 351.47º | 0.91% | 0.57% | - |
| HSV(B) | 351.47º | 0.8% | 0.96% | - |
| XYZ | 40.02 | 22.05 | 8.98 | - |
| YUV | 110.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 76 | 0 | 0.80 | 0.69 | 0.04 | 351.47 | 0.91 | 0.57 |
| Hex | F5 | 30 | 4C | 0 | 50 | 45 | 4 | 15F | 5B | 39 |
| Octal | 365 | 60 | 114 | 0 | 120 | 105 | 4 | 537 | 133 | 71 |
| Binary | 11110101 | 110000 | 1001100 | 0 | 1010000 | 1000101 | 100 | 101011111 | 1011011 | 111001 |
Color Harmonies of #F5304C
Complementary color
Monochromatic Colors of #F5304C
Black with #F5304C
Text Example
Text Example
White with #F5304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5304C; }
p { color: rgb(245,48,76); }
H1.HeaderClassName
{
color: #F5304C;
}
.AnyTagClassName
{
color: #F5304C;
}
</style>
background-color css
<style>
a { background-color: #F5304C; }
a { background-color: rgb(245,48,76); }
div.DivClassName
{
background-color: #F5304C;
}
.BgClassName
{
background-color: #F5304C;
}
</style>
border-color css
<style>
span { border-color: #F5304C; }
span { border-color: rgb(245,48,76); }
td.TdClassName
{
border-color: #F5304C;
}
.TagClassName
{
border-color: #F5304C;
}
</style>