Shades of Amaranth #F2384C
Tints of Amaranth #F2384C
RGB
CMYK
RGB Variations
Color information
#F2384C (or 0xF2384C) is known color: Amaranth. HEX triplet: F2, 38 and 4C. RGB value is (242,56,76). Sum of RGB (Red+Green+Blue) = 242+56+76=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2384C is #0DC7B3. Grayscale: #717171. Windows color (decimal): -903092 or 4995314. OLE color: 4995314.
HSL color Cylindrical-coordinate representation of color #F2384C: hue angle of 353.55º 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 #F2384C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 76 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.05 |
| HSL | 353.55º | 0.88% | 0.58% | - |
| HSV(B) | 353.55º | 0.77% | 0.95% | - |
| XYZ | 39.34 | 22.23 | 9.05 | - |
| YUV | 113.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 76 | 0 | 0.77 | 0.69 | 0.05 | 353.55 | 0.88 | 0.58 |
| Hex | F2 | 38 | 4C | 0 | 4D | 45 | 5 | 162 | 58 | 3A |
| Octal | 362 | 70 | 114 | 0 | 115 | 105 | 5 | 542 | 130 | 72 |
| Binary | 11110010 | 111000 | 1001100 | 0 | 1001101 | 1000101 | 101 | 101100010 | 1011000 | 111010 |
Color Harmonies of #F2384C
Complementary color
Monochromatic Colors of #F2384C
Black with #F2384C
Text Example
Text Example
White with #F2384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2384C; }
p { color: rgb(242,56,76); }
H1.HeaderClassName
{
color: #F2384C;
}
.AnyTagClassName
{
color: #F2384C;
}
</style>
background-color css
<style>
a { background-color: #F2384C; }
a { background-color: rgb(242,56,76); }
div.DivClassName
{
background-color: #F2384C;
}
.BgClassName
{
background-color: #F2384C;
}
</style>
border-color css
<style>
span { border-color: #F2384C; }
span { border-color: rgb(242,56,76); }
td.TdClassName
{
border-color: #F2384C;
}
.TagClassName
{
border-color: #F2384C;
}
</style>