Shades of Amaranth #F23C47
Tints of Amaranth #F23C47
RGB
CMYK
RGB Variations
Color information
#F23C47 (or 0xF23C47) is known color: Amaranth. HEX triplet: F2, 3C and 47. RGB value is (242,60,71). Sum of RGB (Red+Green+Blue) = 242+60+71=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C47 is #0DC3B8. Grayscale: #737373. Windows color (decimal): -902073 or 4668658. OLE color: 4668658.
HSL color Cylindrical-coordinate representation of color #F23C47: hue angle of 356.37º 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 #F23C47 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 71 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.05 |
| HSL | 356.37º | 0.88% | 0.59% | - |
| HSV(B) | 356.37º | 0.75% | 0.95% | - |
| XYZ | 39.37 | 22.56 | 8.24 | - |
| YUV | 115.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 71 | 0 | 0.75 | 0.71 | 0.05 | 356.37 | 0.88 | 0.59 |
| Hex | F2 | 3C | 47 | 0 | 4B | 47 | 5 | 164 | 58 | 3B |
| Octal | 362 | 74 | 107 | 0 | 113 | 107 | 5 | 544 | 130 | 73 |
| Binary | 11110010 | 111100 | 1000111 | 0 | 1001011 | 1000111 | 101 | 101100100 | 1011000 | 111011 |
Color Harmonies of #F23C47
Complementary color
Monochromatic Colors of #F23C47
Black with #F23C47
Text Example
Text Example
White with #F23C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C47; }
p { color: rgb(242,60,71); }
H1.HeaderClassName
{
color: #F23C47;
}
.AnyTagClassName
{
color: #F23C47;
}
</style>
background-color css
<style>
a { background-color: #F23C47; }
a { background-color: rgb(242,60,71); }
div.DivClassName
{
background-color: #F23C47;
}
.BgClassName
{
background-color: #F23C47;
}
</style>
border-color css
<style>
span { border-color: #F23C47; }
span { border-color: rgb(242,60,71); }
td.TdClassName
{
border-color: #F23C47;
}
.TagClassName
{
border-color: #F23C47;
}
</style>