Shades of Amaranth #F5314B
Tints of Amaranth #F5314B
RGB
CMYK
RGB Variations
Color information
#F5314B (or 0xF5314B) is known color: Amaranth. HEX triplet: F5, 31 and 4B. RGB value is (245,49,75). Sum of RGB (Red+Green+Blue) = 245+49+75=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5314B is #0ACEB4. Grayscale: #6E6E6E. Windows color (decimal): -708277 or 4927989. OLE color: 4927989.
HSL color Cylindrical-coordinate representation of color #F5314B: hue angle of 352.04º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5314B is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 75 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.04 |
| HSL | 352.04º | 0.91% | 0.58% | - |
| HSV(B) | 352.04º | 0.8% | 0.96% | - |
| XYZ | 40.02 | 22.12 | 8.82 | - |
| YUV | 110.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 75 | 0 | 0.8 | 0.69 | 0.04 | 352.04 | 0.91 | 0.58 |
| Hex | F5 | 31 | 4B | 0 | 50 | 45 | 4 | 160 | 5B | 3A |
| Octal | 365 | 61 | 113 | 0 | 120 | 105 | 4 | 540 | 133 | 72 |
| Binary | 11110101 | 110001 | 1001011 | 0 | 1010000 | 1000101 | 100 | 101100000 | 1011011 | 111010 |
Color Harmonies of #F5314B
Complementary color
Monochromatic Colors of #F5314B
Black with #F5314B
Text Example
Text Example
White with #F5314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5314B; }
p { color: rgb(245,49,75); }
H1.HeaderClassName
{
color: #F5314B;
}
.AnyTagClassName
{
color: #F5314B;
}
</style>
background-color css
<style>
a { background-color: #F5314B; }
a { background-color: rgb(245,49,75); }
div.DivClassName
{
background-color: #F5314B;
}
.BgClassName
{
background-color: #F5314B;
}
</style>
border-color css
<style>
span { border-color: #F5314B; }
span { border-color: rgb(245,49,75); }
td.TdClassName
{
border-color: #F5314B;
}
.TagClassName
{
border-color: #F5314B;
}
</style>