Shades of Amaranth #F0444B
Tints of Amaranth #F0444B
RGB
CMYK
RGB Variations
Color information
#F0444B (or 0xF0444B) is known color: Amaranth. HEX triplet: F0, 44 and 4B. RGB value is (240,68,75). Sum of RGB (Red+Green+Blue) = 240+68+75=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0444B is #0FBBB4. Grayscale: #787878. Windows color (decimal): -1031093 or 4932848. OLE color: 4932848.
HSL color Cylindrical-coordinate representation of color #F0444B: hue angle of 357.56º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0444B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 75 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.06 |
| HSL | 357.56º | 0.85% | 0.6% | - |
| HSV(B) | 357.56º | 0.72% | 0.94% | - |
| XYZ | 39.27 | 23.17 | 9.06 | - |
| YUV | 120.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 75 | 0 | 0.72 | 0.69 | 0.06 | 357.56 | 0.85 | 0.6 |
| Hex | F0 | 44 | 4B | 0 | 48 | 45 | 6 | 166 | 55 | 3C |
| Octal | 360 | 104 | 113 | 0 | 110 | 105 | 6 | 546 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1001011 | 0 | 1001000 | 1000101 | 110 | 101100110 | 1010101 | 111100 |
Color Harmonies of #F0444B
Complementary color
Monochromatic Colors of #F0444B
Black with #F0444B
Text Example
Text Example
White with #F0444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0444B; }
p { color: rgb(240,68,75); }
H1.HeaderClassName
{
color: #F0444B;
}
.AnyTagClassName
{
color: #F0444B;
}
</style>
background-color css
<style>
a { background-color: #F0444B; }
a { background-color: rgb(240,68,75); }
div.DivClassName
{
background-color: #F0444B;
}
.BgClassName
{
background-color: #F0444B;
}
</style>
border-color css
<style>
span { border-color: #F0444B; }
span { border-color: rgb(240,68,75); }
td.TdClassName
{
border-color: #F0444B;
}
.TagClassName
{
border-color: #F0444B;
}
</style>