Shades of Amaranth #F63042
Tints of Amaranth #F63042
RGB
CMYK
RGB Variations
Color information
#F63042 (or 0xF63042) is known color: Amaranth. HEX triplet: F6, 30 and 42. RGB value is (246,48,66). Sum of RGB (Red+Green+Blue) = 246+48+66=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F63042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63042 is #09CFBD. Grayscale: #6D6D6D. Windows color (decimal): -643006 or 4337910. OLE color: 4337910.
HSL color Cylindrical-coordinate representation of color #F63042: hue angle of 354.55º 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 #F63042 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 66 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.04 |
| HSL | 354.55º | 0.92% | 0.58% | - |
| HSV(B) | 354.55º | 0.8% | 0.96% | - |
| XYZ | 40.05 | 22.1 | 7.31 | - |
| YUV | 109.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 66 | 0 | 0.80 | 0.73 | 0.04 | 354.55 | 0.92 | 0.58 |
| Hex | F6 | 30 | 42 | 0 | 50 | 49 | 4 | 163 | 5C | 3A |
| Octal | 366 | 60 | 102 | 0 | 120 | 111 | 4 | 543 | 134 | 72 |
| Binary | 11110110 | 110000 | 1000010 | 0 | 1010000 | 1001001 | 100 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F63042
Complementary color
Monochromatic Colors of #F63042
Black with #F63042
Text Example
Text Example
White with #F63042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63042; }
p { color: rgb(246,48,66); }
H1.HeaderClassName
{
color: #F63042;
}
.AnyTagClassName
{
color: #F63042;
}
</style>
background-color css
<style>
a { background-color: #F63042; }
a { background-color: rgb(246,48,66); }
div.DivClassName
{
background-color: #F63042;
}
.BgClassName
{
background-color: #F63042;
}
</style>
border-color css
<style>
span { border-color: #F63042; }
span { border-color: rgb(246,48,66); }
td.TdClassName
{
border-color: #F63042;
}
.TagClassName
{
border-color: #F63042;
}
</style>