Shades of Amaranth #F1384B
Tints of Amaranth #F1384B
RGB
CMYK
RGB Variations
Color information
#F1384B (or 0xF1384B) is known color: Amaranth. HEX triplet: F1, 38 and 4B. RGB value is (241,56,75). Sum of RGB (Red+Green+Blue) = 241+56+75=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1384B is #0EC7B4. Grayscale: #717171. Windows color (decimal): -968629 or 4929777. OLE color: 4929777.
HSL color Cylindrical-coordinate representation of color #F1384B: hue angle of 353.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1384B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 75 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.05 |
| HSL | 353.84º | 0.87% | 0.58% | - |
| HSV(B) | 353.84º | 0.77% | 0.95% | - |
| XYZ | 38.96 | 22.04 | 8.86 | - |
| YUV | 113.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 75 | 0 | 0.77 | 0.69 | 0.05 | 353.84 | 0.87 | 0.58 |
| Hex | F1 | 38 | 4B | 0 | 4D | 45 | 5 | 162 | 57 | 3A |
| Octal | 361 | 70 | 113 | 0 | 115 | 105 | 5 | 542 | 127 | 72 |
| Binary | 11110001 | 111000 | 1001011 | 0 | 1001101 | 1000101 | 101 | 101100010 | 1010111 | 111010 |
Color Harmonies of #F1384B
Complementary color
Monochromatic Colors of #F1384B
Black with #F1384B
Text Example
Text Example
White with #F1384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1384B; }
p { color: rgb(241,56,75); }
H1.HeaderClassName
{
color: #F1384B;
}
.AnyTagClassName
{
color: #F1384B;
}
</style>
background-color css
<style>
a { background-color: #F1384B; }
a { background-color: rgb(241,56,75); }
div.DivClassName
{
background-color: #F1384B;
}
.BgClassName
{
background-color: #F1384B;
}
</style>
border-color css
<style>
span { border-color: #F1384B; }
span { border-color: rgb(241,56,75); }
td.TdClassName
{
border-color: #F1384B;
}
.TagClassName
{
border-color: #F1384B;
}
</style>