Shades of Amaranth #F1364D
Tints of Amaranth #F1364D
RGB
CMYK
RGB Variations
Color information
#F1364D (or 0xF1364D) is known color: Amaranth. HEX triplet: F1, 36 and 4D. RGB value is (241,54,77). Sum of RGB (Red+Green+Blue) = 241+54+77=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1364D is #0EC9B2. Grayscale: #707070. Windows color (decimal): -969139 or 5060337. OLE color: 5060337.
HSL color Cylindrical-coordinate representation of color #F1364D: hue angle of 352.62º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1364D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 77 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.05 |
| HSL | 352.62º | 0.87% | 0.58% | - |
| HSV(B) | 352.62º | 0.78% | 0.95% | - |
| XYZ | 38.93 | 21.87 | 9.19 | - |
| YUV | 112.54 | 107.95 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 77 | 0 | 0.78 | 0.68 | 0.05 | 352.62 | 0.87 | 0.58 |
| Hex | F1 | 36 | 4D | 0 | 4E | 44 | 5 | 161 | 57 | 3A |
| Octal | 361 | 66 | 115 | 0 | 116 | 104 | 5 | 541 | 127 | 72 |
| Binary | 11110001 | 110110 | 1001101 | 0 | 1001110 | 1000100 | 101 | 101100001 | 1010111 | 111010 |
Color Harmonies of #F1364D
Complementary color
Monochromatic Colors of #F1364D
Black with #F1364D
Text Example
Text Example
White with #F1364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1364D; }
p { color: rgb(241,54,77); }
H1.HeaderClassName
{
color: #F1364D;
}
.AnyTagClassName
{
color: #F1364D;
}
</style>
background-color css
<style>
a { background-color: #F1364D; }
a { background-color: rgb(241,54,77); }
div.DivClassName
{
background-color: #F1364D;
}
.BgClassName
{
background-color: #F1364D;
}
</style>
border-color css
<style>
span { border-color: #F1364D; }
span { border-color: rgb(241,54,77); }
td.TdClassName
{
border-color: #F1364D;
}
.TagClassName
{
border-color: #F1364D;
}
</style>