Shades of Amaranth #F2314D
Tints of Amaranth #F2314D
RGB
CMYK
RGB Variations
Color information
#F2314D (or 0xF2314D) is known color: Amaranth. HEX triplet: F2, 31 and 4D. RGB value is (242,49,77). Sum of RGB (Red+Green+Blue) = 242+49+77=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2314D is #0DCEB2. Grayscale: #6D6D6D. Windows color (decimal): -904883 or 5059058. OLE color: 5059058.
HSL color Cylindrical-coordinate representation of color #F2314D: hue angle of 351.3º 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 #F2314D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.05 |
| HSL | 351.3º | 0.88% | 0.57% | - |
| HSV(B) | 351.3º | 0.8% | 0.95% | - |
| XYZ | 39.06 | 21.61 | 9.13 | - |
| YUV | 109.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 77 | 0 | 0.80 | 0.68 | 0.05 | 351.3 | 0.88 | 0.57 |
| Hex | F2 | 31 | 4D | 0 | 50 | 44 | 5 | 15F | 58 | 39 |
| Octal | 362 | 61 | 115 | 0 | 120 | 104 | 5 | 537 | 130 | 71 |
| Binary | 11110010 | 110001 | 1001101 | 0 | 1010000 | 1000100 | 101 | 101011111 | 1011000 | 111001 |
Color Harmonies of #F2314D
Complementary color
Monochromatic Colors of #F2314D
Black with #F2314D
Text Example
Text Example
White with #F2314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2314D; }
p { color: rgb(242,49,77); }
H1.HeaderClassName
{
color: #F2314D;
}
.AnyTagClassName
{
color: #F2314D;
}
</style>
background-color css
<style>
a { background-color: #F2314D; }
a { background-color: rgb(242,49,77); }
div.DivClassName
{
background-color: #F2314D;
}
.BgClassName
{
background-color: #F2314D;
}
</style>
border-color css
<style>
span { border-color: #F2314D; }
span { border-color: rgb(242,49,77); }
td.TdClassName
{
border-color: #F2314D;
}
.TagClassName
{
border-color: #F2314D;
}
</style>