Shades of Amaranth #F14243
Tints of Amaranth #F14243
RGB
CMYK
RGB Variations
Color information
#F14243 (or 0xF14243) is known color: Amaranth. HEX triplet: F1, 42 and 43. RGB value is (241,66,67). Sum of RGB (Red+Green+Blue) = 241+66+67=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F14243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14243 is #0EBDBC. Grayscale: #767676. Windows color (decimal): -966077 or 4408049. OLE color: 4408049.
HSL color Cylindrical-coordinate representation of color #F14243: hue angle of 359.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14243 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 67 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.05 |
| HSL | 359.66º | 0.86% | 0.6% | - |
| HSV(B) | 359.66º | 0.73% | 0.95% | - |
| XYZ | 39.24 | 23 | 7.68 | - |
| YUV | 118.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 67 | 0 | 0.73 | 0.72 | 0.05 | 359.66 | 0.86 | 0.6 |
| Hex | F1 | 42 | 43 | 0 | 49 | 48 | 5 | 168 | 56 | 3C |
| Octal | 361 | 102 | 103 | 0 | 111 | 110 | 5 | 550 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1000011 | 0 | 1001001 | 1001000 | 101 | 101101000 | 1010110 | 111100 |
Color Harmonies of #F14243
Complementary color
Monochromatic Colors of #F14243
Black with #F14243
Text Example
Text Example
White with #F14243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14243; }
p { color: rgb(241,66,67); }
H1.HeaderClassName
{
color: #F14243;
}
.AnyTagClassName
{
color: #F14243;
}
</style>
background-color css
<style>
a { background-color: #F14243; }
a { background-color: rgb(241,66,67); }
div.DivClassName
{
background-color: #F14243;
}
.BgClassName
{
background-color: #F14243;
}
</style>
border-color css
<style>
span { border-color: #F14243; }
span { border-color: rgb(241,66,67); }
td.TdClassName
{
border-color: #F14243;
}
.TagClassName
{
border-color: #F14243;
}
</style>