Shades of Amaranth #F2384D
Tints of Amaranth #F2384D
RGB
CMYK
RGB Variations
Color information
#F2384D (or 0xF2384D) is known color: Amaranth. HEX triplet: F2, 38 and 4D. RGB value is (242,56,77). Sum of RGB (Red+Green+Blue) = 242+56+77=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2384D is #0DC7B2. Grayscale: #727272. Windows color (decimal): -903091 or 5060850. OLE color: 5060850.
HSL color Cylindrical-coordinate representation of color #F2384D: hue angle of 353.23º 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 #F2384D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 77 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.05 |
| HSL | 353.23º | 0.88% | 0.58% | - |
| HSV(B) | 353.23º | 0.77% | 0.95% | - |
| XYZ | 39.37 | 22.24 | 9.24 | - |
| YUV | 114.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 77 | 0 | 0.77 | 0.68 | 0.05 | 353.23 | 0.88 | 0.58 |
| Hex | F2 | 38 | 4D | 0 | 4D | 44 | 5 | 161 | 58 | 3A |
| Octal | 362 | 70 | 115 | 0 | 115 | 104 | 5 | 541 | 130 | 72 |
| Binary | 11110010 | 111000 | 1001101 | 0 | 1001101 | 1000100 | 101 | 101100001 | 1011000 | 111010 |
Color Harmonies of #F2384D
Complementary color
Monochromatic Colors of #F2384D
Black with #F2384D
Text Example
Text Example
White with #F2384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2384D; }
p { color: rgb(242,56,77); }
H1.HeaderClassName
{
color: #F2384D;
}
.AnyTagClassName
{
color: #F2384D;
}
</style>
background-color css
<style>
a { background-color: #F2384D; }
a { background-color: rgb(242,56,77); }
div.DivClassName
{
background-color: #F2384D;
}
.BgClassName
{
background-color: #F2384D;
}
</style>
border-color css
<style>
span { border-color: #F2384D; }
span { border-color: rgb(242,56,77); }
td.TdClassName
{
border-color: #F2384D;
}
.TagClassName
{
border-color: #F2384D;
}
</style>