Shades of Amaranth #F63643
Tints of Amaranth #F63643
RGB
CMYK
RGB Variations
Color information
#F63643 (or 0xF63643) is known color: Amaranth. HEX triplet: F6, 36 and 43. RGB value is (246,54,67). Sum of RGB (Red+Green+Blue) = 246+54+67=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63643 is #09C9BC. Grayscale: #717171. Windows color (decimal): -641469 or 4404982. OLE color: 4404982.
HSL color Cylindrical-coordinate representation of color #F63643: hue angle of 355.94º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63643 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 67 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.04 |
| HSL | 355.94º | 0.91% | 0.59% | - |
| HSV(B) | 355.94º | 0.78% | 0.96% | - |
| XYZ | 40.34 | 22.64 | 7.55 | - |
| YUV | 112.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 67 | 0 | 0.78 | 0.73 | 0.04 | 355.94 | 0.91 | 0.59 |
| Hex | F6 | 36 | 43 | 0 | 4E | 49 | 4 | 164 | 5B | 3B |
| Octal | 366 | 66 | 103 | 0 | 116 | 111 | 4 | 544 | 133 | 73 |
| Binary | 11110110 | 110110 | 1000011 | 0 | 1001110 | 1001001 | 100 | 101100100 | 1011011 | 111011 |
Color Harmonies of #F63643
Complementary color
Monochromatic Colors of #F63643
Black with #F63643
Text Example
Text Example
White with #F63643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63643; }
p { color: rgb(246,54,67); }
H1.HeaderClassName
{
color: #F63643;
}
.AnyTagClassName
{
color: #F63643;
}
</style>
background-color css
<style>
a { background-color: #F63643; }
a { background-color: rgb(246,54,67); }
div.DivClassName
{
background-color: #F63643;
}
.BgClassName
{
background-color: #F63643;
}
</style>
border-color css
<style>
span { border-color: #F63643; }
span { border-color: rgb(246,54,67); }
td.TdClassName
{
border-color: #F63643;
}
.TagClassName
{
border-color: #F63643;
}
</style>