Shades of Amaranth #F33344
Tints of Amaranth #F33344
RGB
CMYK
RGB Variations
Color information
#F33344 (or 0xF33344) is known color: Amaranth. HEX triplet: F3, 33 and 44. RGB value is (243,51,68). Sum of RGB (Red+Green+Blue) = 243+51+68=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F33344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33344 is #0CCCBB. Grayscale: #6E6E6E. Windows color (decimal): -838844 or 4469747. OLE color: 4469747.
HSL color Cylindrical-coordinate representation of color #F33344: hue angle of 354.69º 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 #F33344 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 68 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.05 |
| HSL | 354.69º | 0.89% | 0.58% | - |
| HSV(B) | 354.69º | 0.79% | 0.95% | - |
| XYZ | 39.19 | 21.84 | 7.62 | - |
| YUV | 110.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 68 | 0 | 0.79 | 0.72 | 0.05 | 354.69 | 0.89 | 0.58 |
| Hex | F3 | 33 | 44 | 0 | 4F | 48 | 5 | 163 | 59 | 3A |
| Octal | 363 | 63 | 104 | 0 | 117 | 110 | 5 | 543 | 131 | 72 |
| Binary | 11110011 | 110011 | 1000100 | 0 | 1001111 | 1001000 | 101 | 101100011 | 1011001 | 111010 |
Color Harmonies of #F33344
Complementary color
Monochromatic Colors of #F33344
Black with #F33344
Text Example
Text Example
White with #F33344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33344; }
p { color: rgb(243,51,68); }
H1.HeaderClassName
{
color: #F33344;
}
.AnyTagClassName
{
color: #F33344;
}
</style>
background-color css
<style>
a { background-color: #F33344; }
a { background-color: rgb(243,51,68); }
div.DivClassName
{
background-color: #F33344;
}
.BgClassName
{
background-color: #F33344;
}
</style>
border-color css
<style>
span { border-color: #F33344; }
span { border-color: rgb(243,51,68); }
td.TdClassName
{
border-color: #F33344;
}
.TagClassName
{
border-color: #F33344;
}
</style>