Shades of Amaranth #F32744
Tints of Amaranth #F32744
RGB
CMYK
RGB Variations
Color information
#F32744 (or 0xF32744) is known color: Amaranth. HEX triplet: F3, 27 and 44. RGB value is (243,39,68). Sum of RGB (Red+Green+Blue) = 243+39+68=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32744 is #0CD8BB. Grayscale: #676767. Windows color (decimal): -841916 or 4466675. OLE color: 4466675.
HSL color Cylindrical-coordinate representation of color #F32744: hue angle of 351.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32744 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.05 |
| HSL | 351.47º | 0.89% | 0.55% | - |
| HSV(B) | 351.47º | 0.84% | 0.95% | - |
| XYZ | 38.73 | 20.92 | 7.47 | - |
| YUV | 103.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 68 | 0 | 0.84 | 0.72 | 0.05 | 351.47 | 0.89 | 0.55 |
| Hex | F3 | 27 | 44 | 0 | 54 | 48 | 5 | 15F | 59 | 37 |
| Octal | 363 | 47 | 104 | 0 | 124 | 110 | 5 | 537 | 131 | 67 |
| Binary | 11110011 | 100111 | 1000100 | 0 | 1010100 | 1001000 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F32744
Complementary color
Monochromatic Colors of #F32744
Black with #F32744
Text Example
Text Example
White with #F32744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32744; }
p { color: rgb(243,39,68); }
H1.HeaderClassName
{
color: #F32744;
}
.AnyTagClassName
{
color: #F32744;
}
</style>
background-color css
<style>
a { background-color: #F32744; }
a { background-color: rgb(243,39,68); }
div.DivClassName
{
background-color: #F32744;
}
.BgClassName
{
background-color: #F32744;
}
</style>
border-color css
<style>
span { border-color: #F32744; }
span { border-color: rgb(243,39,68); }
td.TdClassName
{
border-color: #F32744;
}
.TagClassName
{
border-color: #F32744;
}
</style>