Shades of Amaranth #F23C43
Tints of Amaranth #F23C43
RGB
CMYK
RGB Variations
Color information
#F23C43 (or 0xF23C43) is known color: Amaranth. HEX triplet: F2, 3C and 43. RGB value is (242,60,67). Sum of RGB (Red+Green+Blue) = 242+60+67=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C43 is #0DC3BC. Grayscale: #737373. Windows color (decimal): -902077 or 4406514. OLE color: 4406514.
HSL color Cylindrical-coordinate representation of color #F23C43: hue angle of 357.69º 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 #F23C43 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 67 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.05 |
| HSL | 357.69º | 0.88% | 0.59% | - |
| HSV(B) | 357.69º | 0.75% | 0.95% | - |
| XYZ | 39.25 | 22.51 | 7.59 | - |
| YUV | 115.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 67 | 0 | 0.75 | 0.72 | 0.05 | 357.69 | 0.88 | 0.59 |
| Hex | F2 | 3C | 43 | 0 | 4B | 48 | 5 | 166 | 58 | 3B |
| Octal | 362 | 74 | 103 | 0 | 113 | 110 | 5 | 546 | 130 | 73 |
| Binary | 11110010 | 111100 | 1000011 | 0 | 1001011 | 1001000 | 101 | 101100110 | 1011000 | 111011 |
Color Harmonies of #F23C43
Complementary color
Monochromatic Colors of #F23C43
Black with #F23C43
Text Example
Text Example
White with #F23C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C43; }
p { color: rgb(242,60,67); }
H1.HeaderClassName
{
color: #F23C43;
}
.AnyTagClassName
{
color: #F23C43;
}
</style>
background-color css
<style>
a { background-color: #F23C43; }
a { background-color: rgb(242,60,67); }
div.DivClassName
{
background-color: #F23C43;
}
.BgClassName
{
background-color: #F23C43;
}
</style>
border-color css
<style>
span { border-color: #F23C43; }
span { border-color: rgb(242,60,67); }
td.TdClassName
{
border-color: #F23C43;
}
.TagClassName
{
border-color: #F23C43;
}
</style>