Shades of Amaranth #F3174E
Tints of Amaranth #F3174E
RGB
CMYK
RGB Variations
Color information
#F3174E (or 0xF3174E) is known color: Amaranth. HEX triplet: F3, 17 and 4E. RGB value is (243,23,78). Sum of RGB (Red+Green+Blue) = 243+23+78=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3174E is #0CE8B1. Grayscale: #5F5F5F. Windows color (decimal): -846002 or 5117939. OLE color: 5117939.
HSL color Cylindrical-coordinate representation of color #F3174E: hue angle of 345º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3174E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 78 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.05 |
| HSL | 345º | 0.9% | 0.52% | - |
| HSV(B) | 345º | 0.91% | 0.95% | - |
| XYZ | 38.64 | 20.22 | 9.07 | - |
| YUV | 95.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 78 | 0 | 0.91 | 0.68 | 0.05 | 345 | 0.9 | 0.52 |
| Hex | F3 | 17 | 4E | 0 | 5B | 44 | 5 | 159 | 5A | 34 |
| Octal | 363 | 27 | 116 | 0 | 133 | 104 | 5 | 531 | 132 | 64 |
| Binary | 11110011 | 10111 | 1001110 | 0 | 1011011 | 1000100 | 101 | 101011001 | 1011010 | 110100 |
Color Harmonies of #F3174E
Complementary color
Monochromatic Colors of #F3174E
Black with #F3174E
Text Example
Text Example
White with #F3174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3174E; }
p { color: rgb(243,23,78); }
H1.HeaderClassName
{
color: #F3174E;
}
.AnyTagClassName
{
color: #F3174E;
}
</style>
background-color css
<style>
a { background-color: #F3174E; }
a { background-color: rgb(243,23,78); }
div.DivClassName
{
background-color: #F3174E;
}
.BgClassName
{
background-color: #F3174E;
}
</style>
border-color css
<style>
span { border-color: #F3174E; }
span { border-color: rgb(243,23,78); }
td.TdClassName
{
border-color: #F3174E;
}
.TagClassName
{
border-color: #F3174E;
}
</style>