Shades of Amaranth #F9294B
Tints of Amaranth #F9294B
RGB
CMYK
RGB Variations
Color information
#F9294B (or 0xF9294B) is known color: Amaranth. HEX triplet: F9, 29 and 4B. RGB value is (249,41,75). Sum of RGB (Red+Green+Blue) = 249+41+75=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9294B is #06D6B4. Grayscale: #6B6B6B. Windows color (decimal): -448181 or 4925945. OLE color: 4925945.
HSL color Cylindrical-coordinate representation of color #F9294B: hue angle of 350.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9294B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 75 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.02 |
| HSL | 350.19º | 0.95% | 0.57% | - |
| HSV(B) | 350.19º | 0.84% | 0.98% | - |
| XYZ | 41.13 | 22.23 | 8.78 | - |
| YUV | 107.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 75 | 0 | 0.84 | 0.70 | 0.02 | 350.19 | 0.95 | 0.57 |
| Hex | F9 | 29 | 4B | 0 | 54 | 46 | 2 | 15E | 5F | 39 |
| Octal | 371 | 51 | 113 | 0 | 124 | 106 | 2 | 536 | 137 | 71 |
| Binary | 11111001 | 101001 | 1001011 | 0 | 1010100 | 1000110 | 10 | 101011110 | 1011111 | 111001 |
Color Harmonies of #F9294B
Complementary color
Monochromatic Colors of #F9294B
Black with #F9294B
Text Example
Text Example
White with #F9294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9294B; }
p { color: rgb(249,41,75); }
H1.HeaderClassName
{
color: #F9294B;
}
.AnyTagClassName
{
color: #F9294B;
}
</style>
background-color css
<style>
a { background-color: #F9294B; }
a { background-color: rgb(249,41,75); }
div.DivClassName
{
background-color: #F9294B;
}
.BgClassName
{
background-color: #F9294B;
}
</style>
border-color css
<style>
span { border-color: #F9294B; }
span { border-color: rgb(249,41,75); }
td.TdClassName
{
border-color: #F9294B;
}
.TagClassName
{
border-color: #F9294B;
}
</style>