Shades of Amaranth #F23547
Tints of Amaranth #F23547
RGB
CMYK
RGB Variations
Color information
#F23547 (or 0xF23547) is known color: Amaranth. HEX triplet: F2, 35 and 47. RGB value is (242,53,71). Sum of RGB (Red+Green+Blue) = 242+53+71=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23547 is #0DCAB8. Grayscale: #6F6F6F. Windows color (decimal): -903865 or 4666866. OLE color: 4666866.
HSL color Cylindrical-coordinate representation of color #F23547: hue angle of 354.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23547 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 71 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.05 |
| HSL | 354.29º | 0.88% | 0.58% | - |
| HSV(B) | 354.29º | 0.78% | 0.95% | - |
| XYZ | 39.03 | 21.88 | 8.13 | - |
| YUV | 111.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 71 | 0 | 0.78 | 0.71 | 0.05 | 354.29 | 0.88 | 0.58 |
| Hex | F2 | 35 | 47 | 0 | 4E | 47 | 5 | 162 | 58 | 3A |
| Octal | 362 | 65 | 107 | 0 | 116 | 107 | 5 | 542 | 130 | 72 |
| Binary | 11110010 | 110101 | 1000111 | 0 | 1001110 | 1000111 | 101 | 101100010 | 1011000 | 111010 |
Color Harmonies of #F23547
Complementary color
Monochromatic Colors of #F23547
Black with #F23547
Text Example
Text Example
White with #F23547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23547; }
p { color: rgb(242,53,71); }
H1.HeaderClassName
{
color: #F23547;
}
.AnyTagClassName
{
color: #F23547;
}
</style>
background-color css
<style>
a { background-color: #F23547; }
a { background-color: rgb(242,53,71); }
div.DivClassName
{
background-color: #F23547;
}
.BgClassName
{
background-color: #F23547;
}
</style>
border-color css
<style>
span { border-color: #F23547; }
span { border-color: rgb(242,53,71); }
td.TdClassName
{
border-color: #F23547;
}
.TagClassName
{
border-color: #F23547;
}
</style>