Shades of Amaranth #F2364F
Tints of Amaranth #F2364F
RGB
CMYK
RGB Variations
Color information
#F2364F (or 0xF2364F) is known color: Amaranth. HEX triplet: F2, 36 and 4F. RGB value is (242,54,79). Sum of RGB (Red+Green+Blue) = 242+54+79=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2364F is #0DC9B0. Grayscale: #717171. Windows color (decimal): -903601 or 5191410. OLE color: 5191410.
HSL color Cylindrical-coordinate representation of color #F2364F: hue angle of 352.02º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2364F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.05 |
| HSL | 352.02º | 0.88% | 0.58% | - |
| HSV(B) | 352.02º | 0.78% | 0.95% | - |
| XYZ | 39.35 | 22.08 | 9.59 | - |
| YUV | 113.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 79 | 0 | 0.78 | 0.67 | 0.05 | 352.02 | 0.88 | 0.58 |
| Hex | F2 | 36 | 4F | 0 | 4E | 43 | 5 | 160 | 58 | 3A |
| Octal | 362 | 66 | 117 | 0 | 116 | 103 | 5 | 540 | 130 | 72 |
| Binary | 11110010 | 110110 | 1001111 | 0 | 1001110 | 1000011 | 101 | 101100000 | 1011000 | 111010 |
Color Harmonies of #F2364F
Complementary color
Monochromatic Colors of #F2364F
Black with #F2364F
Text Example
Text Example
White with #F2364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2364F; }
p { color: rgb(242,54,79); }
H1.HeaderClassName
{
color: #F2364F;
}
.AnyTagClassName
{
color: #F2364F;
}
</style>
background-color css
<style>
a { background-color: #F2364F; }
a { background-color: rgb(242,54,79); }
div.DivClassName
{
background-color: #F2364F;
}
.BgClassName
{
background-color: #F2364F;
}
</style>
border-color css
<style>
span { border-color: #F2364F; }
span { border-color: rgb(242,54,79); }
td.TdClassName
{
border-color: #F2364F;
}
.TagClassName
{
border-color: #F2364F;
}
</style>