Shades of Amaranth #F2275A
Tints of Amaranth #F2275A
RGB
CMYK
RGB Variations
Color information
#F2275A (or 0xF2275A) is known color: Amaranth. HEX triplet: F2, 27 and 5A. RGB value is (242,39,90). Sum of RGB (Red+Green+Blue) = 242+39+90=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2275A is #0DD8A5. Grayscale: #696969. Windows color (decimal): -907430 or 5908466. OLE color: 5908466.
HSL color Cylindrical-coordinate representation of color #F2275A: hue angle of 344.93º 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 #F2275A is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 90 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.05 |
| HSL | 344.93º | 0.89% | 0.55% | - |
| HSV(B) | 344.93º | 0.84% | 0.95% | - |
| XYZ | 39.19 | 21.07 | 11.67 | - |
| YUV | 105.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 90 | 0 | 0.84 | 0.63 | 0.05 | 344.93 | 0.89 | 0.55 |
| Hex | F2 | 27 | 5A | 0 | 54 | 3F | 5 | 159 | 59 | 37 |
| Octal | 362 | 47 | 132 | 0 | 124 | 77 | 5 | 531 | 131 | 67 |
| Binary | 11110010 | 100111 | 1011010 | 0 | 1010100 | 111111 | 101 | 101011001 | 1011001 | 110111 |
Color Harmonies of #F2275A
Complementary color
Monochromatic Colors of #F2275A
Black with #F2275A
Text Example
Text Example
White with #F2275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2275A; }
p { color: rgb(242,39,90); }
H1.HeaderClassName
{
color: #F2275A;
}
.AnyTagClassName
{
color: #F2275A;
}
</style>
background-color css
<style>
a { background-color: #F2275A; }
a { background-color: rgb(242,39,90); }
div.DivClassName
{
background-color: #F2275A;
}
.BgClassName
{
background-color: #F2275A;
}
</style>
border-color css
<style>
span { border-color: #F2275A; }
span { border-color: rgb(242,39,90); }
td.TdClassName
{
border-color: #F2275A;
}
.TagClassName
{
border-color: #F2275A;
}
</style>