Shades of Amaranth #F0284C
Tints of Amaranth #F0284C
RGB
CMYK
RGB Variations
Color information
#F0284C (or 0xF0284C) is known color: Amaranth. HEX triplet: F0, 28 and 4C. RGB value is (240,40,76). Sum of RGB (Red+Green+Blue) = 240+40+76=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0284C is #0FD7B3. Grayscale: #676767. Windows color (decimal): -1038260 or 4991216. OLE color: 4991216.
HSL color Cylindrical-coordinate representation of color #F0284C: hue angle of 349.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0284C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.06 |
| HSL | 349.2º | 0.87% | 0.55% | - |
| HSV(B) | 349.2º | 0.83% | 0.94% | - |
| XYZ | 38 | 20.56 | 8.8 | - |
| YUV | 103.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 76 | 0 | 0.83 | 0.68 | 0.06 | 349.2 | 0.87 | 0.55 |
| Hex | F0 | 28 | 4C | 0 | 53 | 44 | 6 | 15D | 57 | 37 |
| Octal | 360 | 50 | 114 | 0 | 123 | 104 | 6 | 535 | 127 | 67 |
| Binary | 11110000 | 101000 | 1001100 | 0 | 1010011 | 1000100 | 110 | 101011101 | 1010111 | 110111 |
Color Harmonies of #F0284C
Complementary color
Monochromatic Colors of #F0284C
Black with #F0284C
Text Example
Text Example
White with #F0284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0284C; }
p { color: rgb(240,40,76); }
H1.HeaderClassName
{
color: #F0284C;
}
.AnyTagClassName
{
color: #F0284C;
}
</style>
background-color css
<style>
a { background-color: #F0284C; }
a { background-color: rgb(240,40,76); }
div.DivClassName
{
background-color: #F0284C;
}
.BgClassName
{
background-color: #F0284C;
}
</style>
border-color css
<style>
span { border-color: #F0284C; }
span { border-color: rgb(240,40,76); }
td.TdClassName
{
border-color: #F0284C;
}
.TagClassName
{
border-color: #F0284C;
}
</style>