Shades of Amaranth #F5224C
Tints of Amaranth #F5224C
RGB
CMYK
RGB Variations
Color information
#F5224C (or 0xF5224C) is known color: Amaranth. HEX triplet: F5, 22 and 4C. RGB value is (245,34,76). Sum of RGB (Red+Green+Blue) = 245+34+76=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5224C is #0ADDB3. Grayscale: #656565. Windows color (decimal): -712116 or 4989685. OLE color: 4989685.
HSL color Cylindrical-coordinate representation of color #F5224C: hue angle of 348.06º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5224C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 76 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.04 |
| HSL | 348.06º | 0.91% | 0.55% | - |
| HSV(B) | 348.06º | 0.86% | 0.96% | - |
| XYZ | 39.53 | 21.08 | 8.82 | - |
| YUV | 101.88 | 113.4 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 76 | 0 | 0.86 | 0.69 | 0.04 | 348.06 | 0.91 | 0.55 |
| Hex | F5 | 22 | 4C | 0 | 56 | 45 | 4 | 15C | 5B | 37 |
| Octal | 365 | 42 | 114 | 0 | 126 | 105 | 4 | 534 | 133 | 67 |
| Binary | 11110101 | 100010 | 1001100 | 0 | 1010110 | 1000101 | 100 | 101011100 | 1011011 | 110111 |
Color Harmonies of #F5224C
Complementary color
Monochromatic Colors of #F5224C
Black with #F5224C
Text Example
Text Example
White with #F5224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5224C; }
p { color: rgb(245,34,76); }
H1.HeaderClassName
{
color: #F5224C;
}
.AnyTagClassName
{
color: #F5224C;
}
</style>
background-color css
<style>
a { background-color: #F5224C; }
a { background-color: rgb(245,34,76); }
div.DivClassName
{
background-color: #F5224C;
}
.BgClassName
{
background-color: #F5224C;
}
</style>
border-color css
<style>
span { border-color: #F5224C; }
span { border-color: rgb(245,34,76); }
td.TdClassName
{
border-color: #F5224C;
}
.TagClassName
{
border-color: #F5224C;
}
</style>