Shades of Amaranth #F22D4A
Tints of Amaranth #F22D4A
RGB
CMYK
RGB Variations
Color information
#F22D4A (or 0xF22D4A) is known color: Amaranth. HEX triplet: F2, 2D and 4A. RGB value is (242,45,74). Sum of RGB (Red+Green+Blue) = 242+45+74=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D4A is #0DD2B5. Grayscale: #6B6B6B. Windows color (decimal): -905910 or 4861426. OLE color: 4861426.
HSL color Cylindrical-coordinate representation of color #F22D4A: hue angle of 351.17º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D4A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 74 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.05 |
| HSL | 351.17º | 0.88% | 0.56% | - |
| HSV(B) | 351.17º | 0.81% | 0.95% | - |
| XYZ | 38.79 | 21.25 | 8.54 | - |
| YUV | 107.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 74 | 0 | 0.81 | 0.69 | 0.05 | 351.17 | 0.88 | 0.56 |
| Hex | F2 | 2D | 4A | 0 | 51 | 45 | 5 | 15F | 58 | 38 |
| Octal | 362 | 55 | 112 | 0 | 121 | 105 | 5 | 537 | 130 | 70 |
| Binary | 11110010 | 101101 | 1001010 | 0 | 1010001 | 1000101 | 101 | 101011111 | 1011000 | 111000 |
Color Harmonies of #F22D4A
Complementary color
Monochromatic Colors of #F22D4A
Black with #F22D4A
Text Example
Text Example
White with #F22D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D4A; }
p { color: rgb(242,45,74); }
H1.HeaderClassName
{
color: #F22D4A;
}
.AnyTagClassName
{
color: #F22D4A;
}
</style>
background-color css
<style>
a { background-color: #F22D4A; }
a { background-color: rgb(242,45,74); }
div.DivClassName
{
background-color: #F22D4A;
}
.BgClassName
{
background-color: #F22D4A;
}
</style>
border-color css
<style>
span { border-color: #F22D4A; }
span { border-color: rgb(242,45,74); }
td.TdClassName
{
border-color: #F22D4A;
}
.TagClassName
{
border-color: #F22D4A;
}
</style>