Shades of Amaranth #F22457
Tints of Amaranth #F22457
RGB
CMYK
RGB Variations
Color information
#F22457 (or 0xF22457) is known color: Amaranth. HEX triplet: F2, 24 and 57. RGB value is (242,36,87). Sum of RGB (Red+Green+Blue) = 242+36+87=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22457 is #0DDBA8. Grayscale: #676767. Windows color (decimal): -908201 or 5711090. OLE color: 5711090.
HSL color Cylindrical-coordinate representation of color #F22457: hue angle of 345.15º 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 #F22457 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 87 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.05 |
| HSL | 345.15º | 0.89% | 0.55% | - |
| HSV(B) | 345.15º | 0.85% | 0.95% | - |
| XYZ | 38.97 | 20.83 | 10.98 | - |
| YUV | 103.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 87 | 0 | 0.85 | 0.64 | 0.05 | 345.15 | 0.89 | 0.55 |
| Hex | F2 | 24 | 57 | 0 | 55 | 40 | 5 | 159 | 59 | 37 |
| Octal | 362 | 44 | 127 | 0 | 125 | 100 | 5 | 531 | 131 | 67 |
| Binary | 11110010 | 100100 | 1010111 | 0 | 1010101 | 1000000 | 101 | 101011001 | 1011001 | 110111 |
Color Harmonies of #F22457
Complementary color
Monochromatic Colors of #F22457
Black with #F22457
Text Example
Text Example
White with #F22457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22457; }
p { color: rgb(242,36,87); }
H1.HeaderClassName
{
color: #F22457;
}
.AnyTagClassName
{
color: #F22457;
}
</style>
background-color css
<style>
a { background-color: #F22457; }
a { background-color: rgb(242,36,87); }
div.DivClassName
{
background-color: #F22457;
}
.BgClassName
{
background-color: #F22457;
}
</style>
border-color css
<style>
span { border-color: #F22457; }
span { border-color: rgb(242,36,87); }
td.TdClassName
{
border-color: #F22457;
}
.TagClassName
{
border-color: #F22457;
}
</style>