Shades of Amaranth #F13C44
Tints of Amaranth #F13C44
RGB
CMYK
RGB Variations
Color information
#F13C44 (or 0xF13C44) is known color: Amaranth. HEX triplet: F1, 3C and 44. RGB value is (241,60,68). Sum of RGB (Red+Green+Blue) = 241+60+68=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C44 is #0EC3BB. Grayscale: #737373. Windows color (decimal): -967612 or 4472049. OLE color: 4472049.
HSL color Cylindrical-coordinate representation of color #F13C44: hue angle of 357.35º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13C44 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 68 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.05 |
| HSL | 357.35º | 0.87% | 0.59% | - |
| HSV(B) | 357.35º | 0.75% | 0.95% | - |
| XYZ | 38.93 | 22.35 | 7.73 | - |
| YUV | 115.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 68 | 0 | 0.75 | 0.72 | 0.05 | 357.35 | 0.87 | 0.59 |
| Hex | F1 | 3C | 44 | 0 | 4B | 48 | 5 | 165 | 57 | 3B |
| Octal | 361 | 74 | 104 | 0 | 113 | 110 | 5 | 545 | 127 | 73 |
| Binary | 11110001 | 111100 | 1000100 | 0 | 1001011 | 1001000 | 101 | 101100101 | 1010111 | 111011 |
Color Harmonies of #F13C44
Complementary color
Monochromatic Colors of #F13C44
Black with #F13C44
Text Example
Text Example
White with #F13C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C44; }
p { color: rgb(241,60,68); }
H1.HeaderClassName
{
color: #F13C44;
}
.AnyTagClassName
{
color: #F13C44;
}
</style>
background-color css
<style>
a { background-color: #F13C44; }
a { background-color: rgb(241,60,68); }
div.DivClassName
{
background-color: #F13C44;
}
.BgClassName
{
background-color: #F13C44;
}
</style>
border-color css
<style>
span { border-color: #F13C44; }
span { border-color: rgb(241,60,68); }
td.TdClassName
{
border-color: #F13C44;
}
.TagClassName
{
border-color: #F13C44;
}
</style>