Shades of Amaranth #F02A5B
Tints of Amaranth #F02A5B
RGB
CMYK
RGB Variations
Color information
#F02A5B (or 0xF02A5B) is known color: Amaranth. HEX triplet: F0, 2A and 5B. RGB value is (240,42,91). Sum of RGB (Red+Green+Blue) = 240+42+91=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A5B is #0FD5A4. Grayscale: #6A6A6A. Windows color (decimal): -1037733 or 5974768. OLE color: 5974768.
HSL color Cylindrical-coordinate representation of color #F02A5B: hue angle of 345.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A5B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 91 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.06 |
| HSL | 345.15º | 0.87% | 0.55% | - |
| HSV(B) | 345.15º | 0.83% | 0.94% | - |
| XYZ | 38.65 | 20.94 | 11.9 | - |
| YUV | 106.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 91 | 0 | 0.82 | 0.62 | 0.06 | 345.15 | 0.87 | 0.55 |
| Hex | F0 | 2A | 5B | 0 | 52 | 3E | 6 | 159 | 57 | 37 |
| Octal | 360 | 52 | 133 | 0 | 122 | 76 | 6 | 531 | 127 | 67 |
| Binary | 11110000 | 101010 | 1011011 | 0 | 1010010 | 111110 | 110 | 101011001 | 1010111 | 110111 |
Color Harmonies of #F02A5B
Complementary color
Monochromatic Colors of #F02A5B
Black with #F02A5B
Text Example
Text Example
White with #F02A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A5B; }
p { color: rgb(240,42,91); }
H1.HeaderClassName
{
color: #F02A5B;
}
.AnyTagClassName
{
color: #F02A5B;
}
</style>
background-color css
<style>
a { background-color: #F02A5B; }
a { background-color: rgb(240,42,91); }
div.DivClassName
{
background-color: #F02A5B;
}
.BgClassName
{
background-color: #F02A5B;
}
</style>
border-color css
<style>
span { border-color: #F02A5B; }
span { border-color: rgb(240,42,91); }
td.TdClassName
{
border-color: #F02A5B;
}
.TagClassName
{
border-color: #F02A5B;
}
</style>