Shades of Amaranth #F32D4A
Tints of Amaranth #F32D4A
RGB
CMYK
RGB Variations
Color information
#F32D4A (or 0xF32D4A) is known color: Amaranth. HEX triplet: F3, 2D and 4A. RGB value is (243,45,74). Sum of RGB (Red+Green+Blue) = 243+45+74=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D4A is #0CD2B5. Grayscale: #6B6B6B. Windows color (decimal): -840374 or 4861427. OLE color: 4861427.
HSL color Cylindrical-coordinate representation of color #F32D4A: hue angle of 351.21º 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 #F32D4A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 74 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.05 |
| HSL | 351.21º | 0.89% | 0.56% | - |
| HSV(B) | 351.21º | 0.81% | 0.95% | - |
| XYZ | 39.14 | 21.43 | 8.55 | - |
| YUV | 107.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 74 | 0 | 0.81 | 0.70 | 0.05 | 351.21 | 0.89 | 0.56 |
| Hex | F3 | 2D | 4A | 0 | 51 | 46 | 5 | 15F | 59 | 38 |
| Octal | 363 | 55 | 112 | 0 | 121 | 106 | 5 | 537 | 131 | 70 |
| Binary | 11110011 | 101101 | 1001010 | 0 | 1010001 | 1000110 | 101 | 101011111 | 1011001 | 111000 |
Color Harmonies of #F32D4A
Complementary color
Monochromatic Colors of #F32D4A
Black with #F32D4A
Text Example
Text Example
White with #F32D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D4A; }
p { color: rgb(243,45,74); }
H1.HeaderClassName
{
color: #F32D4A;
}
.AnyTagClassName
{
color: #F32D4A;
}
</style>
background-color css
<style>
a { background-color: #F32D4A; }
a { background-color: rgb(243,45,74); }
div.DivClassName
{
background-color: #F32D4A;
}
.BgClassName
{
background-color: #F32D4A;
}
</style>
border-color css
<style>
span { border-color: #F32D4A; }
span { border-color: rgb(243,45,74); }
td.TdClassName
{
border-color: #F32D4A;
}
.TagClassName
{
border-color: #F32D4A;
}
</style>