Shades of Amaranth #F23849
Tints of Amaranth #F23849
RGB
CMYK
RGB Variations
Color information
#F23849 (or 0xF23849) is known color: Amaranth. HEX triplet: F2, 38 and 49. RGB value is (242,56,73). Sum of RGB (Red+Green+Blue) = 242+56+73=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23849 is #0DC7B6. Grayscale: #717171. Windows color (decimal): -903095 or 4798706. OLE color: 4798706.
HSL color Cylindrical-coordinate representation of color #F23849: hue angle of 354.52º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23849 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 73 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.05 |
| HSL | 354.52º | 0.88% | 0.58% | - |
| HSV(B) | 354.52º | 0.77% | 0.95% | - |
| XYZ | 39.23 | 22.19 | 8.52 | - |
| YUV | 113.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 73 | 0 | 0.77 | 0.70 | 0.05 | 354.52 | 0.88 | 0.58 |
| Hex | F2 | 38 | 49 | 0 | 4D | 46 | 5 | 163 | 58 | 3A |
| Octal | 362 | 70 | 111 | 0 | 115 | 106 | 5 | 543 | 130 | 72 |
| Binary | 11110010 | 111000 | 1001001 | 0 | 1001101 | 1000110 | 101 | 101100011 | 1011000 | 111010 |
Color Harmonies of #F23849
Complementary color
Monochromatic Colors of #F23849
Black with #F23849
Text Example
Text Example
White with #F23849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23849; }
p { color: rgb(242,56,73); }
H1.HeaderClassName
{
color: #F23849;
}
.AnyTagClassName
{
color: #F23849;
}
</style>
background-color css
<style>
a { background-color: #F23849; }
a { background-color: rgb(242,56,73); }
div.DivClassName
{
background-color: #F23849;
}
.BgClassName
{
background-color: #F23849;
}
</style>
border-color css
<style>
span { border-color: #F23849; }
span { border-color: rgb(242,56,73); }
td.TdClassName
{
border-color: #F23849;
}
.TagClassName
{
border-color: #F23849;
}
</style>