Shades of Amaranth #F63048
Tints of Amaranth #F63048
RGB
CMYK
RGB Variations
Color information
#F63048 (or 0xF63048) is known color: Amaranth. HEX triplet: F6, 30 and 48. RGB value is (246,48,72). Sum of RGB (Red+Green+Blue) = 246+48+72=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F63048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63048 is #09CFB7. Grayscale: #6E6E6E. Windows color (decimal): -643000 or 4731126. OLE color: 4731126.
HSL color Cylindrical-coordinate representation of color #F63048: hue angle of 352.73º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63048 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 72 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.04 |
| HSL | 352.73º | 0.92% | 0.58% | - |
| HSV(B) | 352.73º | 0.8% | 0.96% | - |
| XYZ | 40.23 | 22.17 | 8.29 | - |
| YUV | 109.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 72 | 0 | 0.80 | 0.71 | 0.04 | 352.73 | 0.92 | 0.58 |
| Hex | F6 | 30 | 48 | 0 | 50 | 47 | 4 | 161 | 5C | 3A |
| Octal | 366 | 60 | 110 | 0 | 120 | 107 | 4 | 541 | 134 | 72 |
| Binary | 11110110 | 110000 | 1001000 | 0 | 1010000 | 1000111 | 100 | 101100001 | 1011100 | 111010 |
Color Harmonies of #F63048
Complementary color
Monochromatic Colors of #F63048
Black with #F63048
Text Example
Text Example
White with #F63048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63048; }
p { color: rgb(246,48,72); }
H1.HeaderClassName
{
color: #F63048;
}
.AnyTagClassName
{
color: #F63048;
}
</style>
background-color css
<style>
a { background-color: #F63048; }
a { background-color: rgb(246,48,72); }
div.DivClassName
{
background-color: #F63048;
}
.BgClassName
{
background-color: #F63048;
}
</style>
border-color css
<style>
span { border-color: #F63048; }
span { border-color: rgb(246,48,72); }
td.TdClassName
{
border-color: #F63048;
}
.TagClassName
{
border-color: #F63048;
}
</style>