Shades of Amaranth #F3184C
Tints of Amaranth #F3184C
RGB
CMYK
RGB Variations
Color information
#F3184C (or 0xF3184C) is known color: Amaranth. HEX triplet: F3, 18 and 4C. RGB value is (243,24,76). Sum of RGB (Red+Green+Blue) = 243+24+76=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3184C is #0CE7B3. Grayscale: #5F5F5F. Windows color (decimal): -845748 or 4987123. OLE color: 4987123.
HSL color Cylindrical-coordinate representation of color #F3184C: hue angle of 345.75º 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 #F3184C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 76 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.05 |
| HSL | 345.75º | 0.9% | 0.52% | - |
| HSV(B) | 345.75º | 0.9% | 0.95% | - |
| XYZ | 38.59 | 20.23 | 8.71 | - |
| YUV | 95.41 | 117.05 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 76 | 0 | 0.90 | 0.69 | 0.05 | 345.75 | 0.9 | 0.52 |
| Hex | F3 | 18 | 4C | 0 | 5A | 45 | 5 | 15A | 5A | 34 |
| Octal | 363 | 30 | 114 | 0 | 132 | 105 | 5 | 532 | 132 | 64 |
| Binary | 11110011 | 11000 | 1001100 | 0 | 1011010 | 1000101 | 101 | 101011010 | 1011010 | 110100 |
Color Harmonies of #F3184C
Complementary color
Monochromatic Colors of #F3184C
Black with #F3184C
Text Example
Text Example
White with #F3184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3184C; }
p { color: rgb(243,24,76); }
H1.HeaderClassName
{
color: #F3184C;
}
.AnyTagClassName
{
color: #F3184C;
}
</style>
background-color css
<style>
a { background-color: #F3184C; }
a { background-color: rgb(243,24,76); }
div.DivClassName
{
background-color: #F3184C;
}
.BgClassName
{
background-color: #F3184C;
}
</style>
border-color css
<style>
span { border-color: #F3184C; }
span { border-color: rgb(243,24,76); }
td.TdClassName
{
border-color: #F3184C;
}
.TagClassName
{
border-color: #F3184C;
}
</style>