Shades of Amaranth #F23C46
Tints of Amaranth #F23C46
RGB
CMYK
RGB Variations
Color information
#F23C46 (or 0xF23C46) is known color: Amaranth. HEX triplet: F2, 3C and 46. RGB value is (242,60,70). Sum of RGB (Red+Green+Blue) = 242+60+70=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C46 is #0DC3B9. Grayscale: #737373. Windows color (decimal): -902074 or 4603122. OLE color: 4603122.
HSL color Cylindrical-coordinate representation of color #F23C46: hue angle of 356.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C46 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 70 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.05 |
| HSL | 356.7º | 0.88% | 0.59% | - |
| HSV(B) | 356.7º | 0.75% | 0.95% | - |
| XYZ | 39.34 | 22.55 | 8.07 | - |
| YUV | 115.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 70 | 0 | 0.75 | 0.71 | 0.05 | 356.7 | 0.88 | 0.59 |
| Hex | F2 | 3C | 46 | 0 | 4B | 47 | 5 | 165 | 58 | 3B |
| Octal | 362 | 74 | 106 | 0 | 113 | 107 | 5 | 545 | 130 | 73 |
| Binary | 11110010 | 111100 | 1000110 | 0 | 1001011 | 1000111 | 101 | 101100101 | 1011000 | 111011 |
Color Harmonies of #F23C46
Complementary color
Monochromatic Colors of #F23C46
Black with #F23C46
Text Example
Text Example
White with #F23C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C46; }
p { color: rgb(242,60,70); }
H1.HeaderClassName
{
color: #F23C46;
}
.AnyTagClassName
{
color: #F23C46;
}
</style>
background-color css
<style>
a { background-color: #F23C46; }
a { background-color: rgb(242,60,70); }
div.DivClassName
{
background-color: #F23C46;
}
.BgClassName
{
background-color: #F23C46;
}
</style>
border-color css
<style>
span { border-color: #F23C46; }
span { border-color: rgb(242,60,70); }
td.TdClassName
{
border-color: #F23C46;
}
.TagClassName
{
border-color: #F23C46;
}
</style>