Shades of Amaranth #F23045
Tints of Amaranth #F23045
RGB
CMYK
RGB Variations
Color information
#F23045 (or 0xF23045) is known color: Amaranth. HEX triplet: F2, 30 and 45. RGB value is (242,48,69). Sum of RGB (Red+Green+Blue) = 242+48+69=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F23045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23045 is #0DCFBA. Grayscale: #6C6C6C. Windows color (decimal): -905147 or 4534514. OLE color: 4534514.
HSL color Cylindrical-coordinate representation of color #F23045: hue angle of 353.51º 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 #F23045 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 69 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.05 |
| HSL | 353.51º | 0.88% | 0.57% | - |
| HSV(B) | 353.51º | 0.8% | 0.95% | - |
| XYZ | 38.75 | 21.42 | 7.72 | - |
| YUV | 108.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 69 | 0 | 0.80 | 0.71 | 0.05 | 353.51 | 0.88 | 0.57 |
| Hex | F2 | 30 | 45 | 0 | 50 | 47 | 5 | 162 | 58 | 39 |
| Octal | 362 | 60 | 105 | 0 | 120 | 107 | 5 | 542 | 130 | 71 |
| Binary | 11110010 | 110000 | 1000101 | 0 | 1010000 | 1000111 | 101 | 101100010 | 1011000 | 111001 |
Color Harmonies of #F23045
Complementary color
Monochromatic Colors of #F23045
Black with #F23045
Text Example
Text Example
White with #F23045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23045; }
p { color: rgb(242,48,69); }
H1.HeaderClassName
{
color: #F23045;
}
.AnyTagClassName
{
color: #F23045;
}
</style>
background-color css
<style>
a { background-color: #F23045; }
a { background-color: rgb(242,48,69); }
div.DivClassName
{
background-color: #F23045;
}
.BgClassName
{
background-color: #F23045;
}
</style>
border-color css
<style>
span { border-color: #F23045; }
span { border-color: rgb(242,48,69); }
td.TdClassName
{
border-color: #F23045;
}
.TagClassName
{
border-color: #F23045;
}
</style>