Shades of Amaranth #F23944
Tints of Amaranth #F23944
RGB
CMYK
RGB Variations
Color information
#F23944 (or 0xF23944) is known color: Amaranth. HEX triplet: F2, 39 and 44. RGB value is (242,57,68). Sum of RGB (Red+Green+Blue) = 242+57+68=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F23944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23944 is #0DC6BB. Grayscale: #717171. Windows color (decimal): -902844 or 4471282. OLE color: 4471282.
HSL color Cylindrical-coordinate representation of color #F23944: hue angle of 356.43º 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 #F23944 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 68 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.05 |
| HSL | 356.43º | 0.88% | 0.59% | - |
| HSV(B) | 356.43º | 0.76% | 0.95% | - |
| XYZ | 39.12 | 22.22 | 7.7 | - |
| YUV | 113.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 68 | 0 | 0.76 | 0.72 | 0.05 | 356.43 | 0.88 | 0.59 |
| Hex | F2 | 39 | 44 | 0 | 4C | 48 | 5 | 164 | 58 | 3B |
| Octal | 362 | 71 | 104 | 0 | 114 | 110 | 5 | 544 | 130 | 73 |
| Binary | 11110010 | 111001 | 1000100 | 0 | 1001100 | 1001000 | 101 | 101100100 | 1011000 | 111011 |
Color Harmonies of #F23944
Complementary color
Monochromatic Colors of #F23944
Black with #F23944
Text Example
Text Example
White with #F23944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23944; }
p { color: rgb(242,57,68); }
H1.HeaderClassName
{
color: #F23944;
}
.AnyTagClassName
{
color: #F23944;
}
</style>
background-color css
<style>
a { background-color: #F23944; }
a { background-color: rgb(242,57,68); }
div.DivClassName
{
background-color: #F23944;
}
.BgClassName
{
background-color: #F23944;
}
</style>
border-color css
<style>
span { border-color: #F23944; }
span { border-color: rgb(242,57,68); }
td.TdClassName
{
border-color: #F23944;
}
.TagClassName
{
border-color: #F23944;
}
</style>