Shades of Amaranth #F44143
Tints of Amaranth #F44143
RGB
CMYK
RGB Variations
Color information
#F44143 (or 0xF44143) is known color: Amaranth. HEX triplet: F4, 41 and 43. RGB value is (244,65,67). Sum of RGB (Red+Green+Blue) = 244+65+67=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F44143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44143 is #0BBEBC. Grayscale: #767676. Windows color (decimal): -769725 or 4407796. OLE color: 4407796.
HSL color Cylindrical-coordinate representation of color #F44143: hue angle of 359.33º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44143 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 67 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.04 |
| HSL | 359.33º | 0.89% | 0.61% | - |
| HSV(B) | 359.33º | 0.73% | 0.96% | - |
| XYZ | 40.21 | 23.42 | 7.71 | - |
| YUV | 118.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 67 | 0 | 0.73 | 0.73 | 0.04 | 359.33 | 0.89 | 0.61 |
| Hex | F4 | 41 | 43 | 0 | 49 | 49 | 4 | 167 | 59 | 3D |
| Octal | 364 | 101 | 103 | 0 | 111 | 111 | 4 | 547 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1000011 | 0 | 1001001 | 1001001 | 100 | 101100111 | 1011001 | 111101 |
Color Harmonies of #F44143
Complementary color
Monochromatic Colors of #F44143
Black with #F44143
Text Example
Text Example
White with #F44143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44143; }
p { color: rgb(244,65,67); }
H1.HeaderClassName
{
color: #F44143;
}
.AnyTagClassName
{
color: #F44143;
}
</style>
background-color css
<style>
a { background-color: #F44143; }
a { background-color: rgb(244,65,67); }
div.DivClassName
{
background-color: #F44143;
}
.BgClassName
{
background-color: #F44143;
}
</style>
border-color css
<style>
span { border-color: #F44143; }
span { border-color: rgb(244,65,67); }
td.TdClassName
{
border-color: #F44143;
}
.TagClassName
{
border-color: #F44143;
}
</style>