Shades of Amaranth #F32145
Tints of Amaranth #F32145
RGB
CMYK
RGB Variations
Color information
#F32145 (or 0xF32145) is known color: Amaranth. HEX triplet: F3, 21 and 45. RGB value is (243,33,69). Sum of RGB (Red+Green+Blue) = 243+33+69=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F32145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32145 is #0CDEBA. Grayscale: #636363. Windows color (decimal): -843451 or 4530675. OLE color: 4530675.
HSL color Cylindrical-coordinate representation of color #F32145: hue angle of 349.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32145 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.05 |
| HSL | 349.71º | 0.9% | 0.54% | - |
| HSV(B) | 349.71º | 0.86% | 0.95% | - |
| XYZ | 38.58 | 20.57 | 7.57 | - |
| YUV | 99.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 69 | 0 | 0.86 | 0.72 | 0.05 | 349.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | 45 | 0 | 56 | 48 | 5 | 15E | 5A | 36 |
| Octal | 363 | 41 | 105 | 0 | 126 | 110 | 5 | 536 | 132 | 66 |
| Binary | 11110011 | 100001 | 1000101 | 0 | 1010110 | 1001000 | 101 | 101011110 | 1011010 | 110110 |
Color Harmonies of #F32145
Complementary color
Monochromatic Colors of #F32145
Black with #F32145
Text Example
Text Example
White with #F32145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32145; }
p { color: rgb(243,33,69); }
H1.HeaderClassName
{
color: #F32145;
}
.AnyTagClassName
{
color: #F32145;
}
</style>
background-color css
<style>
a { background-color: #F32145; }
a { background-color: rgb(243,33,69); }
div.DivClassName
{
background-color: #F32145;
}
.BgClassName
{
background-color: #F32145;
}
</style>
border-color css
<style>
span { border-color: #F32145; }
span { border-color: rgb(243,33,69); }
td.TdClassName
{
border-color: #F32145;
}
.TagClassName
{
border-color: #F32145;
}
</style>