Shades of Amaranth #F03C4B
Tints of Amaranth #F03C4B
RGB
CMYK
RGB Variations
Color information
#F03C4B (or 0xF03C4B) is known color: Amaranth. HEX triplet: F0, 3C and 4B. RGB value is (240,60,75). Sum of RGB (Red+Green+Blue) = 240+60+75=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C4B is #0FC3B4. Grayscale: #737373. Windows color (decimal): -1033141 or 4930800. OLE color: 4930800.
HSL color Cylindrical-coordinate representation of color #F03C4B: hue angle of 355º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C4B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 75 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.06 |
| HSL | 355º | 0.86% | 0.59% | - |
| HSV(B) | 355º | 0.75% | 0.94% | - |
| XYZ | 38.82 | 22.26 | 8.91 | - |
| YUV | 115.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 75 | 0 | 0.75 | 0.69 | 0.06 | 355 | 0.86 | 0.59 |
| Hex | F0 | 3C | 4B | 0 | 4B | 45 | 6 | 163 | 56 | 3B |
| Octal | 360 | 74 | 113 | 0 | 113 | 105 | 6 | 543 | 126 | 73 |
| Binary | 11110000 | 111100 | 1001011 | 0 | 1001011 | 1000101 | 110 | 101100011 | 1010110 | 111011 |
Color Harmonies of #F03C4B
Complementary color
Monochromatic Colors of #F03C4B
Black with #F03C4B
Text Example
Text Example
White with #F03C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C4B; }
p { color: rgb(240,60,75); }
H1.HeaderClassName
{
color: #F03C4B;
}
.AnyTagClassName
{
color: #F03C4B;
}
</style>
background-color css
<style>
a { background-color: #F03C4B; }
a { background-color: rgb(240,60,75); }
div.DivClassName
{
background-color: #F03C4B;
}
.BgClassName
{
background-color: #F03C4B;
}
</style>
border-color css
<style>
span { border-color: #F03C4B; }
span { border-color: rgb(240,60,75); }
td.TdClassName
{
border-color: #F03C4B;
}
.TagClassName
{
border-color: #F03C4B;
}
</style>