Shades of Amaranth #F0255C
Tints of Amaranth #F0255C
RGB
CMYK
RGB Variations
Color information
#F0255C (or 0xF0255C) is known color: Amaranth. HEX triplet: F0, 25 and 5C. RGB value is (240,37,92). Sum of RGB (Red+Green+Blue) = 240+37+92=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0255C is #0FDAA3. Grayscale: #676767. Windows color (decimal): -1039012 or 6039024. OLE color: 6039024.
HSL color Cylindrical-coordinate representation of color #F0255C: hue angle of 343.74º 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 #F0255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.06 |
| HSL | 343.74º | 0.87% | 0.54% | - |
| HSV(B) | 343.74º | 0.85% | 0.94% | - |
| XYZ | 38.53 | 20.62 | 12.07 | - |
| YUV | 103.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 92 | 0 | 0.85 | 0.62 | 0.06 | 343.74 | 0.87 | 0.54 |
| Hex | F0 | 25 | 5C | 0 | 55 | 3E | 6 | 158 | 57 | 36 |
| Octal | 360 | 45 | 134 | 0 | 125 | 76 | 6 | 530 | 127 | 66 |
| Binary | 11110000 | 100101 | 1011100 | 0 | 1010101 | 111110 | 110 | 101011000 | 1010111 | 110110 |
Color Harmonies of #F0255C
Complementary color
Monochromatic Colors of #F0255C
Black with #F0255C
Text Example
Text Example
White with #F0255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0255C; }
p { color: rgb(240,37,92); }
H1.HeaderClassName
{
color: #F0255C;
}
.AnyTagClassName
{
color: #F0255C;
}
</style>
background-color css
<style>
a { background-color: #F0255C; }
a { background-color: rgb(240,37,92); }
div.DivClassName
{
background-color: #F0255C;
}
.BgClassName
{
background-color: #F0255C;
}
</style>
border-color css
<style>
span { border-color: #F0255C; }
span { border-color: rgb(240,37,92); }
td.TdClassName
{
border-color: #F0255C;
}
.TagClassName
{
border-color: #F0255C;
}
</style>