Shades of Amaranth #F22D4C
Tints of Amaranth #F22D4C
RGB
CMYK
RGB Variations
Color information
#F22D4C (or 0xF22D4C) is known color: Amaranth. HEX triplet: F2, 2D and 4C. RGB value is (242,45,76). Sum of RGB (Red+Green+Blue) = 242+45+76=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D4C is #0DD2B3. Grayscale: #6B6B6B. Windows color (decimal): -905908 or 4992498. OLE color: 4992498.
HSL color Cylindrical-coordinate representation of color #F22D4C: hue angle of 350.56º 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 #F22D4C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 76 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.05 |
| HSL | 350.56º | 0.88% | 0.56% | - |
| HSV(B) | 350.56º | 0.81% | 0.95% | - |
| XYZ | 38.86 | 21.28 | 8.9 | - |
| YUV | 107.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 76 | 0 | 0.81 | 0.69 | 0.05 | 350.56 | 0.88 | 0.56 |
| Hex | F2 | 2D | 4C | 0 | 51 | 45 | 5 | 15F | 58 | 38 |
| Octal | 362 | 55 | 114 | 0 | 121 | 105 | 5 | 537 | 130 | 70 |
| Binary | 11110010 | 101101 | 1001100 | 0 | 1010001 | 1000101 | 101 | 101011111 | 1011000 | 111000 |
Color Harmonies of #F22D4C
Complementary color
Monochromatic Colors of #F22D4C
Black with #F22D4C
Text Example
Text Example
White with #F22D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D4C; }
p { color: rgb(242,45,76); }
H1.HeaderClassName
{
color: #F22D4C;
}
.AnyTagClassName
{
color: #F22D4C;
}
</style>
background-color css
<style>
a { background-color: #F22D4C; }
a { background-color: rgb(242,45,76); }
div.DivClassName
{
background-color: #F22D4C;
}
.BgClassName
{
background-color: #F22D4C;
}
</style>
border-color css
<style>
span { border-color: #F22D4C; }
span { border-color: rgb(242,45,76); }
td.TdClassName
{
border-color: #F22D4C;
}
.TagClassName
{
border-color: #F22D4C;
}
</style>