Shades of Amaranth #F23154
Tints of Amaranth #F23154
RGB
CMYK
RGB Variations
Color information
#F23154 (or 0xF23154) is known color: Amaranth. HEX triplet: F2, 31 and 54. RGB value is (242,49,84). Sum of RGB (Red+Green+Blue) = 242+49+84=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23154 is #0DCEAB. Grayscale: #6E6E6E. Windows color (decimal): -904876 or 5517810. OLE color: 5517810.
HSL color Cylindrical-coordinate representation of color #F23154: hue angle of 349.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23154 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 84 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.05 |
| HSL | 349.12º | 0.88% | 0.57% | - |
| HSV(B) | 349.12º | 0.8% | 0.95% | - |
| XYZ | 39.32 | 21.71 | 10.51 | - |
| YUV | 110.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 84 | 0 | 0.80 | 0.65 | 0.05 | 349.12 | 0.88 | 0.57 |
| Hex | F2 | 31 | 54 | 0 | 50 | 41 | 5 | 15D | 58 | 39 |
| Octal | 362 | 61 | 124 | 0 | 120 | 101 | 5 | 535 | 130 | 71 |
| Binary | 11110010 | 110001 | 1010100 | 0 | 1010000 | 1000001 | 101 | 101011101 | 1011000 | 111001 |
Color Harmonies of #F23154
Complementary color
Monochromatic Colors of #F23154
Black with #F23154
Text Example
Text Example
White with #F23154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23154; }
p { color: rgb(242,49,84); }
H1.HeaderClassName
{
color: #F23154;
}
.AnyTagClassName
{
color: #F23154;
}
</style>
background-color css
<style>
a { background-color: #F23154; }
a { background-color: rgb(242,49,84); }
div.DivClassName
{
background-color: #F23154;
}
.BgClassName
{
background-color: #F23154;
}
</style>
border-color css
<style>
span { border-color: #F23154; }
span { border-color: rgb(242,49,84); }
td.TdClassName
{
border-color: #F23154;
}
.TagClassName
{
border-color: #F23154;
}
</style>