Shades of Amaranth #F23044
Tints of Amaranth #F23044
RGB
CMYK
RGB Variations
Color information
#F23044 (or 0xF23044) is known color: Amaranth. HEX triplet: F2, 30 and 44. RGB value is (242,48,68). Sum of RGB (Red+Green+Blue) = 242+48+68=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F23044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23044 is #0DCFBB. Grayscale: #6C6C6C. Windows color (decimal): -905148 or 4468978. OLE color: 4468978.
HSL color Cylindrical-coordinate representation of color #F23044: hue angle of 353.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 #F23044 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 68 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.05 |
| HSL | 353.81º | 0.88% | 0.57% | - |
| HSV(B) | 353.81º | 0.8% | 0.95% | - |
| XYZ | 38.72 | 21.41 | 7.56 | - |
| YUV | 108.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 68 | 0 | 0.80 | 0.72 | 0.05 | 353.81 | 0.88 | 0.57 |
| Hex | F2 | 30 | 44 | 0 | 50 | 48 | 5 | 162 | 58 | 39 |
| Octal | 362 | 60 | 104 | 0 | 120 | 110 | 5 | 542 | 130 | 71 |
| Binary | 11110010 | 110000 | 1000100 | 0 | 1010000 | 1001000 | 101 | 101100010 | 1011000 | 111001 |
Color Harmonies of #F23044
Complementary color
Monochromatic Colors of #F23044
Black with #F23044
Text Example
Text Example
White with #F23044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23044; }
p { color: rgb(242,48,68); }
H1.HeaderClassName
{
color: #F23044;
}
.AnyTagClassName
{
color: #F23044;
}
</style>
background-color css
<style>
a { background-color: #F23044; }
a { background-color: rgb(242,48,68); }
div.DivClassName
{
background-color: #F23044;
}
.BgClassName
{
background-color: #F23044;
}
</style>
border-color css
<style>
span { border-color: #F23044; }
span { border-color: rgb(242,48,68); }
td.TdClassName
{
border-color: #F23044;
}
.TagClassName
{
border-color: #F23044;
}
</style>