Shades of Amaranth #F42543
Tints of Amaranth #F42543
RGB
CMYK
RGB Variations
Color information
#F42543 (or 0xF42543) is known color: Amaranth. HEX triplet: F4, 25 and 43. RGB value is (244,37,67). Sum of RGB (Red+Green+Blue) = 244+37+67=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F42543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42543 is #0BDABC. Grayscale: #666666. Windows color (decimal): -776893 or 4400628. OLE color: 4400628.
HSL color Cylindrical-coordinate representation of color #F42543: hue angle of 351.3º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42543 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 67 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.04 |
| HSL | 351.3º | 0.9% | 0.55% | - |
| HSV(B) | 351.3º | 0.85% | 0.96% | - |
| XYZ | 38.98 | 20.96 | 7.3 | - |
| YUV | 102.31 | 108.08 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 67 | 0 | 0.85 | 0.73 | 0.04 | 351.3 | 0.9 | 0.55 |
| Hex | F4 | 25 | 43 | 0 | 55 | 49 | 4 | 15F | 5A | 37 |
| Octal | 364 | 45 | 103 | 0 | 125 | 111 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100101 | 1000011 | 0 | 1010101 | 1001001 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42543
Complementary color
Monochromatic Colors of #F42543
Black with #F42543
Text Example
Text Example
White with #F42543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42543; }
p { color: rgb(244,37,67); }
H1.HeaderClassName
{
color: #F42543;
}
.AnyTagClassName
{
color: #F42543;
}
</style>
background-color css
<style>
a { background-color: #F42543; }
a { background-color: rgb(244,37,67); }
div.DivClassName
{
background-color: #F42543;
}
.BgClassName
{
background-color: #F42543;
}
</style>
border-color css
<style>
span { border-color: #F42543; }
span { border-color: rgb(244,37,67); }
td.TdClassName
{
border-color: #F42543;
}
.TagClassName
{
border-color: #F42543;
}
</style>