Shades of Amaranth #F3334C
Tints of Amaranth #F3334C
RGB
CMYK
RGB Variations
Color information
#F3334C (or 0xF3334C) is known color: Amaranth. HEX triplet: F3, 33 and 4C. RGB value is (243,51,76). Sum of RGB (Red+Green+Blue) = 243+51+76=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F3334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3334C is #0CCCB3. Grayscale: #6F6F6F. Windows color (decimal): -838836 or 4994035. OLE color: 4994035.
HSL color Cylindrical-coordinate representation of color #F3334C: hue angle of 352.19º 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 #F3334C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 76 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.05 |
| HSL | 352.19º | 0.89% | 0.58% | - |
| HSV(B) | 352.19º | 0.79% | 0.95% | - |
| XYZ | 39.45 | 21.94 | 8.99 | - |
| YUV | 111.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 76 | 0 | 0.79 | 0.69 | 0.05 | 352.19 | 0.89 | 0.58 |
| Hex | F3 | 33 | 4C | 0 | 4F | 45 | 5 | 160 | 59 | 3A |
| Octal | 363 | 63 | 114 | 0 | 117 | 105 | 5 | 540 | 131 | 72 |
| Binary | 11110011 | 110011 | 1001100 | 0 | 1001111 | 1000101 | 101 | 101100000 | 1011001 | 111010 |
Color Harmonies of #F3334C
Complementary color
Monochromatic Colors of #F3334C
Black with #F3334C
Text Example
Text Example
White with #F3334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3334C; }
p { color: rgb(243,51,76); }
H1.HeaderClassName
{
color: #F3334C;
}
.AnyTagClassName
{
color: #F3334C;
}
</style>
background-color css
<style>
a { background-color: #F3334C; }
a { background-color: rgb(243,51,76); }
div.DivClassName
{
background-color: #F3334C;
}
.BgClassName
{
background-color: #F3334C;
}
</style>
border-color css
<style>
span { border-color: #F3334C; }
span { border-color: rgb(243,51,76); }
td.TdClassName
{
border-color: #F3334C;
}
.TagClassName
{
border-color: #F3334C;
}
</style>