Shades of Amaranth #F23751
Tints of Amaranth #F23751
RGB
CMYK
RGB Variations
Color information
#F23751 (or 0xF23751) is known color: Amaranth. HEX triplet: F2, 37 and 51. RGB value is (242,55,81). Sum of RGB (Red+Green+Blue) = 242+55+81=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23751 is #0DC8AE. Grayscale: #717171. Windows color (decimal): -903343 or 5322738. OLE color: 5322738.
HSL color Cylindrical-coordinate representation of color #F23751: hue angle of 351.66º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23751 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 81 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.05 |
| HSL | 351.66º | 0.88% | 0.58% | - |
| HSV(B) | 351.66º | 0.77% | 0.95% | - |
| XYZ | 39.47 | 22.2 | 9.99 | - |
| YUV | 113.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 81 | 0 | 0.77 | 0.67 | 0.05 | 351.66 | 0.88 | 0.58 |
| Hex | F2 | 37 | 51 | 0 | 4D | 43 | 5 | 160 | 58 | 3A |
| Octal | 362 | 67 | 121 | 0 | 115 | 103 | 5 | 540 | 130 | 72 |
| Binary | 11110010 | 110111 | 1010001 | 0 | 1001101 | 1000011 | 101 | 101100000 | 1011000 | 111010 |
Color Harmonies of #F23751
Complementary color
Monochromatic Colors of #F23751
Black with #F23751
Text Example
Text Example
White with #F23751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23751; }
p { color: rgb(242,55,81); }
H1.HeaderClassName
{
color: #F23751;
}
.AnyTagClassName
{
color: #F23751;
}
</style>
background-color css
<style>
a { background-color: #F23751; }
a { background-color: rgb(242,55,81); }
div.DivClassName
{
background-color: #F23751;
}
.BgClassName
{
background-color: #F23751;
}
</style>
border-color css
<style>
span { border-color: #F23751; }
span { border-color: rgb(242,55,81); }
td.TdClassName
{
border-color: #F23751;
}
.TagClassName
{
border-color: #F23751;
}
</style>