Shades of Amaranth #F03355
Tints of Amaranth #F03355
RGB
CMYK
RGB Variations
Color information
#F03355 (or 0xF03355) is known color: Amaranth. HEX triplet: F0, 33 and 55. RGB value is (240,51,85). Sum of RGB (Red+Green+Blue) = 240+51+85=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F03355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03355 is #0FCCAA. Grayscale: #6F6F6F. Windows color (decimal): -1035435 or 5583856. OLE color: 5583856.
HSL color Cylindrical-coordinate representation of color #F03355: hue angle of 349.21º 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 #F03355 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 85 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.06 |
| HSL | 349.21º | 0.86% | 0.57% | - |
| HSV(B) | 349.21º | 0.79% | 0.94% | - |
| XYZ | 38.76 | 21.55 | 10.71 | - |
| YUV | 111.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 85 | 0 | 0.79 | 0.65 | 0.06 | 349.21 | 0.86 | 0.57 |
| Hex | F0 | 33 | 55 | 0 | 4F | 41 | 6 | 15D | 56 | 39 |
| Octal | 360 | 63 | 125 | 0 | 117 | 101 | 6 | 535 | 126 | 71 |
| Binary | 11110000 | 110011 | 1010101 | 0 | 1001111 | 1000001 | 110 | 101011101 | 1010110 | 111001 |
Color Harmonies of #F03355
Complementary color
Monochromatic Colors of #F03355
Black with #F03355
Text Example
Text Example
White with #F03355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03355; }
p { color: rgb(240,51,85); }
H1.HeaderClassName
{
color: #F03355;
}
.AnyTagClassName
{
color: #F03355;
}
</style>
background-color css
<style>
a { background-color: #F03355; }
a { background-color: rgb(240,51,85); }
div.DivClassName
{
background-color: #F03355;
}
.BgClassName
{
background-color: #F03355;
}
</style>
border-color css
<style>
span { border-color: #F03355; }
span { border-color: rgb(240,51,85); }
td.TdClassName
{
border-color: #F03355;
}
.TagClassName
{
border-color: #F03355;
}
</style>