Shades of Amaranth #F23146
Tints of Amaranth #F23146
RGB
CMYK
RGB Variations
Color information
#F23146 (or 0xF23146) is known color: Amaranth. HEX triplet: F2, 31 and 46. RGB value is (242,49,70). Sum of RGB (Red+Green+Blue) = 242+49+70=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23146 is #0DCEB9. Grayscale: #6D6D6D. Windows color (decimal): -904890 or 4600306. OLE color: 4600306.
HSL color Cylindrical-coordinate representation of color #F23146: hue angle of 353.47º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23146 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 70 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.05 |
| HSL | 353.47º | 0.88% | 0.57% | - |
| HSV(B) | 353.47º | 0.8% | 0.95% | - |
| XYZ | 38.82 | 21.52 | 7.9 | - |
| YUV | 109.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 70 | 0 | 0.80 | 0.71 | 0.05 | 353.47 | 0.88 | 0.57 |
| Hex | F2 | 31 | 46 | 0 | 50 | 47 | 5 | 161 | 58 | 39 |
| Octal | 362 | 61 | 106 | 0 | 120 | 107 | 5 | 541 | 130 | 71 |
| Binary | 11110010 | 110001 | 1000110 | 0 | 1010000 | 1000111 | 101 | 101100001 | 1011000 | 111001 |
Color Harmonies of #F23146
Complementary color
Monochromatic Colors of #F23146
Black with #F23146
Text Example
Text Example
White with #F23146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23146; }
p { color: rgb(242,49,70); }
H1.HeaderClassName
{
color: #F23146;
}
.AnyTagClassName
{
color: #F23146;
}
</style>
background-color css
<style>
a { background-color: #F23146; }
a { background-color: rgb(242,49,70); }
div.DivClassName
{
background-color: #F23146;
}
.BgClassName
{
background-color: #F23146;
}
</style>
border-color css
<style>
span { border-color: #F23146; }
span { border-color: rgb(242,49,70); }
td.TdClassName
{
border-color: #F23146;
}
.TagClassName
{
border-color: #F23146;
}
</style>