Shades of Amaranth #F43D4A
Tints of Amaranth #F43D4A
RGB
CMYK
RGB Variations
Color information
#F43D4A (or 0xF43D4A) is known color: Amaranth. HEX triplet: F4, 3D and 4A. RGB value is (244,61,74). Sum of RGB (Red+Green+Blue) = 244+61+74=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43D4A is #0BC2B5. Grayscale: #757575. Windows color (decimal): -770742 or 4865524. OLE color: 4865524.
HSL color Cylindrical-coordinate representation of color #F43D4A: hue angle of 355.74º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43D4A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 74 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.04 |
| HSL | 355.74º | 0.89% | 0.6% | - |
| HSV(B) | 355.74º | 0.75% | 0.96% | - |
| XYZ | 40.21 | 23.07 | 8.81 | - |
| YUV | 117.2 | 103.63 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 74 | 0 | 0.75 | 0.70 | 0.04 | 355.74 | 0.89 | 0.6 |
| Hex | F4 | 3D | 4A | 0 | 4B | 46 | 4 | 164 | 59 | 3C |
| Octal | 364 | 75 | 112 | 0 | 113 | 106 | 4 | 544 | 131 | 74 |
| Binary | 11110100 | 111101 | 1001010 | 0 | 1001011 | 1000110 | 100 | 101100100 | 1011001 | 111100 |
Color Harmonies of #F43D4A
Complementary color
Monochromatic Colors of #F43D4A
Black with #F43D4A
Text Example
Text Example
White with #F43D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43D4A; }
p { color: rgb(244,61,74); }
H1.HeaderClassName
{
color: #F43D4A;
}
.AnyTagClassName
{
color: #F43D4A;
}
</style>
background-color css
<style>
a { background-color: #F43D4A; }
a { background-color: rgb(244,61,74); }
div.DivClassName
{
background-color: #F43D4A;
}
.BgClassName
{
background-color: #F43D4A;
}
</style>
border-color css
<style>
span { border-color: #F43D4A; }
span { border-color: rgb(244,61,74); }
td.TdClassName
{
border-color: #F43D4A;
}
.TagClassName
{
border-color: #F43D4A;
}
</style>