Shades of Amaranth #F32E4B
Tints of Amaranth #F32E4B
RGB
CMYK
RGB Variations
Color information
#F32E4B (or 0xF32E4B) is known color: Amaranth. HEX triplet: F3, 2E and 4B. RGB value is (243,46,75). Sum of RGB (Red+Green+Blue) = 243+46+75=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E4B is #0CD1B4. Grayscale: #6C6C6C. Windows color (decimal): -840117 or 4927219. OLE color: 4927219.
HSL color Cylindrical-coordinate representation of color #F32E4B: hue angle of 351.17º 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 #F32E4B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 75 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.05 |
| HSL | 351.17º | 0.89% | 0.57% | - |
| HSV(B) | 351.17º | 0.81% | 0.95% | - |
| XYZ | 39.21 | 21.52 | 8.74 | - |
| YUV | 108.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 75 | 0 | 0.81 | 0.69 | 0.05 | 351.17 | 0.89 | 0.57 |
| Hex | F3 | 2E | 4B | 0 | 51 | 45 | 5 | 15F | 59 | 39 |
| Octal | 363 | 56 | 113 | 0 | 121 | 105 | 5 | 537 | 131 | 71 |
| Binary | 11110011 | 101110 | 1001011 | 0 | 1010001 | 1000101 | 101 | 101011111 | 1011001 | 111001 |
Color Harmonies of #F32E4B
Complementary color
Monochromatic Colors of #F32E4B
Black with #F32E4B
Text Example
Text Example
White with #F32E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E4B; }
p { color: rgb(243,46,75); }
H1.HeaderClassName
{
color: #F32E4B;
}
.AnyTagClassName
{
color: #F32E4B;
}
</style>
background-color css
<style>
a { background-color: #F32E4B; }
a { background-color: rgb(243,46,75); }
div.DivClassName
{
background-color: #F32E4B;
}
.BgClassName
{
background-color: #F32E4B;
}
</style>
border-color css
<style>
span { border-color: #F32E4B; }
span { border-color: rgb(243,46,75); }
td.TdClassName
{
border-color: #F32E4B;
}
.TagClassName
{
border-color: #F32E4B;
}
</style>