Shades of Amaranth #F23155
Tints of Amaranth #F23155
RGB
CMYK
RGB Variations
Color information
#F23155 (or 0xF23155) is known color: Amaranth. HEX triplet: F2, 31 and 55. RGB value is (242,49,85). Sum of RGB (Red+Green+Blue) = 242+49+85=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F23155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23155 is #0DCEAA. Grayscale: #6E6E6E. Windows color (decimal): -904875 or 5583346. OLE color: 5583346.
HSL color Cylindrical-coordinate representation of color #F23155: hue angle of 348.81º 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 #F23155 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 85 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.05 |
| HSL | 348.81º | 0.88% | 0.57% | - |
| HSV(B) | 348.81º | 0.8% | 0.95% | - |
| XYZ | 39.36 | 21.73 | 10.71 | - |
| YUV | 110.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 85 | 0 | 0.80 | 0.65 | 0.05 | 348.81 | 0.88 | 0.57 |
| Hex | F2 | 31 | 55 | 0 | 50 | 41 | 5 | 15D | 58 | 39 |
| Octal | 362 | 61 | 125 | 0 | 120 | 101 | 5 | 535 | 130 | 71 |
| Binary | 11110010 | 110001 | 1010101 | 0 | 1010000 | 1000001 | 101 | 101011101 | 1011000 | 111001 |
Color Harmonies of #F23155
Complementary color
Monochromatic Colors of #F23155
Black with #F23155
Text Example
Text Example
White with #F23155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23155; }
p { color: rgb(242,49,85); }
H1.HeaderClassName
{
color: #F23155;
}
.AnyTagClassName
{
color: #F23155;
}
</style>
background-color css
<style>
a { background-color: #F23155; }
a { background-color: rgb(242,49,85); }
div.DivClassName
{
background-color: #F23155;
}
.BgClassName
{
background-color: #F23155;
}
</style>
border-color css
<style>
span { border-color: #F23155; }
span { border-color: rgb(242,49,85); }
td.TdClassName
{
border-color: #F23155;
}
.TagClassName
{
border-color: #F23155;
}
</style>