Shades of Amaranth #F0205B
Tints of Amaranth #F0205B
RGB
CMYK
RGB Variations
Color information
#F0205B (or 0xF0205B) is known color: Amaranth. HEX triplet: F0, 20 and 5B. RGB value is (240,32,91). Sum of RGB (Red+Green+Blue) = 240+32+91=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0205B is #0FDFA4. Grayscale: #646464. Windows color (decimal): -1040293 or 5972208. OLE color: 5972208.
HSL color Cylindrical-coordinate representation of color #F0205B: hue angle of 342.98º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0205B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 91 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.06 |
| HSL | 342.98º | 0.87% | 0.53% | - |
| HSV(B) | 342.98º | 0.87% | 0.94% | - |
| XYZ | 38.34 | 20.31 | 11.8 | - |
| YUV | 100.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 91 | 0 | 0.87 | 0.62 | 0.06 | 342.98 | 0.87 | 0.53 |
| Hex | F0 | 20 | 5B | 0 | 57 | 3E | 6 | 157 | 57 | 35 |
| Octal | 360 | 40 | 133 | 0 | 127 | 76 | 6 | 527 | 127 | 65 |
| Binary | 11110000 | 100000 | 1011011 | 0 | 1010111 | 111110 | 110 | 101010111 | 1010111 | 110101 |
Color Harmonies of #F0205B
Complementary color
Monochromatic Colors of #F0205B
Black with #F0205B
Text Example
Text Example
White with #F0205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0205B; }
p { color: rgb(240,32,91); }
H1.HeaderClassName
{
color: #F0205B;
}
.AnyTagClassName
{
color: #F0205B;
}
</style>
background-color css
<style>
a { background-color: #F0205B; }
a { background-color: rgb(240,32,91); }
div.DivClassName
{
background-color: #F0205B;
}
.BgClassName
{
background-color: #F0205B;
}
</style>
border-color css
<style>
span { border-color: #F0205B; }
span { border-color: rgb(240,32,91); }
td.TdClassName
{
border-color: #F0205B;
}
.TagClassName
{
border-color: #F0205B;
}
</style>