Shades of Amaranth #F2235D
Tints of Amaranth #F2235D
RGB
CMYK
RGB Variations
Color information
#F2235D (or 0xF2235D) is known color: Amaranth. HEX triplet: F2, 23 and 5D. RGB value is (242,35,93). Sum of RGB (Red+Green+Blue) = 242+35+93=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2235D is #0DDCA2. Grayscale: #676767. Windows color (decimal): -908451 or 6104050. OLE color: 6104050.
HSL color Cylindrical-coordinate representation of color #F2235D: hue angle of 343.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2235D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 93 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.05 |
| HSL | 343.19º | 0.89% | 0.54% | - |
| HSV(B) | 343.19º | 0.86% | 0.95% | - |
| XYZ | 39.19 | 20.87 | 12.32 | - |
| YUV | 103.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 93 | 0 | 0.86 | 0.62 | 0.05 | 343.19 | 0.89 | 0.54 |
| Hex | F2 | 23 | 5D | 0 | 56 | 3E | 5 | 157 | 59 | 36 |
| Octal | 362 | 43 | 135 | 0 | 126 | 76 | 5 | 527 | 131 | 66 |
| Binary | 11110010 | 100011 | 1011101 | 0 | 1010110 | 111110 | 101 | 101010111 | 1011001 | 110110 |
Color Harmonies of #F2235D
Complementary color
Monochromatic Colors of #F2235D
Black with #F2235D
Text Example
Text Example
White with #F2235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2235D; }
p { color: rgb(242,35,93); }
H1.HeaderClassName
{
color: #F2235D;
}
.AnyTagClassName
{
color: #F2235D;
}
</style>
background-color css
<style>
a { background-color: #F2235D; }
a { background-color: rgb(242,35,93); }
div.DivClassName
{
background-color: #F2235D;
}
.BgClassName
{
background-color: #F2235D;
}
</style>
border-color css
<style>
span { border-color: #F2235D; }
span { border-color: rgb(242,35,93); }
td.TdClassName
{
border-color: #F2235D;
}
.TagClassName
{
border-color: #F2235D;
}
</style>