Shades of Amaranth #F62154
Tints of Amaranth #F62154
RGB
CMYK
RGB Variations
Color information
#F62154 (or 0xF62154) is known color: Amaranth. HEX triplet: F6, 21 and 54. RGB value is (246,33,84). Sum of RGB (Red+Green+Blue) = 246+33+84=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F62154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62154 is #09DEAB. Grayscale: #666666. Windows color (decimal): -646828 or 5513718. OLE color: 5513718.
HSL color Cylindrical-coordinate representation of color #F62154: hue angle of 345.63º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62154 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 84 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.04 |
| HSL | 345.63º | 0.92% | 0.55% | - |
| HSV(B) | 345.63º | 0.87% | 0.96% | - |
| XYZ | 40.15 | 21.32 | 10.39 | - |
| YUV | 102.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 84 | 0 | 0.87 | 0.66 | 0.04 | 345.63 | 0.92 | 0.55 |
| Hex | F6 | 21 | 54 | 0 | 57 | 42 | 4 | 15A | 5C | 37 |
| Octal | 366 | 41 | 124 | 0 | 127 | 102 | 4 | 532 | 134 | 67 |
| Binary | 11110110 | 100001 | 1010100 | 0 | 1010111 | 1000010 | 100 | 101011010 | 1011100 | 110111 |
Color Harmonies of #F62154
Complementary color
Monochromatic Colors of #F62154
Black with #F62154
Text Example
Text Example
White with #F62154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62154; }
p { color: rgb(246,33,84); }
H1.HeaderClassName
{
color: #F62154;
}
.AnyTagClassName
{
color: #F62154;
}
</style>
background-color css
<style>
a { background-color: #F62154; }
a { background-color: rgb(246,33,84); }
div.DivClassName
{
background-color: #F62154;
}
.BgClassName
{
background-color: #F62154;
}
</style>
border-color css
<style>
span { border-color: #F62154; }
span { border-color: rgb(246,33,84); }
td.TdClassName
{
border-color: #F62154;
}
.TagClassName
{
border-color: #F62154;
}
</style>