Shades of Amaranth #F42951
Tints of Amaranth #F42951
RGB
CMYK
RGB Variations
Color information
#F42951 (or 0xF42951) is known color: Amaranth. HEX triplet: F4, 29 and 51. RGB value is (244,41,81). Sum of RGB (Red+Green+Blue) = 244+41+81=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F42951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42951 is #0BD6AE. Grayscale: #6A6A6A. Windows color (decimal): -775855 or 5319156. OLE color: 5319156.
HSL color Cylindrical-coordinate representation of color #F42951: hue angle of 348.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42951 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 81 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.04 |
| HSL | 348.18º | 0.9% | 0.56% | - |
| HSV(B) | 348.18º | 0.83% | 0.96% | - |
| XYZ | 39.59 | 21.41 | 9.83 | - |
| YUV | 106.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 81 | 0 | 0.83 | 0.67 | 0.04 | 348.18 | 0.9 | 0.56 |
| Hex | F4 | 29 | 51 | 0 | 53 | 43 | 4 | 15C | 5A | 38 |
| Octal | 364 | 51 | 121 | 0 | 123 | 103 | 4 | 534 | 132 | 70 |
| Binary | 11110100 | 101001 | 1010001 | 0 | 1010011 | 1000011 | 100 | 101011100 | 1011010 | 111000 |
Color Harmonies of #F42951
Complementary color
Monochromatic Colors of #F42951
Black with #F42951
Text Example
Text Example
White with #F42951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42951; }
p { color: rgb(244,41,81); }
H1.HeaderClassName
{
color: #F42951;
}
.AnyTagClassName
{
color: #F42951;
}
</style>
background-color css
<style>
a { background-color: #F42951; }
a { background-color: rgb(244,41,81); }
div.DivClassName
{
background-color: #F42951;
}
.BgClassName
{
background-color: #F42951;
}
</style>
border-color css
<style>
span { border-color: #F42951; }
span { border-color: rgb(244,41,81); }
td.TdClassName
{
border-color: #F42951;
}
.TagClassName
{
border-color: #F42951;
}
</style>