Shades of Amaranth #F9264A
Tints of Amaranth #F9264A
RGB
CMYK
RGB Variations
Color information
#F9264A (or 0xF9264A) is known color: Amaranth. HEX triplet: F9, 26 and 4A. RGB value is (249,38,74). Sum of RGB (Red+Green+Blue) = 249+38+74=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9264A is #06D9B5. Grayscale: #696969. Windows color (decimal): -448950 or 4859641. OLE color: 4859641.
HSL color Cylindrical-coordinate representation of color #F9264A: hue angle of 349.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9264A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 74 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.02 |
| HSL | 349.76º | 0.95% | 0.56% | - |
| HSV(B) | 349.76º | 0.85% | 0.98% | - |
| XYZ | 41 | 22.02 | 8.57 | - |
| YUV | 105.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 74 | 0 | 0.85 | 0.70 | 0.02 | 349.76 | 0.95 | 0.56 |
| Hex | F9 | 26 | 4A | 0 | 55 | 46 | 2 | 15E | 5F | 38 |
| Octal | 371 | 46 | 112 | 0 | 125 | 106 | 2 | 536 | 137 | 70 |
| Binary | 11111001 | 100110 | 1001010 | 0 | 1010101 | 1000110 | 10 | 101011110 | 1011111 | 111000 |
Color Harmonies of #F9264A
Complementary color
Monochromatic Colors of #F9264A
Black with #F9264A
Text Example
Text Example
White with #F9264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9264A; }
p { color: rgb(249,38,74); }
H1.HeaderClassName
{
color: #F9264A;
}
.AnyTagClassName
{
color: #F9264A;
}
</style>
background-color css
<style>
a { background-color: #F9264A; }
a { background-color: rgb(249,38,74); }
div.DivClassName
{
background-color: #F9264A;
}
.BgClassName
{
background-color: #F9264A;
}
</style>
border-color css
<style>
span { border-color: #F9264A; }
span { border-color: rgb(249,38,74); }
td.TdClassName
{
border-color: #F9264A;
}
.TagClassName
{
border-color: #F9264A;
}
</style>