Shades of Amaranth #F24348
Tints of Amaranth #F24348
RGB
CMYK
RGB Variations
Color information
#F24348 (or 0xF24348) is known color: Amaranth. HEX triplet: F2, 43 and 48. RGB value is (242,67,72). Sum of RGB (Red+Green+Blue) = 242+67+72=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F24348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24348 is #0DBCB7. Grayscale: #787878. Windows color (decimal): -900280 or 4735986. OLE color: 4735986.
HSL color Cylindrical-coordinate representation of color #F24348: hue angle of 358.29º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24348 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 72 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.05 |
| HSL | 358.29º | 0.87% | 0.61% | - |
| HSV(B) | 358.29º | 0.72% | 0.95% | - |
| XYZ | 39.79 | 23.36 | 8.54 | - |
| YUV | 119.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 72 | 0 | 0.72 | 0.70 | 0.05 | 358.29 | 0.87 | 0.61 |
| Hex | F2 | 43 | 48 | 0 | 48 | 46 | 5 | 166 | 57 | 3D |
| Octal | 362 | 103 | 110 | 0 | 110 | 106 | 5 | 546 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1001000 | 0 | 1001000 | 1000110 | 101 | 101100110 | 1010111 | 111101 |
Color Harmonies of #F24348
Complementary color
Monochromatic Colors of #F24348
Black with #F24348
Text Example
Text Example
White with #F24348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24348; }
p { color: rgb(242,67,72); }
H1.HeaderClassName
{
color: #F24348;
}
.AnyTagClassName
{
color: #F24348;
}
</style>
background-color css
<style>
a { background-color: #F24348; }
a { background-color: rgb(242,67,72); }
div.DivClassName
{
background-color: #F24348;
}
.BgClassName
{
background-color: #F24348;
}
</style>
border-color css
<style>
span { border-color: #F24348; }
span { border-color: rgb(242,67,72); }
td.TdClassName
{
border-color: #F24348;
}
.TagClassName
{
border-color: #F24348;
}
</style>