Shades of Amaranth #F0414B
Tints of Amaranth #F0414B
RGB
CMYK
RGB Variations
Color information
#F0414B (or 0xF0414B) is known color: Amaranth. HEX triplet: F0, 41 and 4B. RGB value is (240,65,75). Sum of RGB (Red+Green+Blue) = 240+65+75=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0414B is #0FBEB4. Grayscale: #767676. Windows color (decimal): -1031861 or 4932080. OLE color: 4932080.
HSL color Cylindrical-coordinate representation of color #F0414B: hue angle of 356.57º 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 #F0414B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 75 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.06 |
| HSL | 356.57º | 0.85% | 0.6% | - |
| HSV(B) | 356.57º | 0.73% | 0.94% | - |
| XYZ | 39.1 | 22.81 | 9 | - |
| YUV | 118.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 75 | 0 | 0.73 | 0.69 | 0.06 | 356.57 | 0.85 | 0.6 |
| Hex | F0 | 41 | 4B | 0 | 49 | 45 | 6 | 165 | 55 | 3C |
| Octal | 360 | 101 | 113 | 0 | 111 | 105 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1001011 | 0 | 1001001 | 1000101 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F0414B
Complementary color
Monochromatic Colors of #F0414B
Black with #F0414B
Text Example
Text Example
White with #F0414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0414B; }
p { color: rgb(240,65,75); }
H1.HeaderClassName
{
color: #F0414B;
}
.AnyTagClassName
{
color: #F0414B;
}
</style>
background-color css
<style>
a { background-color: #F0414B; }
a { background-color: rgb(240,65,75); }
div.DivClassName
{
background-color: #F0414B;
}
.BgClassName
{
background-color: #F0414B;
}
</style>
border-color css
<style>
span { border-color: #F0414B; }
span { border-color: rgb(240,65,75); }
td.TdClassName
{
border-color: #F0414B;
}
.TagClassName
{
border-color: #F0414B;
}
</style>