Shades of Amaranth #F42343
Tints of Amaranth #F42343
RGB
CMYK
RGB Variations
Color information
#F42343 (or 0xF42343) is known color: Amaranth. HEX triplet: F4, 23 and 43. RGB value is (244,35,67). Sum of RGB (Red+Green+Blue) = 244+35+67=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42343 is #0BDCBC. Grayscale: #656565. Windows color (decimal): -777405 or 4400116. OLE color: 4400116.
HSL color Cylindrical-coordinate representation of color #F42343: hue angle of 350.81º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42343 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 67 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.04 |
| HSL | 350.81º | 0.9% | 0.55% | - |
| HSV(B) | 350.81º | 0.86% | 0.96% | - |
| XYZ | 38.92 | 20.84 | 7.28 | - |
| YUV | 101.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 67 | 0 | 0.86 | 0.73 | 0.04 | 350.81 | 0.9 | 0.55 |
| Hex | F4 | 23 | 43 | 0 | 56 | 49 | 4 | 15F | 5A | 37 |
| Octal | 364 | 43 | 103 | 0 | 126 | 111 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100011 | 1000011 | 0 | 1010110 | 1001001 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42343
Complementary color
Monochromatic Colors of #F42343
Black with #F42343
Text Example
Text Example
White with #F42343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42343; }
p { color: rgb(244,35,67); }
H1.HeaderClassName
{
color: #F42343;
}
.AnyTagClassName
{
color: #F42343;
}
</style>
background-color css
<style>
a { background-color: #F42343; }
a { background-color: rgb(244,35,67); }
div.DivClassName
{
background-color: #F42343;
}
.BgClassName
{
background-color: #F42343;
}
</style>
border-color css
<style>
span { border-color: #F42343; }
span { border-color: rgb(244,35,67); }
td.TdClassName
{
border-color: #F42343;
}
.TagClassName
{
border-color: #F42343;
}
</style>