Shades of Amaranth #F2184B
Tints of Amaranth #F2184B
RGB
CMYK
RGB Variations
Color information
#F2184B (or 0xF2184B) is known color: Amaranth. HEX triplet: F2, 18 and 4B. RGB value is (242,24,75). Sum of RGB (Red+Green+Blue) = 242+24+75=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2184B is #0DE7B4. Grayscale: #5F5F5F. Windows color (decimal): -911285 or 4921586. OLE color: 4921586.
HSL color Cylindrical-coordinate representation of color #F2184B: hue angle of 345.96º degrees, saturation: 0.89, 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 #F2184B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.05 |
| HSL | 345.96º | 0.89% | 0.52% | - |
| HSV(B) | 345.96º | 0.9% | 0.95% | - |
| XYZ | 38.21 | 20.04 | 8.51 | - |
| YUV | 95 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 75 | 0 | 0.90 | 0.69 | 0.05 | 345.96 | 0.89 | 0.52 |
| Hex | F2 | 18 | 4B | 0 | 5A | 45 | 5 | 15A | 59 | 34 |
| Octal | 362 | 30 | 113 | 0 | 132 | 105 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 11000 | 1001011 | 0 | 1011010 | 1000101 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F2184B
Complementary color
Monochromatic Colors of #F2184B
Black with #F2184B
Text Example
Text Example
White with #F2184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2184B; }
p { color: rgb(242,24,75); }
H1.HeaderClassName
{
color: #F2184B;
}
.AnyTagClassName
{
color: #F2184B;
}
</style>
background-color css
<style>
a { background-color: #F2184B; }
a { background-color: rgb(242,24,75); }
div.DivClassName
{
background-color: #F2184B;
}
.BgClassName
{
background-color: #F2184B;
}
</style>
border-color css
<style>
span { border-color: #F2184B; }
span { border-color: rgb(242,24,75); }
td.TdClassName
{
border-color: #F2184B;
}
.TagClassName
{
border-color: #F2184B;
}
</style>