Shades of Amaranth #F63844
Tints of Amaranth #F63844
RGB
CMYK
RGB Variations
Color information
#F63844 (or 0xF63844) is known color: Amaranth. HEX triplet: F6, 38 and 44. RGB value is (246,56,68). Sum of RGB (Red+Green+Blue) = 246+56+68=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F63844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63844 is #09C7BB. Grayscale: #727272. Windows color (decimal): -640956 or 4471030. OLE color: 4471030.
HSL color Cylindrical-coordinate representation of color #F63844: hue angle of 356.21º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63844 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 68 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.04 |
| HSL | 356.21º | 0.91% | 0.59% | - |
| HSV(B) | 356.21º | 0.77% | 0.96% | - |
| XYZ | 40.46 | 22.84 | 7.74 | - |
| YUV | 114.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 68 | 0 | 0.77 | 0.72 | 0.04 | 356.21 | 0.91 | 0.59 |
| Hex | F6 | 38 | 44 | 0 | 4D | 48 | 4 | 164 | 5B | 3B |
| Octal | 366 | 70 | 104 | 0 | 115 | 110 | 4 | 544 | 133 | 73 |
| Binary | 11110110 | 111000 | 1000100 | 0 | 1001101 | 1001000 | 100 | 101100100 | 1011011 | 111011 |
Color Harmonies of #F63844
Complementary color
Monochromatic Colors of #F63844
Black with #F63844
Text Example
Text Example
White with #F63844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63844; }
p { color: rgb(246,56,68); }
H1.HeaderClassName
{
color: #F63844;
}
.AnyTagClassName
{
color: #F63844;
}
</style>
background-color css
<style>
a { background-color: #F63844; }
a { background-color: rgb(246,56,68); }
div.DivClassName
{
background-color: #F63844;
}
.BgClassName
{
background-color: #F63844;
}
</style>
border-color css
<style>
span { border-color: #F63844; }
span { border-color: rgb(246,56,68); }
td.TdClassName
{
border-color: #F63844;
}
.TagClassName
{
border-color: #F63844;
}
</style>