Shades of Amaranth #F2284D
Tints of Amaranth #F2284D
RGB
CMYK
RGB Variations
Color information
#F2284D (or 0xF2284D) is known color: Amaranth. HEX triplet: F2, 28 and 4D. RGB value is (242,40,77). Sum of RGB (Red+Green+Blue) = 242+40+77=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2284D is #0DD7B2. Grayscale: #686868. Windows color (decimal): -907187 or 5056754. OLE color: 5056754.
HSL color Cylindrical-coordinate representation of color #F2284D: hue angle of 349.01º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2284D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 77 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.05 |
| HSL | 349.01º | 0.89% | 0.55% | - |
| HSV(B) | 349.01º | 0.83% | 0.95% | - |
| XYZ | 38.72 | 20.93 | 9.02 | - |
| YUV | 104.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 77 | 0 | 0.83 | 0.68 | 0.05 | 349.01 | 0.89 | 0.55 |
| Hex | F2 | 28 | 4D | 0 | 53 | 44 | 5 | 15D | 59 | 37 |
| Octal | 362 | 50 | 115 | 0 | 123 | 104 | 5 | 535 | 131 | 67 |
| Binary | 11110010 | 101000 | 1001101 | 0 | 1010011 | 1000100 | 101 | 101011101 | 1011001 | 110111 |
Color Harmonies of #F2284D
Complementary color
Monochromatic Colors of #F2284D
Black with #F2284D
Text Example
Text Example
White with #F2284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2284D; }
p { color: rgb(242,40,77); }
H1.HeaderClassName
{
color: #F2284D;
}
.AnyTagClassName
{
color: #F2284D;
}
</style>
background-color css
<style>
a { background-color: #F2284D; }
a { background-color: rgb(242,40,77); }
div.DivClassName
{
background-color: #F2284D;
}
.BgClassName
{
background-color: #F2284D;
}
</style>
border-color css
<style>
span { border-color: #F2284D; }
span { border-color: rgb(242,40,77); }
td.TdClassName
{
border-color: #F2284D;
}
.TagClassName
{
border-color: #F2284D;
}
</style>