Shades of Amaranth #F52D4A
Tints of Amaranth #F52D4A
RGB
CMYK
RGB Variations
Color information
#F52D4A (or 0xF52D4A) is known color: Amaranth. HEX triplet: F5, 2D and 4A. RGB value is (245,45,74). Sum of RGB (Red+Green+Blue) = 245+45+74=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D4A is #0AD2B5. Grayscale: #6C6C6C. Windows color (decimal): -709302 or 4861429. OLE color: 4861429.
HSL color Cylindrical-coordinate representation of color #F52D4A: hue angle of 351.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52D4A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 74 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.04 |
| HSL | 351.3º | 0.91% | 0.57% | - |
| HSV(B) | 351.3º | 0.82% | 0.96% | - |
| XYZ | 39.83 | 21.78 | 8.58 | - |
| YUV | 108.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 74 | 0 | 0.82 | 0.70 | 0.04 | 351.3 | 0.91 | 0.57 |
| Hex | F5 | 2D | 4A | 0 | 52 | 46 | 4 | 15F | 5B | 39 |
| Octal | 365 | 55 | 112 | 0 | 122 | 106 | 4 | 537 | 133 | 71 |
| Binary | 11110101 | 101101 | 1001010 | 0 | 1010010 | 1000110 | 100 | 101011111 | 1011011 | 111001 |
Color Harmonies of #F52D4A
Complementary color
Monochromatic Colors of #F52D4A
Black with #F52D4A
Text Example
Text Example
White with #F52D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D4A; }
p { color: rgb(245,45,74); }
H1.HeaderClassName
{
color: #F52D4A;
}
.AnyTagClassName
{
color: #F52D4A;
}
</style>
background-color css
<style>
a { background-color: #F52D4A; }
a { background-color: rgb(245,45,74); }
div.DivClassName
{
background-color: #F52D4A;
}
.BgClassName
{
background-color: #F52D4A;
}
</style>
border-color css
<style>
span { border-color: #F52D4A; }
span { border-color: rgb(245,45,74); }
td.TdClassName
{
border-color: #F52D4A;
}
.TagClassName
{
border-color: #F52D4A;
}
</style>