Shades of Amaranth #F2314C
Tints of Amaranth #F2314C
RGB
CMYK
RGB Variations
Color information
#F2314C (or 0xF2314C) is known color: Amaranth. HEX triplet: F2, 31 and 4C. RGB value is (242,49,76). Sum of RGB (Red+Green+Blue) = 242+49+76=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2314C is #0DCEB3. Grayscale: #6D6D6D. Windows color (decimal): -904884 or 4993522. OLE color: 4993522.
HSL color Cylindrical-coordinate representation of color #F2314C: hue angle of 351.61º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2314C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.05 |
| HSL | 351.61º | 0.88% | 0.57% | - |
| HSV(B) | 351.61º | 0.8% | 0.95% | - |
| XYZ | 39.02 | 21.6 | 8.95 | - |
| YUV | 109.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 76 | 0 | 0.80 | 0.69 | 0.05 | 351.61 | 0.88 | 0.57 |
| Hex | F2 | 31 | 4C | 0 | 50 | 45 | 5 | 160 | 58 | 39 |
| Octal | 362 | 61 | 114 | 0 | 120 | 105 | 5 | 540 | 130 | 71 |
| Binary | 11110010 | 110001 | 1001100 | 0 | 1010000 | 1000101 | 101 | 101100000 | 1011000 | 111001 |
Color Harmonies of #F2314C
Complementary color
Monochromatic Colors of #F2314C
Black with #F2314C
Text Example
Text Example
White with #F2314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2314C; }
p { color: rgb(242,49,76); }
H1.HeaderClassName
{
color: #F2314C;
}
.AnyTagClassName
{
color: #F2314C;
}
</style>
background-color css
<style>
a { background-color: #F2314C; }
a { background-color: rgb(242,49,76); }
div.DivClassName
{
background-color: #F2314C;
}
.BgClassName
{
background-color: #F2314C;
}
</style>
border-color css
<style>
span { border-color: #F2314C; }
span { border-color: rgb(242,49,76); }
td.TdClassName
{
border-color: #F2314C;
}
.TagClassName
{
border-color: #F2314C;
}
</style>