Shades of Amaranth #F53F42
Tints of Amaranth #F53F42
RGB
CMYK
RGB Variations
Color information
#F53F42 (or 0xF53F42) is known color: Amaranth. HEX triplet: F5, 3F and 42. RGB value is (245,63,66). Sum of RGB (Red+Green+Blue) = 245+63+66=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F42 is #0AC0BD. Grayscale: #757575. Windows color (decimal): -704702 or 4341749. OLE color: 4341749.
HSL color Cylindrical-coordinate representation of color #F53F42: hue angle of 359.01º degrees, saturation: 0.9, 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 #F53F42 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 66 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.04 |
| HSL | 359.01º | 0.9% | 0.6% | - |
| HSV(B) | 359.01º | 0.74% | 0.96% | - |
| XYZ | 40.42 | 23.36 | 7.53 | - |
| YUV | 117.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 66 | 0 | 0.74 | 0.73 | 0.04 | 359.01 | 0.9 | 0.6 |
| Hex | F5 | 3F | 42 | 0 | 4A | 49 | 4 | 167 | 5A | 3C |
| Octal | 365 | 77 | 102 | 0 | 112 | 111 | 4 | 547 | 132 | 74 |
| Binary | 11110101 | 111111 | 1000010 | 0 | 1001010 | 1001001 | 100 | 101100111 | 1011010 | 111100 |
Color Harmonies of #F53F42
Complementary color
Monochromatic Colors of #F53F42
Black with #F53F42
Text Example
Text Example
White with #F53F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F42; }
p { color: rgb(245,63,66); }
H1.HeaderClassName
{
color: #F53F42;
}
.AnyTagClassName
{
color: #F53F42;
}
</style>
background-color css
<style>
a { background-color: #F53F42; }
a { background-color: rgb(245,63,66); }
div.DivClassName
{
background-color: #F53F42;
}
.BgClassName
{
background-color: #F53F42;
}
</style>
border-color css
<style>
span { border-color: #F53F42; }
span { border-color: rgb(245,63,66); }
td.TdClassName
{
border-color: #F53F42;
}
.TagClassName
{
border-color: #F53F42;
}
</style>