Shades of Amaranth #F1424A
Tints of Amaranth #F1424A
RGB
CMYK
RGB Variations
Color information
#F1424A (or 0xF1424A) is known color: Amaranth. HEX triplet: F1, 42 and 4A. RGB value is (241,66,74). Sum of RGB (Red+Green+Blue) = 241+66+74=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1424A is #0EBDB5. Grayscale: #777777. Windows color (decimal): -966070 or 4866801. OLE color: 4866801.
HSL color Cylindrical-coordinate representation of color #F1424A: hue angle of 357.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1424A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 74 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.05 |
| HSL | 357.26º | 0.86% | 0.6% | - |
| HSV(B) | 357.26º | 0.73% | 0.95% | - |
| XYZ | 39.46 | 23.09 | 8.86 | - |
| YUV | 119.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 74 | 0 | 0.73 | 0.69 | 0.05 | 357.26 | 0.86 | 0.6 |
| Hex | F1 | 42 | 4A | 0 | 49 | 45 | 5 | 165 | 56 | 3C |
| Octal | 361 | 102 | 112 | 0 | 111 | 105 | 5 | 545 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1001010 | 0 | 1001001 | 1000101 | 101 | 101100101 | 1010110 | 111100 |
Color Harmonies of #F1424A
Complementary color
Monochromatic Colors of #F1424A
Black with #F1424A
Text Example
Text Example
White with #F1424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1424A; }
p { color: rgb(241,66,74); }
H1.HeaderClassName
{
color: #F1424A;
}
.AnyTagClassName
{
color: #F1424A;
}
</style>
background-color css
<style>
a { background-color: #F1424A; }
a { background-color: rgb(241,66,74); }
div.DivClassName
{
background-color: #F1424A;
}
.BgClassName
{
background-color: #F1424A;
}
</style>
border-color css
<style>
span { border-color: #F1424A; }
span { border-color: rgb(241,66,74); }
td.TdClassName
{
border-color: #F1424A;
}
.TagClassName
{
border-color: #F1424A;
}
</style>