Shades of Amaranth #F93744
Tints of Amaranth #F93744
RGB
CMYK
RGB Variations
Color information
#F93744 (or 0xF93744) is known color: Amaranth. HEX triplet: F9, 37 and 44. RGB value is (249,55,68). Sum of RGB (Red+Green+Blue) = 249+55+68=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F93744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93744 is #06C8BB. Grayscale: #727272. Windows color (decimal): -444604 or 4470777. OLE color: 4470777.
HSL color Cylindrical-coordinate representation of color #F93744: hue angle of 355.98º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93744 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 68 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.02 |
| HSL | 355.98º | 0.94% | 0.6% | - |
| HSV(B) | 355.98º | 0.78% | 0.98% | - |
| XYZ | 41.48 | 23.29 | 7.78 | - |
| YUV | 114.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 68 | 0 | 0.78 | 0.73 | 0.02 | 355.98 | 0.94 | 0.6 |
| Hex | F9 | 37 | 44 | 0 | 4E | 49 | 2 | 164 | 5E | 3C |
| Octal | 371 | 67 | 104 | 0 | 116 | 111 | 2 | 544 | 136 | 74 |
| Binary | 11111001 | 110111 | 1000100 | 0 | 1001110 | 1001001 | 10 | 101100100 | 1011110 | 111100 |
Color Harmonies of #F93744
Complementary color
Monochromatic Colors of #F93744
Black with #F93744
Text Example
Text Example
White with #F93744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93744; }
p { color: rgb(249,55,68); }
H1.HeaderClassName
{
color: #F93744;
}
.AnyTagClassName
{
color: #F93744;
}
</style>
background-color css
<style>
a { background-color: #F93744; }
a { background-color: rgb(249,55,68); }
div.DivClassName
{
background-color: #F93744;
}
.BgClassName
{
background-color: #F93744;
}
</style>
border-color css
<style>
span { border-color: #F93744; }
span { border-color: rgb(249,55,68); }
td.TdClassName
{
border-color: #F93744;
}
.TagClassName
{
border-color: #F93744;
}
</style>