Shades of Amaranth #F2255D
Tints of Amaranth #F2255D
RGB
CMYK
RGB Variations
Color information
#F2255D (or 0xF2255D) is known color: Amaranth. HEX triplet: F2, 25 and 5D. RGB value is (242,37,93). Sum of RGB (Red+Green+Blue) = 242+37+93=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2255D is #0DDAA2. Grayscale: #686868. Windows color (decimal): -907939 or 6104562. OLE color: 6104562.
HSL color Cylindrical-coordinate representation of color #F2255D: hue angle of 343.61º 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 #F2255D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.61º | 0.89% | 0.55% | - |
| HSV(B) | 343.61º | 0.85% | 0.95% | - |
| XYZ | 39.26 | 20.99 | 12.34 | - |
| YUV | 104.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 93 | 0 | 0.85 | 0.62 | 0.05 | 343.61 | 0.89 | 0.55 |
| Hex | F2 | 25 | 5D | 0 | 55 | 3E | 5 | 158 | 59 | 37 |
| Octal | 362 | 45 | 135 | 0 | 125 | 76 | 5 | 530 | 131 | 67 |
| Binary | 11110010 | 100101 | 1011101 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011001 | 110111 |
Color Harmonies of #F2255D
Complementary color
Monochromatic Colors of #F2255D
Black with #F2255D
Text Example
Text Example
White with #F2255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2255D; }
p { color: rgb(242,37,93); }
H1.HeaderClassName
{
color: #F2255D;
}
.AnyTagClassName
{
color: #F2255D;
}
</style>
background-color css
<style>
a { background-color: #F2255D; }
a { background-color: rgb(242,37,93); }
div.DivClassName
{
background-color: #F2255D;
}
.BgClassName
{
background-color: #F2255D;
}
</style>
border-color css
<style>
span { border-color: #F2255D; }
span { border-color: rgb(242,37,93); }
td.TdClassName
{
border-color: #F2255D;
}
.TagClassName
{
border-color: #F2255D;
}
</style>