Shades of Amaranth #F23943
Tints of Amaranth #F23943
RGB
CMYK
RGB Variations
Color information
#F23943 (or 0xF23943) is known color: Amaranth. HEX triplet: F2, 39 and 43. RGB value is (242,57,67). Sum of RGB (Red+Green+Blue) = 242+57+67=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23943 is #0DC6BC. Grayscale: #717171. Windows color (decimal): -902845 or 4405746. OLE color: 4405746.
HSL color Cylindrical-coordinate representation of color #F23943: hue angle of 356.76º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23943 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 67 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.05 |
| HSL | 356.76º | 0.88% | 0.59% | - |
| HSV(B) | 356.76º | 0.76% | 0.95% | - |
| XYZ | 39.09 | 22.21 | 7.54 | - |
| YUV | 113.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 67 | 0 | 0.76 | 0.72 | 0.05 | 356.76 | 0.88 | 0.59 |
| Hex | F2 | 39 | 43 | 0 | 4C | 48 | 5 | 165 | 58 | 3B |
| Octal | 362 | 71 | 103 | 0 | 114 | 110 | 5 | 545 | 130 | 73 |
| Binary | 11110010 | 111001 | 1000011 | 0 | 1001100 | 1001000 | 101 | 101100101 | 1011000 | 111011 |
Color Harmonies of #F23943
Complementary color
Monochromatic Colors of #F23943
Black with #F23943
Text Example
Text Example
White with #F23943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23943; }
p { color: rgb(242,57,67); }
H1.HeaderClassName
{
color: #F23943;
}
.AnyTagClassName
{
color: #F23943;
}
</style>
background-color css
<style>
a { background-color: #F23943; }
a { background-color: rgb(242,57,67); }
div.DivClassName
{
background-color: #F23943;
}
.BgClassName
{
background-color: #F23943;
}
</style>
border-color css
<style>
span { border-color: #F23943; }
span { border-color: rgb(242,57,67); }
td.TdClassName
{
border-color: #F23943;
}
.TagClassName
{
border-color: #F23943;
}
</style>