Shades of Amaranth #F43F42
Tints of Amaranth #F43F42
RGB
CMYK
RGB Variations
Color information
#F43F42 (or 0xF43F42) is known color: Amaranth. HEX triplet: F4, 3F and 42. RGB value is (244,63,66). Sum of RGB (Red+Green+Blue) = 244+63+66=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43F42 is #0BC0BD. Grayscale: #757575. Windows color (decimal): -770238 or 4341748. OLE color: 4341748.
HSL color Cylindrical-coordinate representation of color #F43F42: hue angle of 359.01º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43F42 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 66 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.04 |
| HSL | 359.01º | 0.89% | 0.6% | - |
| HSV(B) | 359.01º | 0.74% | 0.96% | - |
| XYZ | 40.07 | 23.18 | 7.52 | - |
| YUV | 117.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 66 | 0 | 0.74 | 0.73 | 0.04 | 359.01 | 0.89 | 0.6 |
| Hex | F4 | 3F | 42 | 0 | 4A | 49 | 4 | 167 | 59 | 3C |
| Octal | 364 | 77 | 102 | 0 | 112 | 111 | 4 | 547 | 131 | 74 |
| Binary | 11110100 | 111111 | 1000010 | 0 | 1001010 | 1001001 | 100 | 101100111 | 1011001 | 111100 |
Color Harmonies of #F43F42
Complementary color
Monochromatic Colors of #F43F42
Black with #F43F42
Text Example
Text Example
White with #F43F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43F42; }
p { color: rgb(244,63,66); }
H1.HeaderClassName
{
color: #F43F42;
}
.AnyTagClassName
{
color: #F43F42;
}
</style>
background-color css
<style>
a { background-color: #F43F42; }
a { background-color: rgb(244,63,66); }
div.DivClassName
{
background-color: #F43F42;
}
.BgClassName
{
background-color: #F43F42;
}
</style>
border-color css
<style>
span { border-color: #F43F42; }
span { border-color: rgb(244,63,66); }
td.TdClassName
{
border-color: #F43F42;
}
.TagClassName
{
border-color: #F43F42;
}
</style>