Shades of Amaranth #F32D4F
Tints of Amaranth #F32D4F
RGB
CMYK
RGB Variations
Color information
#F32D4F (or 0xF32D4F) is known color: Amaranth. HEX triplet: F3, 2D and 4F. RGB value is (243,45,79). Sum of RGB (Red+Green+Blue) = 243+45+79=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D4F is #0CD2B0. Grayscale: #6C6C6C. Windows color (decimal): -840369 or 5189107. OLE color: 5189107.
HSL color Cylindrical-coordinate representation of color #F32D4F: hue angle of 349.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D4F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 79 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.05 |
| HSL | 349.7º | 0.89% | 0.56% | - |
| HSV(B) | 349.7º | 0.81% | 0.95% | - |
| XYZ | 39.31 | 21.5 | 9.47 | - |
| YUV | 108.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 79 | 0 | 0.81 | 0.67 | 0.05 | 349.7 | 0.89 | 0.56 |
| Hex | F3 | 2D | 4F | 0 | 51 | 43 | 5 | 15E | 59 | 38 |
| Octal | 363 | 55 | 117 | 0 | 121 | 103 | 5 | 536 | 131 | 70 |
| Binary | 11110011 | 101101 | 1001111 | 0 | 1010001 | 1000011 | 101 | 101011110 | 1011001 | 111000 |
Color Harmonies of #F32D4F
Complementary color
Monochromatic Colors of #F32D4F
Black with #F32D4F
Text Example
Text Example
White with #F32D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D4F; }
p { color: rgb(243,45,79); }
H1.HeaderClassName
{
color: #F32D4F;
}
.AnyTagClassName
{
color: #F32D4F;
}
</style>
background-color css
<style>
a { background-color: #F32D4F; }
a { background-color: rgb(243,45,79); }
div.DivClassName
{
background-color: #F32D4F;
}
.BgClassName
{
background-color: #F32D4F;
}
</style>
border-color css
<style>
span { border-color: #F32D4F; }
span { border-color: rgb(243,45,79); }
td.TdClassName
{
border-color: #F32D4F;
}
.TagClassName
{
border-color: #F32D4F;
}
</style>