Shades of Amaranth #F33742
Tints of Amaranth #F33742
RGB
CMYK
RGB Variations
Color information
#F33742 (or 0xF33742) is known color: Amaranth. HEX triplet: F3, 37 and 42. RGB value is (243,55,66). Sum of RGB (Red+Green+Blue) = 243+55+66=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F33742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33742 is #0CC8BD. Grayscale: #707070. Windows color (decimal): -837822 or 4339699. OLE color: 4339699.
HSL color Cylindrical-coordinate representation of color #F33742: hue angle of 356.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33742 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 66 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.05 |
| HSL | 356.49º | 0.89% | 0.58% | - |
| HSV(B) | 356.49º | 0.77% | 0.95% | - |
| XYZ | 39.31 | 22.18 | 7.36 | - |
| YUV | 112.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 66 | 0 | 0.77 | 0.73 | 0.05 | 356.49 | 0.89 | 0.58 |
| Hex | F3 | 37 | 42 | 0 | 4D | 49 | 5 | 164 | 59 | 3A |
| Octal | 363 | 67 | 102 | 0 | 115 | 111 | 5 | 544 | 131 | 72 |
| Binary | 11110011 | 110111 | 1000010 | 0 | 1001101 | 1001001 | 101 | 101100100 | 1011001 | 111010 |
Color Harmonies of #F33742
Complementary color
Monochromatic Colors of #F33742
Black with #F33742
Text Example
Text Example
White with #F33742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33742; }
p { color: rgb(243,55,66); }
H1.HeaderClassName
{
color: #F33742;
}
.AnyTagClassName
{
color: #F33742;
}
</style>
background-color css
<style>
a { background-color: #F33742; }
a { background-color: rgb(243,55,66); }
div.DivClassName
{
background-color: #F33742;
}
.BgClassName
{
background-color: #F33742;
}
</style>
border-color css
<style>
span { border-color: #F33742; }
span { border-color: rgb(243,55,66); }
td.TdClassName
{
border-color: #F33742;
}
.TagClassName
{
border-color: #F33742;
}
</style>