Shades of Amaranth #F4205C
Tints of Amaranth #F4205C
RGB
CMYK
RGB Variations
Color information
#F4205C (or 0xF4205C) is known color: Amaranth. HEX triplet: F4, 20 and 5C. RGB value is (244,32,92). Sum of RGB (Red+Green+Blue) = 244+32+92=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4205C is #0BDFA3. Grayscale: #666666. Windows color (decimal): -778148 or 6037748. OLE color: 6037748.
HSL color Cylindrical-coordinate representation of color #F4205C: hue angle of 343.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4205C is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 92 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.04 |
| HSL | 343.02º | 0.91% | 0.54% | - |
| HSV(B) | 343.02º | 0.87% | 0.96% | - |
| XYZ | 39.76 | 21.04 | 12.09 | - |
| YUV | 102.23 | 122.24 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 92 | 0 | 0.87 | 0.62 | 0.04 | 343.02 | 0.91 | 0.54 |
| Hex | F4 | 20 | 5C | 0 | 57 | 3E | 4 | 157 | 5B | 36 |
| Octal | 364 | 40 | 134 | 0 | 127 | 76 | 4 | 527 | 133 | 66 |
| Binary | 11110100 | 100000 | 1011100 | 0 | 1010111 | 111110 | 100 | 101010111 | 1011011 | 110110 |
Color Harmonies of #F4205C
Complementary color
Monochromatic Colors of #F4205C
Black with #F4205C
Text Example
Text Example
White with #F4205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4205C; }
p { color: rgb(244,32,92); }
H1.HeaderClassName
{
color: #F4205C;
}
.AnyTagClassName
{
color: #F4205C;
}
</style>
background-color css
<style>
a { background-color: #F4205C; }
a { background-color: rgb(244,32,92); }
div.DivClassName
{
background-color: #F4205C;
}
.BgClassName
{
background-color: #F4205C;
}
</style>
border-color css
<style>
span { border-color: #F4205C; }
span { border-color: rgb(244,32,92); }
td.TdClassName
{
border-color: #F4205C;
}
.TagClassName
{
border-color: #F4205C;
}
</style>