Shades of Amaranth #F1364C
Tints of Amaranth #F1364C
RGB
CMYK
RGB Variations
Color information
#F1364C (or 0xF1364C) is known color: Amaranth. HEX triplet: F1, 36 and 4C. RGB value is (241,54,76). Sum of RGB (Red+Green+Blue) = 241+54+76=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1364C is #0EC9B3. Grayscale: #707070. Windows color (decimal): -969140 or 4994801. OLE color: 4994801.
HSL color Cylindrical-coordinate representation of color #F1364C: hue angle of 352.94º 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 #F1364C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 76 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.05 |
| HSL | 352.94º | 0.87% | 0.58% | - |
| HSV(B) | 352.94º | 0.78% | 0.95% | - |
| XYZ | 38.9 | 21.86 | 9.01 | - |
| YUV | 112.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 76 | 0 | 0.78 | 0.68 | 0.05 | 352.94 | 0.87 | 0.58 |
| Hex | F1 | 36 | 4C | 0 | 4E | 44 | 5 | 161 | 57 | 3A |
| Octal | 361 | 66 | 114 | 0 | 116 | 104 | 5 | 541 | 127 | 72 |
| Binary | 11110001 | 110110 | 1001100 | 0 | 1001110 | 1000100 | 101 | 101100001 | 1010111 | 111010 |
Color Harmonies of #F1364C
Complementary color
Monochromatic Colors of #F1364C
Black with #F1364C
Text Example
Text Example
White with #F1364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1364C; }
p { color: rgb(241,54,76); }
H1.HeaderClassName
{
color: #F1364C;
}
.AnyTagClassName
{
color: #F1364C;
}
</style>
background-color css
<style>
a { background-color: #F1364C; }
a { background-color: rgb(241,54,76); }
div.DivClassName
{
background-color: #F1364C;
}
.BgClassName
{
background-color: #F1364C;
}
</style>
border-color css
<style>
span { border-color: #F1364C; }
span { border-color: rgb(241,54,76); }
td.TdClassName
{
border-color: #F1364C;
}
.TagClassName
{
border-color: #F1364C;
}
</style>