Shades of Amaranth #F02254
Tints of Amaranth #F02254
RGB
CMYK
RGB Variations
Color information
#F02254 (or 0xF02254) is known color: Amaranth. HEX triplet: F0, 22 and 54. RGB value is (240,34,84). Sum of RGB (Red+Green+Blue) = 240+34+84=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F02254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02254 is #0FDDAB. Grayscale: #656565. Windows color (decimal): -1039788 or 5513968. OLE color: 5513968.
HSL color Cylindrical-coordinate representation of color #F02254: hue angle of 345.44º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02254 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 84 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.06 |
| HSL | 345.44º | 0.87% | 0.54% | - |
| HSV(B) | 345.44º | 0.86% | 0.94% | - |
| XYZ | 38.11 | 20.31 | 10.3 | - |
| YUV | 101.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 84 | 0 | 0.86 | 0.65 | 0.06 | 345.44 | 0.87 | 0.54 |
| Hex | F0 | 22 | 54 | 0 | 56 | 41 | 6 | 159 | 57 | 36 |
| Octal | 360 | 42 | 124 | 0 | 126 | 101 | 6 | 531 | 127 | 66 |
| Binary | 11110000 | 100010 | 1010100 | 0 | 1010110 | 1000001 | 110 | 101011001 | 1010111 | 110110 |
Color Harmonies of #F02254
Complementary color
Monochromatic Colors of #F02254
Black with #F02254
Text Example
Text Example
White with #F02254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02254; }
p { color: rgb(240,34,84); }
H1.HeaderClassName
{
color: #F02254;
}
.AnyTagClassName
{
color: #F02254;
}
</style>
background-color css
<style>
a { background-color: #F02254; }
a { background-color: rgb(240,34,84); }
div.DivClassName
{
background-color: #F02254;
}
.BgClassName
{
background-color: #F02254;
}
</style>
border-color css
<style>
span { border-color: #F02254; }
span { border-color: rgb(240,34,84); }
td.TdClassName
{
border-color: #F02254;
}
.TagClassName
{
border-color: #F02254;
}
</style>