Shades of Amaranth #F52344
Tints of Amaranth #F52344
RGB
CMYK
RGB Variations
Color information
#F52344 (or 0xF52344) is known color: Amaranth. HEX triplet: F5, 23 and 44. RGB value is (245,35,68). Sum of RGB (Red+Green+Blue) = 245+35+68=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F52344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52344 is #0ADCBB. Grayscale: #656565. Windows color (decimal): -711868 or 4465653. OLE color: 4465653.
HSL color Cylindrical-coordinate representation of color #F52344: hue angle of 350.57º 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 #F52344 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 68 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.04 |
| HSL | 350.57º | 0.91% | 0.55% | - |
| HSV(B) | 350.57º | 0.86% | 0.96% | - |
| XYZ | 39.3 | 21.03 | 7.46 | - |
| YUV | 101.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 68 | 0 | 0.86 | 0.72 | 0.04 | 350.57 | 0.91 | 0.55 |
| Hex | F5 | 23 | 44 | 0 | 56 | 48 | 4 | 15F | 5B | 37 |
| Octal | 365 | 43 | 104 | 0 | 126 | 110 | 4 | 537 | 133 | 67 |
| Binary | 11110101 | 100011 | 1000100 | 0 | 1010110 | 1001000 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F52344
Complementary color
Monochromatic Colors of #F52344
Black with #F52344
Text Example
Text Example
White with #F52344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52344; }
p { color: rgb(245,35,68); }
H1.HeaderClassName
{
color: #F52344;
}
.AnyTagClassName
{
color: #F52344;
}
</style>
background-color css
<style>
a { background-color: #F52344; }
a { background-color: rgb(245,35,68); }
div.DivClassName
{
background-color: #F52344;
}
.BgClassName
{
background-color: #F52344;
}
</style>
border-color css
<style>
span { border-color: #F52344; }
span { border-color: rgb(245,35,68); }
td.TdClassName
{
border-color: #F52344;
}
.TagClassName
{
border-color: #F52344;
}
</style>