Shades of Amaranth #F2374B
Tints of Amaranth #F2374B
RGB
CMYK
RGB Variations
Color information
#F2374B (or 0xF2374B) is known color: Amaranth. HEX triplet: F2, 37 and 4B. RGB value is (242,55,75). Sum of RGB (Red+Green+Blue) = 242+55+75=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2374B is #0DC8B4. Grayscale: #717171. Windows color (decimal): -903349 or 4929522. OLE color: 4929522.
HSL color Cylindrical-coordinate representation of color #F2374B: hue angle of 353.58º 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 #F2374B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 75 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.05 |
| HSL | 353.58º | 0.88% | 0.58% | - |
| HSV(B) | 353.58º | 0.77% | 0.95% | - |
| XYZ | 39.25 | 22.12 | 8.86 | - |
| YUV | 113.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 75 | 0 | 0.77 | 0.69 | 0.05 | 353.58 | 0.88 | 0.58 |
| Hex | F2 | 37 | 4B | 0 | 4D | 45 | 5 | 162 | 58 | 3A |
| Octal | 362 | 67 | 113 | 0 | 115 | 105 | 5 | 542 | 130 | 72 |
| Binary | 11110010 | 110111 | 1001011 | 0 | 1001101 | 1000101 | 101 | 101100010 | 1011000 | 111010 |
Color Harmonies of #F2374B
Complementary color
Monochromatic Colors of #F2374B
Black with #F2374B
Text Example
Text Example
White with #F2374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2374B; }
p { color: rgb(242,55,75); }
H1.HeaderClassName
{
color: #F2374B;
}
.AnyTagClassName
{
color: #F2374B;
}
</style>
background-color css
<style>
a { background-color: #F2374B; }
a { background-color: rgb(242,55,75); }
div.DivClassName
{
background-color: #F2374B;
}
.BgClassName
{
background-color: #F2374B;
}
</style>
border-color css
<style>
span { border-color: #F2374B; }
span { border-color: rgb(242,55,75); }
td.TdClassName
{
border-color: #F2374B;
}
.TagClassName
{
border-color: #F2374B;
}
</style>