Shades of Amaranth #F2275B
Tints of Amaranth #F2275B
RGB
CMYK
RGB Variations
Color information
#F2275B (or 0xF2275B) is known color: Amaranth. HEX triplet: F2, 27 and 5B. RGB value is (242,39,91). Sum of RGB (Red+Green+Blue) = 242+39+91=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2275B is #0DD8A4. Grayscale: #696969. Windows color (decimal): -907429 or 5974002. OLE color: 5974002.
HSL color Cylindrical-coordinate representation of color #F2275B: hue angle of 344.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2275B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.05 |
| HSL | 344.63º | 0.89% | 0.55% | - |
| HSV(B) | 344.63º | 0.84% | 0.95% | - |
| XYZ | 39.23 | 21.08 | 11.9 | - |
| YUV | 105.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 91 | 0 | 0.84 | 0.62 | 0.05 | 344.63 | 0.89 | 0.55 |
| Hex | F2 | 27 | 5B | 0 | 54 | 3E | 5 | 159 | 59 | 37 |
| Octal | 362 | 47 | 133 | 0 | 124 | 76 | 5 | 531 | 131 | 67 |
| Binary | 11110010 | 100111 | 1011011 | 0 | 1010100 | 111110 | 101 | 101011001 | 1011001 | 110111 |
Color Harmonies of #F2275B
Complementary color
Monochromatic Colors of #F2275B
Black with #F2275B
Text Example
Text Example
White with #F2275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2275B; }
p { color: rgb(242,39,91); }
H1.HeaderClassName
{
color: #F2275B;
}
.AnyTagClassName
{
color: #F2275B;
}
</style>
background-color css
<style>
a { background-color: #F2275B; }
a { background-color: rgb(242,39,91); }
div.DivClassName
{
background-color: #F2275B;
}
.BgClassName
{
background-color: #F2275B;
}
</style>
border-color css
<style>
span { border-color: #F2275B; }
span { border-color: rgb(242,39,91); }
td.TdClassName
{
border-color: #F2275B;
}
.TagClassName
{
border-color: #F2275B;
}
</style>