Shades of Amaranth #F42D52
Tints of Amaranth #F42D52
RGB
CMYK
RGB Variations
Color information
#F42D52 (or 0xF42D52) is known color: Amaranth. HEX triplet: F4, 2D and 52. RGB value is (244,45,82). Sum of RGB (Red+Green+Blue) = 244+45+82=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42D52 is #0BD2AD. Grayscale: #6C6C6C. Windows color (decimal): -774830 or 5385716. OLE color: 5385716.
HSL color Cylindrical-coordinate representation of color #F42D52: hue angle of 348.84º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42D52 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 82 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.04 |
| HSL | 348.84º | 0.9% | 0.57% | - |
| HSV(B) | 348.84º | 0.82% | 0.96% | - |
| XYZ | 39.77 | 21.72 | 10.08 | - |
| YUV | 108.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 82 | 0 | 0.82 | 0.66 | 0.04 | 348.84 | 0.9 | 0.57 |
| Hex | F4 | 2D | 52 | 0 | 52 | 42 | 4 | 15D | 5A | 39 |
| Octal | 364 | 55 | 122 | 0 | 122 | 102 | 4 | 535 | 132 | 71 |
| Binary | 11110100 | 101101 | 1010010 | 0 | 1010010 | 1000010 | 100 | 101011101 | 1011010 | 111001 |
Color Harmonies of #F42D52
Complementary color
Monochromatic Colors of #F42D52
Black with #F42D52
Text Example
Text Example
White with #F42D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D52; }
p { color: rgb(244,45,82); }
H1.HeaderClassName
{
color: #F42D52;
}
.AnyTagClassName
{
color: #F42D52;
}
</style>
background-color css
<style>
a { background-color: #F42D52; }
a { background-color: rgb(244,45,82); }
div.DivClassName
{
background-color: #F42D52;
}
.BgClassName
{
background-color: #F42D52;
}
</style>
border-color css
<style>
span { border-color: #F42D52; }
span { border-color: rgb(244,45,82); }
td.TdClassName
{
border-color: #F42D52;
}
.TagClassName
{
border-color: #F42D52;
}
</style>