Shades of Amaranth #F2234F
Tints of Amaranth #F2234F
RGB
CMYK
RGB Variations
Color information
#F2234F (or 0xF2234F) is known color: Amaranth. HEX triplet: F2, 23 and 4F. RGB value is (242,35,79). Sum of RGB (Red+Green+Blue) = 242+35+79=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2234F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2234F is #0DDCB0. Grayscale: #656565. Windows color (decimal): -908465 or 5186546. OLE color: 5186546.
HSL color Cylindrical-coordinate representation of color #F2234F: hue angle of 347.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2234F is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 79 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.05 |
| HSL | 347.25º | 0.89% | 0.54% | - |
| HSV(B) | 347.25º | 0.86% | 0.95% | - |
| XYZ | 38.63 | 20.64 | 9.35 | - |
| YUV | 101.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 79 | 0 | 0.86 | 0.67 | 0.05 | 347.25 | 0.89 | 0.54 |
| Hex | F2 | 23 | 4F | 0 | 56 | 43 | 5 | 15B | 59 | 36 |
| Octal | 362 | 43 | 117 | 0 | 126 | 103 | 5 | 533 | 131 | 66 |
| Binary | 11110010 | 100011 | 1001111 | 0 | 1010110 | 1000011 | 101 | 101011011 | 1011001 | 110110 |
Color Harmonies of #F2234F
Complementary color
Monochromatic Colors of #F2234F
Black with #F2234F
Text Example
Text Example
White with #F2234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2234F; }
p { color: rgb(242,35,79); }
H1.HeaderClassName
{
color: #F2234F;
}
.AnyTagClassName
{
color: #F2234F;
}
</style>
background-color css
<style>
a { background-color: #F2234F; }
a { background-color: rgb(242,35,79); }
div.DivClassName
{
background-color: #F2234F;
}
.BgClassName
{
background-color: #F2234F;
}
</style>
border-color css
<style>
span { border-color: #F2234F; }
span { border-color: rgb(242,35,79); }
td.TdClassName
{
border-color: #F2234F;
}
.TagClassName
{
border-color: #F2234F;
}
</style>