Shades of Amaranth #F2164B
Tints of Amaranth #F2164B
RGB
CMYK
RGB Variations
Color information
#F2164B (or 0xF2164B) is known color: Amaranth. HEX triplet: F2, 16 and 4B. RGB value is (242,22,75). Sum of RGB (Red+Green+Blue) = 242+22+75=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2164B is #0DE9B4. Grayscale: #5D5D5D. Windows color (decimal): -911797 or 4921074. OLE color: 4921074.
HSL color Cylindrical-coordinate representation of color #F2164B: hue angle of 345.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2164B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 75 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.05 |
| HSL | 345.55º | 0.89% | 0.52% | - |
| HSV(B) | 345.55º | 0.91% | 0.95% | - |
| XYZ | 38.17 | 19.96 | 8.5 | - |
| YUV | 93.82 | 117.39 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 75 | 0 | 0.91 | 0.69 | 0.05 | 345.55 | 0.89 | 0.52 |
| Hex | F2 | 16 | 4B | 0 | 5B | 45 | 5 | 15A | 59 | 34 |
| Octal | 362 | 26 | 113 | 0 | 133 | 105 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 10110 | 1001011 | 0 | 1011011 | 1000101 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F2164B
Complementary color
Monochromatic Colors of #F2164B
Black with #F2164B
Text Example
Text Example
White with #F2164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2164B; }
p { color: rgb(242,22,75); }
H1.HeaderClassName
{
color: #F2164B;
}
.AnyTagClassName
{
color: #F2164B;
}
</style>
background-color css
<style>
a { background-color: #F2164B; }
a { background-color: rgb(242,22,75); }
div.DivClassName
{
background-color: #F2164B;
}
.BgClassName
{
background-color: #F2164B;
}
</style>
border-color css
<style>
span { border-color: #F2164B; }
span { border-color: rgb(242,22,75); }
td.TdClassName
{
border-color: #F2164B;
}
.TagClassName
{
border-color: #F2164B;
}
</style>