Shades of Amaranth #F33047
Tints of Amaranth #F33047
RGB
CMYK
RGB Variations
Color information
#F33047 (or 0xF33047) is known color: Amaranth. HEX triplet: F3, 30 and 47. RGB value is (243,48,71). Sum of RGB (Red+Green+Blue) = 243+48+71=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F33047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33047 is #0CCFB8. Grayscale: #6D6D6D. Windows color (decimal): -839609 or 4665587. OLE color: 4665587.
HSL color Cylindrical-coordinate representation of color #F33047: hue angle of 352.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33047 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 71 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.05 |
| HSL | 352.92º | 0.89% | 0.57% | - |
| HSV(B) | 352.92º | 0.8% | 0.95% | - |
| XYZ | 39.16 | 21.62 | 8.07 | - |
| YUV | 108.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 71 | 0 | 0.80 | 0.71 | 0.05 | 352.92 | 0.89 | 0.57 |
| Hex | F3 | 30 | 47 | 0 | 50 | 47 | 5 | 161 | 59 | 39 |
| Octal | 363 | 60 | 107 | 0 | 120 | 107 | 5 | 541 | 131 | 71 |
| Binary | 11110011 | 110000 | 1000111 | 0 | 1010000 | 1000111 | 101 | 101100001 | 1011001 | 111001 |
Color Harmonies of #F33047
Complementary color
Monochromatic Colors of #F33047
Black with #F33047
Text Example
Text Example
White with #F33047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33047; }
p { color: rgb(243,48,71); }
H1.HeaderClassName
{
color: #F33047;
}
.AnyTagClassName
{
color: #F33047;
}
</style>
background-color css
<style>
a { background-color: #F33047; }
a { background-color: rgb(243,48,71); }
div.DivClassName
{
background-color: #F33047;
}
.BgClassName
{
background-color: #F33047;
}
</style>
border-color css
<style>
span { border-color: #F33047; }
span { border-color: rgb(243,48,71); }
td.TdClassName
{
border-color: #F33047;
}
.TagClassName
{
border-color: #F33047;
}
</style>