Shades of Amaranth #F3344A
Tints of Amaranth #F3344A
RGB
CMYK
RGB Variations
Color information
#F3344A (or 0xF3344A) is known color: Amaranth. HEX triplet: F3, 34 and 4A. RGB value is (243,52,74). Sum of RGB (Red+Green+Blue) = 243+52+74=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3344A is #0CCBB5. Grayscale: #6F6F6F. Windows color (decimal): -838582 or 4863219. OLE color: 4863219.
HSL color Cylindrical-coordinate representation of color #F3344A: hue angle of 353.09º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3344A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 74 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.05 |
| HSL | 353.09º | 0.89% | 0.58% | - |
| HSV(B) | 353.09º | 0.79% | 0.95% | - |
| XYZ | 39.43 | 22.01 | 8.65 | - |
| YUV | 111.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 74 | 0 | 0.79 | 0.70 | 0.05 | 353.09 | 0.89 | 0.58 |
| Hex | F3 | 34 | 4A | 0 | 4F | 46 | 5 | 161 | 59 | 3A |
| Octal | 363 | 64 | 112 | 0 | 117 | 106 | 5 | 541 | 131 | 72 |
| Binary | 11110011 | 110100 | 1001010 | 0 | 1001111 | 1000110 | 101 | 101100001 | 1011001 | 111010 |
Color Harmonies of #F3344A
Complementary color
Monochromatic Colors of #F3344A
Black with #F3344A
Text Example
Text Example
White with #F3344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3344A; }
p { color: rgb(243,52,74); }
H1.HeaderClassName
{
color: #F3344A;
}
.AnyTagClassName
{
color: #F3344A;
}
</style>
background-color css
<style>
a { background-color: #F3344A; }
a { background-color: rgb(243,52,74); }
div.DivClassName
{
background-color: #F3344A;
}
.BgClassName
{
background-color: #F3344A;
}
</style>
border-color css
<style>
span { border-color: #F3344A; }
span { border-color: rgb(243,52,74); }
td.TdClassName
{
border-color: #F3344A;
}
.TagClassName
{
border-color: #F3344A;
}
</style>