Shades of Amaranth #F5184B
Tints of Amaranth #F5184B
RGB
CMYK
RGB Variations
Color information
#F5184B (or 0xF5184B) is known color: Amaranth. HEX triplet: F5, 18 and 4B. RGB value is (245,24,75). Sum of RGB (Red+Green+Blue) = 245+24+75=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5184B is #0AE7B4. Grayscale: #5F5F5F. Windows color (decimal): -714677 or 4921589. OLE color: 4921589.
HSL color Cylindrical-coordinate representation of color #F5184B: hue angle of 346.15º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5184B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.04 |
| HSL | 346.15º | 0.92% | 0.53% | - |
| HSV(B) | 346.15º | 0.9% | 0.96% | - |
| XYZ | 39.25 | 20.57 | 8.56 | - |
| YUV | 95.89 | 116.22 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 75 | 0 | 0.90 | 0.69 | 0.04 | 346.15 | 0.92 | 0.53 |
| Hex | F5 | 18 | 4B | 0 | 5A | 45 | 4 | 15A | 5C | 35 |
| Octal | 365 | 30 | 113 | 0 | 132 | 105 | 4 | 532 | 134 | 65 |
| Binary | 11110101 | 11000 | 1001011 | 0 | 1011010 | 1000101 | 100 | 101011010 | 1011100 | 110101 |
Color Harmonies of #F5184B
Complementary color
Monochromatic Colors of #F5184B
Black with #F5184B
Text Example
Text Example
White with #F5184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5184B; }
p { color: rgb(245,24,75); }
H1.HeaderClassName
{
color: #F5184B;
}
.AnyTagClassName
{
color: #F5184B;
}
</style>
background-color css
<style>
a { background-color: #F5184B; }
a { background-color: rgb(245,24,75); }
div.DivClassName
{
background-color: #F5184B;
}
.BgClassName
{
background-color: #F5184B;
}
</style>
border-color css
<style>
span { border-color: #F5184B; }
span { border-color: rgb(245,24,75); }
td.TdClassName
{
border-color: #F5184B;
}
.TagClassName
{
border-color: #F5184B;
}
</style>