Shades of Amaranth #F2215B
Tints of Amaranth #F2215B
RGB
CMYK
RGB Variations
Color information
#F2215B (or 0xF2215B) is known color: Amaranth. HEX triplet: F2, 21 and 5B. RGB value is (242,33,91). Sum of RGB (Red+Green+Blue) = 242+33+91=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2215B is #0DDEA4. Grayscale: #666666. Windows color (decimal): -908965 or 5972466. OLE color: 5972466.
HSL color Cylindrical-coordinate representation of color #F2215B: hue angle of 343.35º 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 #F2215B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 91 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.05 |
| HSL | 343.35º | 0.89% | 0.54% | - |
| HSV(B) | 343.35º | 0.86% | 0.95% | - |
| XYZ | 39.05 | 20.72 | 11.84 | - |
| YUV | 102.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 91 | 0 | 0.86 | 0.62 | 0.05 | 343.35 | 0.89 | 0.54 |
| Hex | F2 | 21 | 5B | 0 | 56 | 3E | 5 | 157 | 59 | 36 |
| Octal | 362 | 41 | 133 | 0 | 126 | 76 | 5 | 527 | 131 | 66 |
| Binary | 11110010 | 100001 | 1011011 | 0 | 1010110 | 111110 | 101 | 101010111 | 1011001 | 110110 |
Color Harmonies of #F2215B
Complementary color
Monochromatic Colors of #F2215B
Black with #F2215B
Text Example
Text Example
White with #F2215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2215B; }
p { color: rgb(242,33,91); }
H1.HeaderClassName
{
color: #F2215B;
}
.AnyTagClassName
{
color: #F2215B;
}
</style>
background-color css
<style>
a { background-color: #F2215B; }
a { background-color: rgb(242,33,91); }
div.DivClassName
{
background-color: #F2215B;
}
.BgClassName
{
background-color: #F2215B;
}
</style>
border-color css
<style>
span { border-color: #F2215B; }
span { border-color: rgb(242,33,91); }
td.TdClassName
{
border-color: #F2215B;
}
.TagClassName
{
border-color: #F2215B;
}
</style>