Shades of Amaranth #F42653
Tints of Amaranth #F42653
RGB
CMYK
RGB Variations
Color information
#F42653 (or 0xF42653) is known color: Amaranth. HEX triplet: F4, 26 and 53. RGB value is (244,38,83). Sum of RGB (Red+Green+Blue) = 244+38+83=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F42653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42653 is #0BD9AC. Grayscale: #686868. Windows color (decimal): -776621 or 5449460. OLE color: 5449460.
HSL color Cylindrical-coordinate representation of color #F42653: hue angle of 346.89º 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 #F42653 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 83 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.04 |
| HSL | 346.89º | 0.9% | 0.55% | - |
| HSV(B) | 346.89º | 0.84% | 0.96% | - |
| XYZ | 39.56 | 21.24 | 10.2 | - |
| YUV | 104.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 83 | 0 | 0.84 | 0.66 | 0.04 | 346.89 | 0.9 | 0.55 |
| Hex | F4 | 26 | 53 | 0 | 54 | 42 | 4 | 15B | 5A | 37 |
| Octal | 364 | 46 | 123 | 0 | 124 | 102 | 4 | 533 | 132 | 67 |
| Binary | 11110100 | 100110 | 1010011 | 0 | 1010100 | 1000010 | 100 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F42653
Complementary color
Monochromatic Colors of #F42653
Black with #F42653
Text Example
Text Example
White with #F42653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42653; }
p { color: rgb(244,38,83); }
H1.HeaderClassName
{
color: #F42653;
}
.AnyTagClassName
{
color: #F42653;
}
</style>
background-color css
<style>
a { background-color: #F42653; }
a { background-color: rgb(244,38,83); }
div.DivClassName
{
background-color: #F42653;
}
.BgClassName
{
background-color: #F42653;
}
</style>
border-color css
<style>
span { border-color: #F42653; }
span { border-color: rgb(244,38,83); }
td.TdClassName
{
border-color: #F42653;
}
.TagClassName
{
border-color: #F42653;
}
</style>