Shades of Amaranth #F5224F
Tints of Amaranth #F5224F
RGB
CMYK
RGB Variations
Color information
#F5224F (or 0xF5224F) is known color: Amaranth. HEX triplet: F5, 22 and 4F. RGB value is (245,34,79). Sum of RGB (Red+Green+Blue) = 245+34+79=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5224F is #0ADDB0. Grayscale: #666666. Windows color (decimal): -712113 or 5186293. OLE color: 5186293.
HSL color Cylindrical-coordinate representation of color #F5224F: hue angle of 347.2º 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 #F5224F is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 79 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.04 |
| HSL | 347.2º | 0.91% | 0.55% | - |
| HSV(B) | 347.2º | 0.86% | 0.96% | - |
| XYZ | 39.64 | 21.12 | 9.38 | - |
| YUV | 102.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 79 | 0 | 0.86 | 0.68 | 0.04 | 347.2 | 0.91 | 0.55 |
| Hex | F5 | 22 | 4F | 0 | 56 | 44 | 4 | 15B | 5B | 37 |
| Octal | 365 | 42 | 117 | 0 | 126 | 104 | 4 | 533 | 133 | 67 |
| Binary | 11110101 | 100010 | 1001111 | 0 | 1010110 | 1000100 | 100 | 101011011 | 1011011 | 110111 |
Color Harmonies of #F5224F
Complementary color
Monochromatic Colors of #F5224F
Black with #F5224F
Text Example
Text Example
White with #F5224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5224F; }
p { color: rgb(245,34,79); }
H1.HeaderClassName
{
color: #F5224F;
}
.AnyTagClassName
{
color: #F5224F;
}
</style>
background-color css
<style>
a { background-color: #F5224F; }
a { background-color: rgb(245,34,79); }
div.DivClassName
{
background-color: #F5224F;
}
.BgClassName
{
background-color: #F5224F;
}
</style>
border-color css
<style>
span { border-color: #F5224F; }
span { border-color: rgb(245,34,79); }
td.TdClassName
{
border-color: #F5224F;
}
.TagClassName
{
border-color: #F5224F;
}
</style>