Shades of Amaranth #F42748
Tints of Amaranth #F42748
RGB
CMYK
RGB Variations
Color information
#F42748 (or 0xF42748) is known color: Amaranth. HEX triplet: F4, 27 and 48. RGB value is (244,39,72). Sum of RGB (Red+Green+Blue) = 244+39+72=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F42748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42748 is #0BD8B7. Grayscale: #686868. Windows color (decimal): -776376 or 4728820. OLE color: 4728820.
HSL color Cylindrical-coordinate representation of color #F42748: hue angle of 350.34º 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 #F42748 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 72 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 350.34º | 0.9% | 0.55% | - |
| HSV(B) | 350.34º | 0.84% | 0.96% | - |
| XYZ | 39.2 | 21.15 | 8.15 | - |
| YUV | 104.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 72 | 0 | 0.84 | 0.70 | 0.04 | 350.34 | 0.9 | 0.55 |
| Hex | F4 | 27 | 48 | 0 | 54 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 47 | 110 | 0 | 124 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100111 | 1001000 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42748
Complementary color
Monochromatic Colors of #F42748
Black with #F42748
Text Example
Text Example
White with #F42748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42748; }
p { color: rgb(244,39,72); }
H1.HeaderClassName
{
color: #F42748;
}
.AnyTagClassName
{
color: #F42748;
}
</style>
background-color css
<style>
a { background-color: #F42748; }
a { background-color: rgb(244,39,72); }
div.DivClassName
{
background-color: #F42748;
}
.BgClassName
{
background-color: #F42748;
}
</style>
border-color css
<style>
span { border-color: #F42748; }
span { border-color: rgb(244,39,72); }
td.TdClassName
{
border-color: #F42748;
}
.TagClassName
{
border-color: #F42748;
}
</style>