Shades of Amaranth #F93A43
Tints of Amaranth #F93A43
RGB
CMYK
RGB Variations
Color information
#F93A43 (or 0xF93A43) is known color: Amaranth. HEX triplet: F9, 3A and 43. RGB value is (249,58,67). Sum of RGB (Red+Green+Blue) = 249+58+67=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A43 is #06C5BC. Grayscale: #747474. Windows color (decimal): -443837 or 4406009. OLE color: 4406009.
HSL color Cylindrical-coordinate representation of color #F93A43: hue angle of 357.17º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A43 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 67 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.02 |
| HSL | 357.17º | 0.94% | 0.6% | - |
| HSV(B) | 357.17º | 0.77% | 0.98% | - |
| XYZ | 41.59 | 23.57 | 7.67 | - |
| YUV | 116.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 67 | 0 | 0.77 | 0.73 | 0.02 | 357.17 | 0.94 | 0.6 |
| Hex | F9 | 3A | 43 | 0 | 4D | 49 | 2 | 165 | 5E | 3C |
| Octal | 371 | 72 | 103 | 0 | 115 | 111 | 2 | 545 | 136 | 74 |
| Binary | 11111001 | 111010 | 1000011 | 0 | 1001101 | 1001001 | 10 | 101100101 | 1011110 | 111100 |
Color Harmonies of #F93A43
Complementary color
Monochromatic Colors of #F93A43
Black with #F93A43
Text Example
Text Example
White with #F93A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A43; }
p { color: rgb(249,58,67); }
H1.HeaderClassName
{
color: #F93A43;
}
.AnyTagClassName
{
color: #F93A43;
}
</style>
background-color css
<style>
a { background-color: #F93A43; }
a { background-color: rgb(249,58,67); }
div.DivClassName
{
background-color: #F93A43;
}
.BgClassName
{
background-color: #F93A43;
}
</style>
border-color css
<style>
span { border-color: #F93A43; }
span { border-color: rgb(249,58,67); }
td.TdClassName
{
border-color: #F93A43;
}
.TagClassName
{
border-color: #F93A43;
}
</style>