Shades of Amaranth #F32E4A
Tints of Amaranth #F32E4A
RGB
CMYK
RGB Variations
Color information
#F32E4A (or 0xF32E4A) is known color: Amaranth. HEX triplet: F3, 2E and 4A. RGB value is (243,46,74). Sum of RGB (Red+Green+Blue) = 243+46+74=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E4A is #0CD1B5. Grayscale: #6C6C6C. Windows color (decimal): -840118 or 4861683. OLE color: 4861683.
HSL color Cylindrical-coordinate representation of color #F32E4A: hue angle of 351.47º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E4A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 74 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.05 |
| HSL | 351.47º | 0.89% | 0.57% | - |
| HSV(B) | 351.47º | 0.81% | 0.95% | - |
| XYZ | 39.18 | 21.5 | 8.56 | - |
| YUV | 108.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 74 | 0 | 0.81 | 0.70 | 0.05 | 351.47 | 0.89 | 0.57 |
| Hex | F3 | 2E | 4A | 0 | 51 | 46 | 5 | 15F | 59 | 39 |
| Octal | 363 | 56 | 112 | 0 | 121 | 106 | 5 | 537 | 131 | 71 |
| Binary | 11110011 | 101110 | 1001010 | 0 | 1010001 | 1000110 | 101 | 101011111 | 1011001 | 111001 |
Color Harmonies of #F32E4A
Complementary color
Monochromatic Colors of #F32E4A
Black with #F32E4A
Text Example
Text Example
White with #F32E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E4A; }
p { color: rgb(243,46,74); }
H1.HeaderClassName
{
color: #F32E4A;
}
.AnyTagClassName
{
color: #F32E4A;
}
</style>
background-color css
<style>
a { background-color: #F32E4A; }
a { background-color: rgb(243,46,74); }
div.DivClassName
{
background-color: #F32E4A;
}
.BgClassName
{
background-color: #F32E4A;
}
</style>
border-color css
<style>
span { border-color: #F32E4A; }
span { border-color: rgb(243,46,74); }
td.TdClassName
{
border-color: #F32E4A;
}
.TagClassName
{
border-color: #F32E4A;
}
</style>