Shades of Amaranth #F6244A
Tints of Amaranth #F6244A
RGB
CMYK
RGB Variations
Color information
#F6244A (or 0xF6244A) is known color: Amaranth. HEX triplet: F6, 24 and 4A. RGB value is (246,36,74). Sum of RGB (Red+Green+Blue) = 246+36+74=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6244A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6244A is #09DBB5. Grayscale: #676767. Windows color (decimal): -646070 or 4859126. OLE color: 4859126.
HSL color Cylindrical-coordinate representation of color #F6244A: hue angle of 349.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6244A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 74 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.04 |
| HSL | 349.14º | 0.92% | 0.55% | - |
| HSV(B) | 349.14º | 0.85% | 0.96% | - |
| XYZ | 39.87 | 21.35 | 8.5 | - |
| YUV | 103.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 74 | 0 | 0.85 | 0.70 | 0.04 | 349.14 | 0.92 | 0.55 |
| Hex | F6 | 24 | 4A | 0 | 55 | 46 | 4 | 15D | 5C | 37 |
| Octal | 366 | 44 | 112 | 0 | 125 | 106 | 4 | 535 | 134 | 67 |
| Binary | 11110110 | 100100 | 1001010 | 0 | 1010101 | 1000110 | 100 | 101011101 | 1011100 | 110111 |
Color Harmonies of #F6244A
Complementary color
Monochromatic Colors of #F6244A
Black with #F6244A
Text Example
Text Example
White with #F6244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6244A; }
p { color: rgb(246,36,74); }
H1.HeaderClassName
{
color: #F6244A;
}
.AnyTagClassName
{
color: #F6244A;
}
</style>
background-color css
<style>
a { background-color: #F6244A; }
a { background-color: rgb(246,36,74); }
div.DivClassName
{
background-color: #F6244A;
}
.BgClassName
{
background-color: #F6244A;
}
</style>
border-color css
<style>
span { border-color: #F6244A; }
span { border-color: rgb(246,36,74); }
td.TdClassName
{
border-color: #F6244A;
}
.TagClassName
{
border-color: #F6244A;
}
</style>