Shades of Amaranth #F63342
Tints of Amaranth #F63342
RGB
CMYK
RGB Variations
Color information
#F63342 (or 0xF63342) is known color: Amaranth. HEX triplet: F6, 33 and 42. RGB value is (246,51,66). Sum of RGB (Red+Green+Blue) = 246+51+66=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F63342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63342 is #09CCBD. Grayscale: #6F6F6F. Windows color (decimal): -642238 or 4338678. OLE color: 4338678.
HSL color Cylindrical-coordinate representation of color #F63342: hue angle of 355.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63342 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 66 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.04 |
| HSL | 355.38º | 0.92% | 0.58% | - |
| HSV(B) | 355.38º | 0.79% | 0.96% | - |
| XYZ | 40.17 | 22.35 | 7.35 | - |
| YUV | 111.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 66 | 0 | 0.79 | 0.73 | 0.04 | 355.38 | 0.92 | 0.58 |
| Hex | F6 | 33 | 42 | 0 | 4F | 49 | 4 | 163 | 5C | 3A |
| Octal | 366 | 63 | 102 | 0 | 117 | 111 | 4 | 543 | 134 | 72 |
| Binary | 11110110 | 110011 | 1000010 | 0 | 1001111 | 1001001 | 100 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F63342
Complementary color
Monochromatic Colors of #F63342
Black with #F63342
Text Example
Text Example
White with #F63342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63342; }
p { color: rgb(246,51,66); }
H1.HeaderClassName
{
color: #F63342;
}
.AnyTagClassName
{
color: #F63342;
}
</style>
background-color css
<style>
a { background-color: #F63342; }
a { background-color: rgb(246,51,66); }
div.DivClassName
{
background-color: #F63342;
}
.BgClassName
{
background-color: #F63342;
}
</style>
border-color css
<style>
span { border-color: #F63342; }
span { border-color: rgb(246,51,66); }
td.TdClassName
{
border-color: #F63342;
}
.TagClassName
{
border-color: #F63342;
}
</style>