Shades of Amaranth #F23649
Tints of Amaranth #F23649
RGB
CMYK
RGB Variations
Color information
#F23649 (or 0xF23649) is known color: Amaranth. HEX triplet: F2, 36 and 49. RGB value is (242,54,73). Sum of RGB (Red+Green+Blue) = 242+54+73=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23649 is #0DC9B6. Grayscale: #707070. Windows color (decimal): -903607 or 4798194. OLE color: 4798194.
HSL color Cylindrical-coordinate representation of color #F23649: hue angle of 353.94º 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 #F23649 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 73 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.05 |
| HSL | 353.94º | 0.88% | 0.58% | - |
| HSV(B) | 353.94º | 0.78% | 0.95% | - |
| XYZ | 39.14 | 22 | 8.49 | - |
| YUV | 112.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 73 | 0 | 0.78 | 0.70 | 0.05 | 353.94 | 0.88 | 0.58 |
| Hex | F2 | 36 | 49 | 0 | 4E | 46 | 5 | 162 | 58 | 3A |
| Octal | 362 | 66 | 111 | 0 | 116 | 106 | 5 | 542 | 130 | 72 |
| Binary | 11110010 | 110110 | 1001001 | 0 | 1001110 | 1000110 | 101 | 101100010 | 1011000 | 111010 |
Color Harmonies of #F23649
Complementary color
Monochromatic Colors of #F23649
Black with #F23649
Text Example
Text Example
White with #F23649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23649; }
p { color: rgb(242,54,73); }
H1.HeaderClassName
{
color: #F23649;
}
.AnyTagClassName
{
color: #F23649;
}
</style>
background-color css
<style>
a { background-color: #F23649; }
a { background-color: rgb(242,54,73); }
div.DivClassName
{
background-color: #F23649;
}
.BgClassName
{
background-color: #F23649;
}
</style>
border-color css
<style>
span { border-color: #F23649; }
span { border-color: rgb(242,54,73); }
td.TdClassName
{
border-color: #F23649;
}
.TagClassName
{
border-color: #F23649;
}
</style>