Shades of Amaranth #F13345
Tints of Amaranth #F13345
RGB
CMYK
RGB Variations
Color information
#F13345 (or 0xF13345) is known color: Amaranth. HEX triplet: F1, 33 and 45. RGB value is (241,51,69). Sum of RGB (Red+Green+Blue) = 241+51+69=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F13345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13345 is #0ECCBA. Grayscale: #6D6D6D. Windows color (decimal): -969915 or 4535281. OLE color: 4535281.
HSL color Cylindrical-coordinate representation of color #F13345: hue angle of 354.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13345 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 69 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.05 |
| HSL | 354.32º | 0.87% | 0.57% | - |
| HSV(B) | 354.32º | 0.79% | 0.95% | - |
| XYZ | 38.53 | 21.5 | 7.75 | - |
| YUV | 109.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 69 | 0 | 0.79 | 0.71 | 0.05 | 354.32 | 0.87 | 0.57 |
| Hex | F1 | 33 | 45 | 0 | 4F | 47 | 5 | 162 | 57 | 39 |
| Octal | 361 | 63 | 105 | 0 | 117 | 107 | 5 | 542 | 127 | 71 |
| Binary | 11110001 | 110011 | 1000101 | 0 | 1001111 | 1000111 | 101 | 101100010 | 1010111 | 111001 |
Color Harmonies of #F13345
Complementary color
Monochromatic Colors of #F13345
Black with #F13345
Text Example
Text Example
White with #F13345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13345; }
p { color: rgb(241,51,69); }
H1.HeaderClassName
{
color: #F13345;
}
.AnyTagClassName
{
color: #F13345;
}
</style>
background-color css
<style>
a { background-color: #F13345; }
a { background-color: rgb(241,51,69); }
div.DivClassName
{
background-color: #F13345;
}
.BgClassName
{
background-color: #F13345;
}
</style>
border-color css
<style>
span { border-color: #F13345; }
span { border-color: rgb(241,51,69); }
td.TdClassName
{
border-color: #F13345;
}
.TagClassName
{
border-color: #F13345;
}
</style>