Shades of Amaranth #F2394F
Tints of Amaranth #F2394F
RGB
CMYK
RGB Variations
Color information
#F2394F (or 0xF2394F) is known color: Amaranth. HEX triplet: F2, 39 and 4F. RGB value is (242,57,79). Sum of RGB (Red+Green+Blue) = 242+57+79=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F2394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2394F is #0DC6B0. Grayscale: #727272. Windows color (decimal): -902833 or 5192178. OLE color: 5192178.
HSL color Cylindrical-coordinate representation of color #F2394F: hue angle of 352.86º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2394F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 79 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.05 |
| HSL | 352.86º | 0.88% | 0.59% | - |
| HSV(B) | 352.86º | 0.76% | 0.95% | - |
| XYZ | 39.49 | 22.37 | 9.63 | - |
| YUV | 114.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 79 | 0 | 0.76 | 0.67 | 0.05 | 352.86 | 0.88 | 0.59 |
| Hex | F2 | 39 | 4F | 0 | 4C | 43 | 5 | 161 | 58 | 3B |
| Octal | 362 | 71 | 117 | 0 | 114 | 103 | 5 | 541 | 130 | 73 |
| Binary | 11110010 | 111001 | 1001111 | 0 | 1001100 | 1000011 | 101 | 101100001 | 1011000 | 111011 |
Color Harmonies of #F2394F
Complementary color
Monochromatic Colors of #F2394F
Black with #F2394F
Text Example
Text Example
White with #F2394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2394F; }
p { color: rgb(242,57,79); }
H1.HeaderClassName
{
color: #F2394F;
}
.AnyTagClassName
{
color: #F2394F;
}
</style>
background-color css
<style>
a { background-color: #F2394F; }
a { background-color: rgb(242,57,79); }
div.DivClassName
{
background-color: #F2394F;
}
.BgClassName
{
background-color: #F2394F;
}
</style>
border-color css
<style>
span { border-color: #F2394F; }
span { border-color: rgb(242,57,79); }
td.TdClassName
{
border-color: #F2394F;
}
.TagClassName
{
border-color: #F2394F;
}
</style>