Shades of Amaranth #F03256
Tints of Amaranth #F03256
RGB
CMYK
RGB Variations
Color information
#F03256 (or 0xF03256) is known color: Amaranth. HEX triplet: F0, 32 and 56. RGB value is (240,50,86). Sum of RGB (Red+Green+Blue) = 240+50+86=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F03256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03256 is #0FCDA9. Grayscale: #6E6E6E. Windows color (decimal): -1035690 or 5649136. OLE color: 5649136.
HSL color Cylindrical-coordinate representation of color #F03256: hue angle of 348.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03256 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 86 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.06 |
| HSL | 348.63º | 0.86% | 0.57% | - |
| HSV(B) | 348.63º | 0.79% | 0.94% | - |
| XYZ | 38.76 | 21.48 | 10.91 | - |
| YUV | 110.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 86 | 0 | 0.79 | 0.64 | 0.06 | 348.63 | 0.86 | 0.57 |
| Hex | F0 | 32 | 56 | 0 | 4F | 40 | 6 | 15D | 56 | 39 |
| Octal | 360 | 62 | 126 | 0 | 117 | 100 | 6 | 535 | 126 | 71 |
| Binary | 11110000 | 110010 | 1010110 | 0 | 1001111 | 1000000 | 110 | 101011101 | 1010110 | 111001 |
Color Harmonies of #F03256
Complementary color
Monochromatic Colors of #F03256
Black with #F03256
Text Example
Text Example
White with #F03256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03256; }
p { color: rgb(240,50,86); }
H1.HeaderClassName
{
color: #F03256;
}
.AnyTagClassName
{
color: #F03256;
}
</style>
background-color css
<style>
a { background-color: #F03256; }
a { background-color: rgb(240,50,86); }
div.DivClassName
{
background-color: #F03256;
}
.BgClassName
{
background-color: #F03256;
}
</style>
border-color css
<style>
span { border-color: #F03256; }
span { border-color: rgb(240,50,86); }
td.TdClassName
{
border-color: #F03256;
}
.TagClassName
{
border-color: #F03256;
}
</style>