Shades of Amaranth #F0354B
Tints of Amaranth #F0354B
RGB
CMYK
RGB Variations
Color information
#F0354B (or 0xF0354B) is known color: Amaranth. HEX triplet: F0, 35 and 4B. RGB value is (240,53,75). Sum of RGB (Red+Green+Blue) = 240+53+75=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0354B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0354B is #0FCAB4. Grayscale: #6F6F6F. Windows color (decimal): -1034933 or 4929008. OLE color: 4929008.
HSL color Cylindrical-coordinate representation of color #F0354B: hue angle of 352.94º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0354B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 75 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.06 |
| HSL | 352.94º | 0.86% | 0.57% | - |
| HSV(B) | 352.94º | 0.78% | 0.94% | - |
| XYZ | 38.48 | 21.58 | 8.79 | - |
| YUV | 111.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 75 | 0 | 0.78 | 0.69 | 0.06 | 352.94 | 0.86 | 0.57 |
| Hex | F0 | 35 | 4B | 0 | 4E | 45 | 6 | 161 | 56 | 39 |
| Octal | 360 | 65 | 113 | 0 | 116 | 105 | 6 | 541 | 126 | 71 |
| Binary | 11110000 | 110101 | 1001011 | 0 | 1001110 | 1000101 | 110 | 101100001 | 1010110 | 111001 |
Color Harmonies of #F0354B
Complementary color
Monochromatic Colors of #F0354B
Black with #F0354B
Text Example
Text Example
White with #F0354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0354B; }
p { color: rgb(240,53,75); }
H1.HeaderClassName
{
color: #F0354B;
}
.AnyTagClassName
{
color: #F0354B;
}
</style>
background-color css
<style>
a { background-color: #F0354B; }
a { background-color: rgb(240,53,75); }
div.DivClassName
{
background-color: #F0354B;
}
.BgClassName
{
background-color: #F0354B;
}
</style>
border-color css
<style>
span { border-color: #F0354B; }
span { border-color: rgb(240,53,75); }
td.TdClassName
{
border-color: #F0354B;
}
.TagClassName
{
border-color: #F0354B;
}
</style>