Shades of Amaranth #F93144
Tints of Amaranth #F93144
RGB
CMYK
RGB Variations
Color information
#F93144 (or 0xF93144) is known color: Amaranth. HEX triplet: F9, 31 and 44. RGB value is (249,49,68). Sum of RGB (Red+Green+Blue) = 249+49+68=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F93144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93144 is #06CEBB. Grayscale: #6F6F6F. Windows color (decimal): -446140 or 4469241. OLE color: 4469241.
HSL color Cylindrical-coordinate representation of color #F93144: hue angle of 354.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93144 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 354.3º | 0.94% | 0.58% | - |
| HSV(B) | 354.3º | 0.8% | 0.98% | - |
| XYZ | 41.21 | 22.75 | 7.69 | - |
| YUV | 110.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 68 | 0 | 0.80 | 0.73 | 0.02 | 354.3 | 0.94 | 0.58 |
| Hex | F9 | 31 | 44 | 0 | 50 | 49 | 2 | 162 | 5E | 3A |
| Octal | 371 | 61 | 104 | 0 | 120 | 111 | 2 | 542 | 136 | 72 |
| Binary | 11111001 | 110001 | 1000100 | 0 | 1010000 | 1001001 | 10 | 101100010 | 1011110 | 111010 |
Color Harmonies of #F93144
Complementary color
Monochromatic Colors of #F93144
Black with #F93144
Text Example
Text Example
White with #F93144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93144; }
p { color: rgb(249,49,68); }
H1.HeaderClassName
{
color: #F93144;
}
.AnyTagClassName
{
color: #F93144;
}
</style>
background-color css
<style>
a { background-color: #F93144; }
a { background-color: rgb(249,49,68); }
div.DivClassName
{
background-color: #F93144;
}
.BgClassName
{
background-color: #F93144;
}
</style>
border-color css
<style>
span { border-color: #F93144; }
span { border-color: rgb(249,49,68); }
td.TdClassName
{
border-color: #F93144;
}
.TagClassName
{
border-color: #F93144;
}
</style>