Shades of Amaranth #F42448
Tints of Amaranth #F42448
RGB
CMYK
RGB Variations
Color information
#F42448 (or 0xF42448) is known color: Amaranth. HEX triplet: F4, 24 and 48. RGB value is (244,36,72). Sum of RGB (Red+Green+Blue) = 244+36+72=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42448 is #0BDBB7. Grayscale: #666666. Windows color (decimal): -777144 or 4728052. OLE color: 4728052.
HSL color Cylindrical-coordinate representation of color #F42448: hue angle of 349.62º 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 #F42448 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 72 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.04 |
| HSL | 349.62º | 0.9% | 0.55% | - |
| HSV(B) | 349.62º | 0.85% | 0.96% | - |
| XYZ | 39.11 | 20.96 | 8.12 | - |
| YUV | 102.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 72 | 0 | 0.85 | 0.70 | 0.04 | 349.62 | 0.9 | 0.55 |
| Hex | F4 | 24 | 48 | 0 | 55 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 44 | 110 | 0 | 125 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100100 | 1001000 | 0 | 1010101 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42448
Complementary color
Monochromatic Colors of #F42448
Black with #F42448
Text Example
Text Example
White with #F42448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42448; }
p { color: rgb(244,36,72); }
H1.HeaderClassName
{
color: #F42448;
}
.AnyTagClassName
{
color: #F42448;
}
</style>
background-color css
<style>
a { background-color: #F42448; }
a { background-color: rgb(244,36,72); }
div.DivClassName
{
background-color: #F42448;
}
.BgClassName
{
background-color: #F42448;
}
</style>
border-color css
<style>
span { border-color: #F42448; }
span { border-color: rgb(244,36,72); }
td.TdClassName
{
border-color: #F42448;
}
.TagClassName
{
border-color: #F42448;
}
</style>