Shades of Amaranth #F2304F
Tints of Amaranth #F2304F
RGB
CMYK
RGB Variations
Color information
#F2304F (or 0xF2304F) is known color: Amaranth. HEX triplet: F2, 30 and 4F. RGB value is (242,48,79). Sum of RGB (Red+Green+Blue) = 242+48+79=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2304F is #0DCFB0. Grayscale: #6D6D6D. Windows color (decimal): -905137 or 5189874. OLE color: 5189874.
HSL color Cylindrical-coordinate representation of color #F2304F: hue angle of 350.41º 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 #F2304F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 79 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.05 |
| HSL | 350.41º | 0.88% | 0.57% | - |
| HSV(B) | 350.41º | 0.8% | 0.95% | - |
| XYZ | 39.09 | 21.56 | 9.5 | - |
| YUV | 109.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 79 | 0 | 0.80 | 0.67 | 0.05 | 350.41 | 0.88 | 0.57 |
| Hex | F2 | 30 | 4F | 0 | 50 | 43 | 5 | 15E | 58 | 39 |
| Octal | 362 | 60 | 117 | 0 | 120 | 103 | 5 | 536 | 130 | 71 |
| Binary | 11110010 | 110000 | 1001111 | 0 | 1010000 | 1000011 | 101 | 101011110 | 1011000 | 111001 |
Color Harmonies of #F2304F
Complementary color
Monochromatic Colors of #F2304F
Black with #F2304F
Text Example
Text Example
White with #F2304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2304F; }
p { color: rgb(242,48,79); }
H1.HeaderClassName
{
color: #F2304F;
}
.AnyTagClassName
{
color: #F2304F;
}
</style>
background-color css
<style>
a { background-color: #F2304F; }
a { background-color: rgb(242,48,79); }
div.DivClassName
{
background-color: #F2304F;
}
.BgClassName
{
background-color: #F2304F;
}
</style>
border-color css
<style>
span { border-color: #F2304F; }
span { border-color: rgb(242,48,79); }
td.TdClassName
{
border-color: #F2304F;
}
.TagClassName
{
border-color: #F2304F;
}
</style>