Shades of Amaranth #F32545
Tints of Amaranth #F32545
RGB
CMYK
RGB Variations
Color information
#F32545 (or 0xF32545) is known color: Amaranth. HEX triplet: F3, 25 and 45. RGB value is (243,37,69). Sum of RGB (Red+Green+Blue) = 243+37+69=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32545 is #0CDABA. Grayscale: #666666. Windows color (decimal): -842427 or 4531699. OLE color: 4531699.
HSL color Cylindrical-coordinate representation of color #F32545: hue angle of 350.68º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32545 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 69 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.05 |
| HSL | 350.68º | 0.9% | 0.55% | - |
| HSV(B) | 350.68º | 0.85% | 0.95% | - |
| XYZ | 38.7 | 20.81 | 7.61 | - |
| YUV | 102.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 69 | 0 | 0.85 | 0.72 | 0.05 | 350.68 | 0.9 | 0.55 |
| Hex | F3 | 25 | 45 | 0 | 55 | 48 | 5 | 15F | 5A | 37 |
| Octal | 363 | 45 | 105 | 0 | 125 | 110 | 5 | 537 | 132 | 67 |
| Binary | 11110011 | 100101 | 1000101 | 0 | 1010101 | 1001000 | 101 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F32545
Complementary color
Monochromatic Colors of #F32545
Black with #F32545
Text Example
Text Example
White with #F32545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32545; }
p { color: rgb(243,37,69); }
H1.HeaderClassName
{
color: #F32545;
}
.AnyTagClassName
{
color: #F32545;
}
</style>
background-color css
<style>
a { background-color: #F32545; }
a { background-color: rgb(243,37,69); }
div.DivClassName
{
background-color: #F32545;
}
.BgClassName
{
background-color: #F32545;
}
</style>
border-color css
<style>
span { border-color: #F32545; }
span { border-color: rgb(243,37,69); }
td.TdClassName
{
border-color: #F32545;
}
.TagClassName
{
border-color: #F32545;
}
</style>