Shades of Amaranth #F1424B
Tints of Amaranth #F1424B
RGB
CMYK
RGB Variations
Color information
#F1424B (or 0xF1424B) is known color: Amaranth. HEX triplet: F1, 42 and 4B. RGB value is (241,66,75). Sum of RGB (Red+Green+Blue) = 241+66+75=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1424B is #0EBDB4. Grayscale: #777777. Windows color (decimal): -966069 or 4932337. OLE color: 4932337.
HSL color Cylindrical-coordinate representation of color #F1424B: hue angle of 356.91º 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 #F1424B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 75 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.05 |
| HSL | 356.91º | 0.86% | 0.6% | - |
| HSV(B) | 356.91º | 0.73% | 0.95% | - |
| XYZ | 39.49 | 23.11 | 9.03 | - |
| YUV | 119.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 75 | 0 | 0.73 | 0.69 | 0.05 | 356.91 | 0.86 | 0.6 |
| Hex | F1 | 42 | 4B | 0 | 49 | 45 | 5 | 165 | 56 | 3C |
| Octal | 361 | 102 | 113 | 0 | 111 | 105 | 5 | 545 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1001011 | 0 | 1001001 | 1000101 | 101 | 101100101 | 1010110 | 111100 |
Color Harmonies of #F1424B
Complementary color
Monochromatic Colors of #F1424B
Black with #F1424B
Text Example
Text Example
White with #F1424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1424B; }
p { color: rgb(241,66,75); }
H1.HeaderClassName
{
color: #F1424B;
}
.AnyTagClassName
{
color: #F1424B;
}
</style>
background-color css
<style>
a { background-color: #F1424B; }
a { background-color: rgb(241,66,75); }
div.DivClassName
{
background-color: #F1424B;
}
.BgClassName
{
background-color: #F1424B;
}
</style>
border-color css
<style>
span { border-color: #F1424B; }
span { border-color: rgb(241,66,75); }
td.TdClassName
{
border-color: #F1424B;
}
.TagClassName
{
border-color: #F1424B;
}
</style>