Shades of Amaranth #F23949
Tints of Amaranth #F23949
RGB
CMYK
RGB Variations
Color information
#F23949 (or 0xF23949) is known color: Amaranth. HEX triplet: F2, 39 and 49. RGB value is (242,57,73). Sum of RGB (Red+Green+Blue) = 242+57+73=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F23949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23949 is #0DC6B6. Grayscale: #727272. Windows color (decimal): -902839 or 4798962. OLE color: 4798962.
HSL color Cylindrical-coordinate representation of color #F23949: hue angle of 354.81º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23949 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 73 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.05 |
| HSL | 354.81º | 0.88% | 0.59% | - |
| HSV(B) | 354.81º | 0.76% | 0.95% | - |
| XYZ | 39.28 | 22.28 | 8.53 | - |
| YUV | 114.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 73 | 0 | 0.76 | 0.70 | 0.05 | 354.81 | 0.88 | 0.59 |
| Hex | F2 | 39 | 49 | 0 | 4C | 46 | 5 | 163 | 58 | 3B |
| Octal | 362 | 71 | 111 | 0 | 114 | 106 | 5 | 543 | 130 | 73 |
| Binary | 11110010 | 111001 | 1001001 | 0 | 1001100 | 1000110 | 101 | 101100011 | 1011000 | 111011 |
Color Harmonies of #F23949
Complementary color
Monochromatic Colors of #F23949
Black with #F23949
Text Example
Text Example
White with #F23949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23949; }
p { color: rgb(242,57,73); }
H1.HeaderClassName
{
color: #F23949;
}
.AnyTagClassName
{
color: #F23949;
}
</style>
background-color css
<style>
a { background-color: #F23949; }
a { background-color: rgb(242,57,73); }
div.DivClassName
{
background-color: #F23949;
}
.BgClassName
{
background-color: #F23949;
}
</style>
border-color css
<style>
span { border-color: #F23949; }
span { border-color: rgb(242,57,73); }
td.TdClassName
{
border-color: #F23949;
}
.TagClassName
{
border-color: #F23949;
}
</style>