Shades of Amaranth #F21852
Tints of Amaranth #F21852
RGB
CMYK
RGB Variations
Color information
#F21852 (or 0xF21852) is known color: Amaranth. HEX triplet: F2, 18 and 52. RGB value is (242,24,82). Sum of RGB (Red+Green+Blue) = 242+24+82=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F21852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21852 is #0DE7AD. Grayscale: #5F5F5F. Windows color (decimal): -911278 or 5380338. OLE color: 5380338.
HSL color Cylindrical-coordinate representation of color #F21852: hue angle of 344.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21852 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.05 |
| HSL | 344.04º | 0.89% | 0.52% | - |
| HSV(B) | 344.04º | 0.9% | 0.95% | - |
| XYZ | 38.47 | 20.14 | 9.84 | - |
| YUV | 95.79 | 120.22 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 82 | 0 | 0.90 | 0.66 | 0.05 | 344.04 | 0.89 | 0.52 |
| Hex | F2 | 18 | 52 | 0 | 5A | 42 | 5 | 158 | 59 | 34 |
| Octal | 362 | 30 | 122 | 0 | 132 | 102 | 5 | 530 | 131 | 64 |
| Binary | 11110010 | 11000 | 1010010 | 0 | 1011010 | 1000010 | 101 | 101011000 | 1011001 | 110100 |
Color Harmonies of #F21852
Complementary color
Monochromatic Colors of #F21852
Black with #F21852
Text Example
Text Example
White with #F21852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21852; }
p { color: rgb(242,24,82); }
H1.HeaderClassName
{
color: #F21852;
}
.AnyTagClassName
{
color: #F21852;
}
</style>
background-color css
<style>
a { background-color: #F21852; }
a { background-color: rgb(242,24,82); }
div.DivClassName
{
background-color: #F21852;
}
.BgClassName
{
background-color: #F21852;
}
</style>
border-color css
<style>
span { border-color: #F21852; }
span { border-color: rgb(242,24,82); }
td.TdClassName
{
border-color: #F21852;
}
.TagClassName
{
border-color: #F21852;
}
</style>