Shades of Amaranth #F21D52
Tints of Amaranth #F21D52
RGB
CMYK
RGB Variations
Color information
#F21D52 (or 0xF21D52) is known color: Amaranth. HEX triplet: F2, 1D and 52. RGB value is (242,29,82). Sum of RGB (Red+Green+Blue) = 242+29+82=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D52 is #0DE2AD. Grayscale: #626262. Windows color (decimal): -909998 or 5381618. OLE color: 5381618.
HSL color Cylindrical-coordinate representation of color #F21D52: hue angle of 345.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21D52 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 82 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.05 |
| HSL | 345.07º | 0.89% | 0.53% | - |
| HSV(B) | 345.07º | 0.88% | 0.95% | - |
| XYZ | 38.58 | 20.37 | 9.88 | - |
| YUV | 98.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 82 | 0 | 0.88 | 0.66 | 0.05 | 345.07 | 0.89 | 0.53 |
| Hex | F2 | 1D | 52 | 0 | 58 | 42 | 5 | 159 | 59 | 35 |
| Octal | 362 | 35 | 122 | 0 | 130 | 102 | 5 | 531 | 131 | 65 |
| Binary | 11110010 | 11101 | 1010010 | 0 | 1011000 | 1000010 | 101 | 101011001 | 1011001 | 110101 |
Color Harmonies of #F21D52
Complementary color
Monochromatic Colors of #F21D52
Black with #F21D52
Text Example
Text Example
White with #F21D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D52; }
p { color: rgb(242,29,82); }
H1.HeaderClassName
{
color: #F21D52;
}
.AnyTagClassName
{
color: #F21D52;
}
</style>
background-color css
<style>
a { background-color: #F21D52; }
a { background-color: rgb(242,29,82); }
div.DivClassName
{
background-color: #F21D52;
}
.BgClassName
{
background-color: #F21D52;
}
</style>
border-color css
<style>
span { border-color: #F21D52; }
span { border-color: rgb(242,29,82); }
td.TdClassName
{
border-color: #F21D52;
}
.TagClassName
{
border-color: #F21D52;
}
</style>