Shades of Amaranth #F2255C
Tints of Amaranth #F2255C
RGB
CMYK
RGB Variations
Color information
#F2255C (or 0xF2255C) is known color: Amaranth. HEX triplet: F2, 25 and 5C. RGB value is (242,37,92). Sum of RGB (Red+Green+Blue) = 242+37+92=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2255C is #0DDAA3. Grayscale: #686868. Windows color (decimal): -907940 or 6039026. OLE color: 6039026.
HSL color Cylindrical-coordinate representation of color #F2255C: hue angle of 343.9º 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 #F2255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.9º | 0.89% | 0.55% | - |
| HSV(B) | 343.9º | 0.85% | 0.95% | - |
| XYZ | 39.21 | 20.97 | 12.11 | - |
| YUV | 104.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 92 | 0 | 0.85 | 0.62 | 0.05 | 343.9 | 0.89 | 0.55 |
| Hex | F2 | 25 | 5C | 0 | 55 | 3E | 5 | 158 | 59 | 37 |
| Octal | 362 | 45 | 134 | 0 | 125 | 76 | 5 | 530 | 131 | 67 |
| Binary | 11110010 | 100101 | 1011100 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011001 | 110111 |
Color Harmonies of #F2255C
Complementary color
Monochromatic Colors of #F2255C
Black with #F2255C
Text Example
Text Example
White with #F2255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2255C; }
p { color: rgb(242,37,92); }
H1.HeaderClassName
{
color: #F2255C;
}
.AnyTagClassName
{
color: #F2255C;
}
</style>
background-color css
<style>
a { background-color: #F2255C; }
a { background-color: rgb(242,37,92); }
div.DivClassName
{
background-color: #F2255C;
}
.BgClassName
{
background-color: #F2255C;
}
</style>
border-color css
<style>
span { border-color: #F2255C; }
span { border-color: rgb(242,37,92); }
td.TdClassName
{
border-color: #F2255C;
}
.TagClassName
{
border-color: #F2255C;
}
</style>