Shades of Amaranth #F42553
Tints of Amaranth #F42553
RGB
CMYK
RGB Variations
Color information
#F42553 (or 0xF42553) is known color: Amaranth. HEX triplet: F4, 25 and 53. RGB value is (244,37,83). Sum of RGB (Red+Green+Blue) = 244+37+83=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F42553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42553 is #0BDAAC. Grayscale: #686868. Windows color (decimal): -776877 or 5449204. OLE color: 5449204.
HSL color Cylindrical-coordinate representation of color #F42553: hue angle of 346.67º 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 #F42553 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 83 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.04 |
| HSL | 346.67º | 0.9% | 0.55% | - |
| HSV(B) | 346.67º | 0.85% | 0.96% | - |
| XYZ | 39.53 | 21.18 | 10.19 | - |
| YUV | 104.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 83 | 0 | 0.85 | 0.66 | 0.04 | 346.67 | 0.9 | 0.55 |
| Hex | F4 | 25 | 53 | 0 | 55 | 42 | 4 | 15B | 5A | 37 |
| Octal | 364 | 45 | 123 | 0 | 125 | 102 | 4 | 533 | 132 | 67 |
| Binary | 11110100 | 100101 | 1010011 | 0 | 1010101 | 1000010 | 100 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F42553
Complementary color
Monochromatic Colors of #F42553
Black with #F42553
Text Example
Text Example
White with #F42553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42553; }
p { color: rgb(244,37,83); }
H1.HeaderClassName
{
color: #F42553;
}
.AnyTagClassName
{
color: #F42553;
}
</style>
background-color css
<style>
a { background-color: #F42553; }
a { background-color: rgb(244,37,83); }
div.DivClassName
{
background-color: #F42553;
}
.BgClassName
{
background-color: #F42553;
}
</style>
border-color css
<style>
span { border-color: #F42553; }
span { border-color: rgb(244,37,83); }
td.TdClassName
{
border-color: #F42553;
}
.TagClassName
{
border-color: #F42553;
}
</style>