Shades of Amaranth #F0255D
Tints of Amaranth #F0255D
RGB
CMYK
RGB Variations
Color information
#F0255D (or 0xF0255D) is known color: Amaranth. HEX triplet: F0, 25 and 5D. RGB value is (240,37,93). Sum of RGB (Red+Green+Blue) = 240+37+93=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0255D is #0FDAA2. Grayscale: #686868. Windows color (decimal): -1039011 or 6104560. OLE color: 6104560.
HSL color Cylindrical-coordinate representation of color #F0255D: hue angle of 343.45º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0255D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.06 |
| HSL | 343.45º | 0.87% | 0.54% | - |
| HSV(B) | 343.45º | 0.85% | 0.94% | - |
| XYZ | 38.57 | 20.64 | 12.31 | - |
| YUV | 104.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 93 | 0 | 0.85 | 0.61 | 0.06 | 343.45 | 0.87 | 0.54 |
| Hex | F0 | 25 | 5D | 0 | 55 | 3D | 6 | 157 | 57 | 36 |
| Octal | 360 | 45 | 135 | 0 | 125 | 75 | 6 | 527 | 127 | 66 |
| Binary | 11110000 | 100101 | 1011101 | 0 | 1010101 | 111101 | 110 | 101010111 | 1010111 | 110110 |
Color Harmonies of #F0255D
Complementary color
Monochromatic Colors of #F0255D
Black with #F0255D
Text Example
Text Example
White with #F0255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0255D; }
p { color: rgb(240,37,93); }
H1.HeaderClassName
{
color: #F0255D;
}
.AnyTagClassName
{
color: #F0255D;
}
</style>
background-color css
<style>
a { background-color: #F0255D; }
a { background-color: rgb(240,37,93); }
div.DivClassName
{
background-color: #F0255D;
}
.BgClassName
{
background-color: #F0255D;
}
</style>
border-color css
<style>
span { border-color: #F0255D; }
span { border-color: rgb(240,37,93); }
td.TdClassName
{
border-color: #F0255D;
}
.TagClassName
{
border-color: #F0255D;
}
</style>