Shades of Amaranth #F04142
Tints of Amaranth #F04142
RGB
CMYK
RGB Variations
Color information
#F04142 (or 0xF04142) is known color: Amaranth. HEX triplet: F0, 41 and 42. RGB value is (240,65,66). Sum of RGB (Red+Green+Blue) = 240+65+66=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F04142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04142 is #0FBEBD. Grayscale: #757575. Windows color (decimal): -1031870 or 4342256. OLE color: 4342256.
HSL color Cylindrical-coordinate representation of color #F04142: hue angle of 359.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04142 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 66 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.06 |
| HSL | 359.66º | 0.85% | 0.6% | - |
| HSV(B) | 359.66º | 0.73% | 0.94% | - |
| XYZ | 38.81 | 22.7 | 7.49 | - |
| YUV | 117.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 66 | 0 | 0.73 | 0.72 | 0.06 | 359.66 | 0.85 | 0.6 |
| Hex | F0 | 41 | 42 | 0 | 49 | 48 | 6 | 168 | 55 | 3C |
| Octal | 360 | 101 | 102 | 0 | 111 | 110 | 6 | 550 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1000010 | 0 | 1001001 | 1001000 | 110 | 101101000 | 1010101 | 111100 |
Color Harmonies of #F04142
Complementary color
Monochromatic Colors of #F04142
Black with #F04142
Text Example
Text Example
White with #F04142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04142; }
p { color: rgb(240,65,66); }
H1.HeaderClassName
{
color: #F04142;
}
.AnyTagClassName
{
color: #F04142;
}
</style>
background-color css
<style>
a { background-color: #F04142; }
a { background-color: rgb(240,65,66); }
div.DivClassName
{
background-color: #F04142;
}
.BgClassName
{
background-color: #F04142;
}
</style>
border-color css
<style>
span { border-color: #F04142; }
span { border-color: rgb(240,65,66); }
td.TdClassName
{
border-color: #F04142;
}
.TagClassName
{
border-color: #F04142;
}
</style>