Shades of Amaranth #F0265B
Tints of Amaranth #F0265B
RGB
CMYK
RGB Variations
Color information
#F0265B (or 0xF0265B) is known color: Amaranth. HEX triplet: F0, 26 and 5B. RGB value is (240,38,91). Sum of RGB (Red+Green+Blue) = 240+38+91=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0265B is #0FD9A4. Grayscale: #686868. Windows color (decimal): -1038757 or 5973744. OLE color: 5973744.
HSL color Cylindrical-coordinate representation of color #F0265B: hue angle of 344.26º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0265B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.06 |
| HSL | 344.26º | 0.87% | 0.55% | - |
| HSV(B) | 344.26º | 0.84% | 0.94% | - |
| XYZ | 38.52 | 20.67 | 11.86 | - |
| YUV | 104.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 91 | 0 | 0.84 | 0.62 | 0.06 | 344.26 | 0.87 | 0.55 |
| Hex | F0 | 26 | 5B | 0 | 54 | 3E | 6 | 158 | 57 | 37 |
| Octal | 360 | 46 | 133 | 0 | 124 | 76 | 6 | 530 | 127 | 67 |
| Binary | 11110000 | 100110 | 1011011 | 0 | 1010100 | 111110 | 110 | 101011000 | 1010111 | 110111 |
Color Harmonies of #F0265B
Complementary color
Monochromatic Colors of #F0265B
Black with #F0265B
Text Example
Text Example
White with #F0265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0265B; }
p { color: rgb(240,38,91); }
H1.HeaderClassName
{
color: #F0265B;
}
.AnyTagClassName
{
color: #F0265B;
}
</style>
background-color css
<style>
a { background-color: #F0265B; }
a { background-color: rgb(240,38,91); }
div.DivClassName
{
background-color: #F0265B;
}
.BgClassName
{
background-color: #F0265B;
}
</style>
border-color css
<style>
span { border-color: #F0265B; }
span { border-color: rgb(240,38,91); }
td.TdClassName
{
border-color: #F0265B;
}
.TagClassName
{
border-color: #F0265B;
}
</style>