Shades of Amaranth #F22459
Tints of Amaranth #F22459
RGB
CMYK
RGB Variations
Color information
#F22459 (or 0xF22459) is known color: Amaranth. HEX triplet: F2, 24 and 59. RGB value is (242,36,89). Sum of RGB (Red+Green+Blue) = 242+36+89=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F22459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22459 is #0DDBA6. Grayscale: #676767. Windows color (decimal): -908199 or 5842162. OLE color: 5842162.
HSL color Cylindrical-coordinate representation of color #F22459: hue angle of 344.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22459 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 89 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.05 |
| HSL | 344.56º | 0.89% | 0.55% | - |
| HSV(B) | 344.56º | 0.85% | 0.95% | - |
| XYZ | 39.05 | 20.86 | 11.42 | - |
| YUV | 103.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 89 | 0 | 0.85 | 0.63 | 0.05 | 344.56 | 0.89 | 0.55 |
| Hex | F2 | 24 | 59 | 0 | 55 | 3F | 5 | 159 | 59 | 37 |
| Octal | 362 | 44 | 131 | 0 | 125 | 77 | 5 | 531 | 131 | 67 |
| Binary | 11110010 | 100100 | 1011001 | 0 | 1010101 | 111111 | 101 | 101011001 | 1011001 | 110111 |
Color Harmonies of #F22459
Complementary color
Monochromatic Colors of #F22459
Black with #F22459
Text Example
Text Example
White with #F22459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22459; }
p { color: rgb(242,36,89); }
H1.HeaderClassName
{
color: #F22459;
}
.AnyTagClassName
{
color: #F22459;
}
</style>
background-color css
<style>
a { background-color: #F22459; }
a { background-color: rgb(242,36,89); }
div.DivClassName
{
background-color: #F22459;
}
.BgClassName
{
background-color: #F22459;
}
</style>
border-color css
<style>
span { border-color: #F22459; }
span { border-color: rgb(242,36,89); }
td.TdClassName
{
border-color: #F22459;
}
.TagClassName
{
border-color: #F22459;
}
</style>