Shades of Amaranth #F4255A
Tints of Amaranth #F4255A
RGB
CMYK
RGB Variations
Color information
#F4255A (or 0xF4255A) is known color: Amaranth. HEX triplet: F4, 25 and 5A. RGB value is (244,37,90). Sum of RGB (Red+Green+Blue) = 244+37+90=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4255A is #0BDAA5. Grayscale: #686868. Windows color (decimal): -776870 or 5907956. OLE color: 5907956.
HSL color Cylindrical-coordinate representation of color #F4255A: hue angle of 344.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4255A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 90 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.04 |
| HSL | 344.64º | 0.9% | 0.55% | - |
| HSV(B) | 344.64º | 0.85% | 0.96% | - |
| XYZ | 39.82 | 21.29 | 11.68 | - |
| YUV | 104.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 90 | 0 | 0.85 | 0.63 | 0.04 | 344.64 | 0.9 | 0.55 |
| Hex | F4 | 25 | 5A | 0 | 55 | 3F | 4 | 159 | 5A | 37 |
| Octal | 364 | 45 | 132 | 0 | 125 | 77 | 4 | 531 | 132 | 67 |
| Binary | 11110100 | 100101 | 1011010 | 0 | 1010101 | 111111 | 100 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F4255A
Complementary color
Monochromatic Colors of #F4255A
Black with #F4255A
Text Example
Text Example
White with #F4255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4255A; }
p { color: rgb(244,37,90); }
H1.HeaderClassName
{
color: #F4255A;
}
.AnyTagClassName
{
color: #F4255A;
}
</style>
background-color css
<style>
a { background-color: #F4255A; }
a { background-color: rgb(244,37,90); }
div.DivClassName
{
background-color: #F4255A;
}
.BgClassName
{
background-color: #F4255A;
}
</style>
border-color css
<style>
span { border-color: #F4255A; }
span { border-color: rgb(244,37,90); }
td.TdClassName
{
border-color: #F4255A;
}
.TagClassName
{
border-color: #F4255A;
}
</style>