Shades of Amaranth #F23745
Tints of Amaranth #F23745
RGB
CMYK
RGB Variations
Color information
#F23745 (or 0xF23745) is known color: Amaranth. HEX triplet: F2, 37 and 45. RGB value is (242,55,69). Sum of RGB (Red+Green+Blue) = 242+55+69=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23745 is #0DC8BA. Grayscale: #707070. Windows color (decimal): -903355 or 4536306. OLE color: 4536306.
HSL color Cylindrical-coordinate representation of color #F23745: hue angle of 355.51º 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 #F23745 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 69 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.05 |
| HSL | 355.51º | 0.88% | 0.58% | - |
| HSV(B) | 355.51º | 0.77% | 0.95% | - |
| XYZ | 39.06 | 22.04 | 7.83 | - |
| YUV | 112.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 69 | 0 | 0.77 | 0.71 | 0.05 | 355.51 | 0.88 | 0.58 |
| Hex | F2 | 37 | 45 | 0 | 4D | 47 | 5 | 164 | 58 | 3A |
| Octal | 362 | 67 | 105 | 0 | 115 | 107 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110111 | 1000101 | 0 | 1001101 | 1000111 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23745
Complementary color
Monochromatic Colors of #F23745
Black with #F23745
Text Example
Text Example
White with #F23745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23745; }
p { color: rgb(242,55,69); }
H1.HeaderClassName
{
color: #F23745;
}
.AnyTagClassName
{
color: #F23745;
}
</style>
background-color css
<style>
a { background-color: #F23745; }
a { background-color: rgb(242,55,69); }
div.DivClassName
{
background-color: #F23745;
}
.BgClassName
{
background-color: #F23745;
}
</style>
border-color css
<style>
span { border-color: #F23745; }
span { border-color: rgb(242,55,69); }
td.TdClassName
{
border-color: #F23745;
}
.TagClassName
{
border-color: #F23745;
}
</style>