Shades of Amaranth #F3184E
Tints of Amaranth #F3184E
RGB
CMYK
RGB Variations
Color information
#F3184E (or 0xF3184E) is known color: Amaranth. HEX triplet: F3, 18 and 4E. RGB value is (243,24,78). Sum of RGB (Red+Green+Blue) = 243+24+78=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3184E is #0CE7B1. Grayscale: #5F5F5F. Windows color (decimal): -845746 or 5118195. OLE color: 5118195.
HSL color Cylindrical-coordinate representation of color #F3184E: hue angle of 345.21º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3184E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 78 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.05 |
| HSL | 345.21º | 0.9% | 0.52% | - |
| HSV(B) | 345.21º | 0.9% | 0.95% | - |
| XYZ | 38.66 | 20.26 | 9.08 | - |
| YUV | 95.64 | 118.05 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 78 | 0 | 0.90 | 0.68 | 0.05 | 345.21 | 0.9 | 0.52 |
| Hex | F3 | 18 | 4E | 0 | 5A | 44 | 5 | 159 | 5A | 34 |
| Octal | 363 | 30 | 116 | 0 | 132 | 104 | 5 | 531 | 132 | 64 |
| Binary | 11110011 | 11000 | 1001110 | 0 | 1011010 | 1000100 | 101 | 101011001 | 1011010 | 110100 |
Color Harmonies of #F3184E
Complementary color
Monochromatic Colors of #F3184E
Black with #F3184E
Text Example
Text Example
White with #F3184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3184E; }
p { color: rgb(243,24,78); }
H1.HeaderClassName
{
color: #F3184E;
}
.AnyTagClassName
{
color: #F3184E;
}
</style>
background-color css
<style>
a { background-color: #F3184E; }
a { background-color: rgb(243,24,78); }
div.DivClassName
{
background-color: #F3184E;
}
.BgClassName
{
background-color: #F3184E;
}
</style>
border-color css
<style>
span { border-color: #F3184E; }
span { border-color: rgb(243,24,78); }
td.TdClassName
{
border-color: #F3184E;
}
.TagClassName
{
border-color: #F3184E;
}
</style>