Shades of Amaranth #F2285A
Tints of Amaranth #F2285A
RGB
CMYK
RGB Variations
Color information
#F2285A (or 0xF2285A) is known color: Amaranth. HEX triplet: F2, 28 and 5A. RGB value is (242,40,90). Sum of RGB (Red+Green+Blue) = 242+40+90=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2285A is #0DD7A5. Grayscale: #6A6A6A. Windows color (decimal): -907174 or 5908722. OLE color: 5908722.
HSL color Cylindrical-coordinate representation of color #F2285A: 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.83%. Process color model (Four color, CMYK) of #F2285A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 90 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.05 |
| HSL | 345.15º | 0.89% | 0.55% | - |
| HSV(B) | 345.15º | 0.83% | 0.95% | - |
| XYZ | 39.22 | 21.13 | 11.68 | - |
| YUV | 106.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 90 | 0 | 0.83 | 0.63 | 0.05 | 345.15 | 0.89 | 0.55 |
| Hex | F2 | 28 | 5A | 0 | 53 | 3F | 5 | 159 | 59 | 37 |
| Octal | 362 | 50 | 132 | 0 | 123 | 77 | 5 | 531 | 131 | 67 |
| Binary | 11110010 | 101000 | 1011010 | 0 | 1010011 | 111111 | 101 | 101011001 | 1011001 | 110111 |
Color Harmonies of #F2285A
Complementary color
Monochromatic Colors of #F2285A
Black with #F2285A
Text Example
Text Example
White with #F2285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2285A; }
p { color: rgb(242,40,90); }
H1.HeaderClassName
{
color: #F2285A;
}
.AnyTagClassName
{
color: #F2285A;
}
</style>
background-color css
<style>
a { background-color: #F2285A; }
a { background-color: rgb(242,40,90); }
div.DivClassName
{
background-color: #F2285A;
}
.BgClassName
{
background-color: #F2285A;
}
</style>
border-color css
<style>
span { border-color: #F2285A; }
span { border-color: rgb(242,40,90); }
td.TdClassName
{
border-color: #F2285A;
}
.TagClassName
{
border-color: #F2285A;
}
</style>