Shades of Amaranth #F23644
Tints of Amaranth #F23644
RGB
CMYK
RGB Variations
Color information
#F23644 (or 0xF23644) is known color: Amaranth. HEX triplet: F2, 36 and 44. RGB value is (242,54,68). Sum of RGB (Red+Green+Blue) = 242+54+68=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23644 is #0DC9BB. Grayscale: #6F6F6F. Windows color (decimal): -903612 or 4470514. OLE color: 4470514.
HSL color Cylindrical-coordinate representation of color #F23644: hue angle of 355.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23644 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.05 |
| HSL | 355.53º | 0.88% | 0.58% | - |
| HSV(B) | 355.53º | 0.78% | 0.95% | - |
| XYZ | 38.98 | 21.93 | 7.65 | - |
| YUV | 111.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 68 | 0 | 0.78 | 0.72 | 0.05 | 355.53 | 0.88 | 0.58 |
| Hex | F2 | 36 | 44 | 0 | 4E | 48 | 5 | 164 | 58 | 3A |
| Octal | 362 | 66 | 104 | 0 | 116 | 110 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110110 | 1000100 | 0 | 1001110 | 1001000 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23644
Complementary color
Monochromatic Colors of #F23644
Black with #F23644
Text Example
Text Example
White with #F23644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23644; }
p { color: rgb(242,54,68); }
H1.HeaderClassName
{
color: #F23644;
}
.AnyTagClassName
{
color: #F23644;
}
</style>
background-color css
<style>
a { background-color: #F23644; }
a { background-color: rgb(242,54,68); }
div.DivClassName
{
background-color: #F23644;
}
.BgClassName
{
background-color: #F23644;
}
</style>
border-color css
<style>
span { border-color: #F23644; }
span { border-color: rgb(242,54,68); }
td.TdClassName
{
border-color: #F23644;
}
.TagClassName
{
border-color: #F23644;
}
</style>