Shades of Amaranth #F33352
Tints of Amaranth #F33352
RGB
CMYK
RGB Variations
Color information
#F33352 (or 0xF33352) is known color: Amaranth. HEX triplet: F3, 33 and 52. RGB value is (243,51,82). Sum of RGB (Red+Green+Blue) = 243+51+82=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F33352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33352 is #0CCCAD. Grayscale: #707070. Windows color (decimal): -838830 or 5387251. OLE color: 5387251.
HSL color Cylindrical-coordinate representation of color #F33352: hue angle of 350.31º 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 #F33352 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 82 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.05 |
| HSL | 350.31º | 0.89% | 0.58% | - |
| HSV(B) | 350.31º | 0.79% | 0.95% | - |
| XYZ | 39.67 | 22.03 | 10.14 | - |
| YUV | 111.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 82 | 0 | 0.79 | 0.66 | 0.05 | 350.31 | 0.89 | 0.58 |
| Hex | F3 | 33 | 52 | 0 | 4F | 42 | 5 | 15E | 59 | 3A |
| Octal | 363 | 63 | 122 | 0 | 117 | 102 | 5 | 536 | 131 | 72 |
| Binary | 11110011 | 110011 | 1010010 | 0 | 1001111 | 1000010 | 101 | 101011110 | 1011001 | 111010 |
Color Harmonies of #F33352
Complementary color
Monochromatic Colors of #F33352
Black with #F33352
Text Example
Text Example
White with #F33352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33352; }
p { color: rgb(243,51,82); }
H1.HeaderClassName
{
color: #F33352;
}
.AnyTagClassName
{
color: #F33352;
}
</style>
background-color css
<style>
a { background-color: #F33352; }
a { background-color: rgb(243,51,82); }
div.DivClassName
{
background-color: #F33352;
}
.BgClassName
{
background-color: #F33352;
}
</style>
border-color css
<style>
span { border-color: #F33352; }
span { border-color: rgb(243,51,82); }
td.TdClassName
{
border-color: #F33352;
}
.TagClassName
{
border-color: #F33352;
}
</style>