Shades of Amaranth #F42643
Tints of Amaranth #F42643
RGB
CMYK
RGB Variations
Color information
#F42643 (or 0xF42643) is known color: Amaranth. HEX triplet: F4, 26 and 43. RGB value is (244,38,67). Sum of RGB (Red+Green+Blue) = 244+38+67=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42643 is #0BD9BC. Grayscale: #666666. Windows color (decimal): -776637 or 4400884. OLE color: 4400884.
HSL color Cylindrical-coordinate representation of color #F42643: hue angle of 351.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42643 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 67 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.04 |
| HSL | 351.55º | 0.9% | 0.55% | - |
| HSV(B) | 351.55º | 0.84% | 0.96% | - |
| XYZ | 39.01 | 21.02 | 7.31 | - |
| YUV | 102.9 | 107.75 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 67 | 0 | 0.84 | 0.73 | 0.04 | 351.55 | 0.9 | 0.55 |
| Hex | F4 | 26 | 43 | 0 | 54 | 49 | 4 | 160 | 5A | 37 |
| Octal | 364 | 46 | 103 | 0 | 124 | 111 | 4 | 540 | 132 | 67 |
| Binary | 11110100 | 100110 | 1000011 | 0 | 1010100 | 1001001 | 100 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F42643
Complementary color
Monochromatic Colors of #F42643
Black with #F42643
Text Example
Text Example
White with #F42643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42643; }
p { color: rgb(244,38,67); }
H1.HeaderClassName
{
color: #F42643;
}
.AnyTagClassName
{
color: #F42643;
}
</style>
background-color css
<style>
a { background-color: #F42643; }
a { background-color: rgb(244,38,67); }
div.DivClassName
{
background-color: #F42643;
}
.BgClassName
{
background-color: #F42643;
}
</style>
border-color css
<style>
span { border-color: #F42643; }
span { border-color: rgb(244,38,67); }
td.TdClassName
{
border-color: #F42643;
}
.TagClassName
{
border-color: #F42643;
}
</style>