Shades of Amaranth #F7224B
Tints of Amaranth #F7224B
RGB
CMYK
RGB Variations
Color information
#F7224B (or 0xF7224B) is known color: Amaranth. HEX triplet: F7, 22 and 4B. RGB value is (247,34,75). Sum of RGB (Red+Green+Blue) = 247+34+75=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7224B is #08DDB4. Grayscale: #666666. Windows color (decimal): -581045 or 4924151. OLE color: 4924151.
HSL color Cylindrical-coordinate representation of color #F7224B: hue angle of 348.45º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7224B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 75 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.03 |
| HSL | 348.45º | 0.93% | 0.55% | - |
| HSV(B) | 348.45º | 0.86% | 0.97% | - |
| XYZ | 40.2 | 21.43 | 8.67 | - |
| YUV | 102.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 75 | 0 | 0.86 | 0.70 | 0.03 | 348.45 | 0.93 | 0.55 |
| Hex | F7 | 22 | 4B | 0 | 56 | 46 | 3 | 15C | 5D | 37 |
| Octal | 367 | 42 | 113 | 0 | 126 | 106 | 3 | 534 | 135 | 67 |
| Binary | 11110111 | 100010 | 1001011 | 0 | 1010110 | 1000110 | 11 | 101011100 | 1011101 | 110111 |
Color Harmonies of #F7224B
Complementary color
Monochromatic Colors of #F7224B
Black with #F7224B
Text Example
Text Example
White with #F7224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7224B; }
p { color: rgb(247,34,75); }
H1.HeaderClassName
{
color: #F7224B;
}
.AnyTagClassName
{
color: #F7224B;
}
</style>
background-color css
<style>
a { background-color: #F7224B; }
a { background-color: rgb(247,34,75); }
div.DivClassName
{
background-color: #F7224B;
}
.BgClassName
{
background-color: #F7224B;
}
</style>
border-color css
<style>
span { border-color: #F7224B; }
span { border-color: rgb(247,34,75); }
td.TdClassName
{
border-color: #F7224B;
}
.TagClassName
{
border-color: #F7224B;
}
</style>