Shades of Amaranth #F32D4B
Tints of Amaranth #F32D4B
RGB
CMYK
RGB Variations
Color information
#F32D4B (or 0xF32D4B) is known color: Amaranth. HEX triplet: F3, 2D and 4B. RGB value is (243,45,75). Sum of RGB (Red+Green+Blue) = 243+45+75=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D4B is #0CD2B4. Grayscale: #6B6B6B. Windows color (decimal): -840373 or 4926963. OLE color: 4926963.
HSL color Cylindrical-coordinate representation of color #F32D4B: hue angle of 350.91º 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 #F32D4B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 75 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.05 |
| HSL | 350.91º | 0.89% | 0.56% | - |
| HSV(B) | 350.91º | 0.81% | 0.95% | - |
| XYZ | 39.17 | 21.44 | 8.73 | - |
| YUV | 107.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 75 | 0 | 0.81 | 0.69 | 0.05 | 350.91 | 0.89 | 0.56 |
| Hex | F3 | 2D | 4B | 0 | 51 | 45 | 5 | 15F | 59 | 38 |
| Octal | 363 | 55 | 113 | 0 | 121 | 105 | 5 | 537 | 131 | 70 |
| Binary | 11110011 | 101101 | 1001011 | 0 | 1010001 | 1000101 | 101 | 101011111 | 1011001 | 111000 |
Color Harmonies of #F32D4B
Complementary color
Monochromatic Colors of #F32D4B
Black with #F32D4B
Text Example
Text Example
White with #F32D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D4B; }
p { color: rgb(243,45,75); }
H1.HeaderClassName
{
color: #F32D4B;
}
.AnyTagClassName
{
color: #F32D4B;
}
</style>
background-color css
<style>
a { background-color: #F32D4B; }
a { background-color: rgb(243,45,75); }
div.DivClassName
{
background-color: #F32D4B;
}
.BgClassName
{
background-color: #F32D4B;
}
</style>
border-color css
<style>
span { border-color: #F32D4B; }
span { border-color: rgb(243,45,75); }
td.TdClassName
{
border-color: #F32D4B;
}
.TagClassName
{
border-color: #F32D4B;
}
</style>