Shades of Amaranth #F9254A
Tints of Amaranth #F9254A
RGB
CMYK
RGB Variations
Color information
#F9254A (or 0xF9254A) is known color: Amaranth. HEX triplet: F9, 25 and 4A. RGB value is (249,37,74). Sum of RGB (Red+Green+Blue) = 249+37+74=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9254A is #06DAB5. Grayscale: #686868. Windows color (decimal): -449206 or 4859385. OLE color: 4859385.
HSL color Cylindrical-coordinate representation of color #F9254A: hue angle of 349.53º 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 #F9254A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 74 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.02 |
| HSL | 349.53º | 0.95% | 0.56% | - |
| HSV(B) | 349.53º | 0.85% | 0.98% | - |
| XYZ | 40.96 | 21.96 | 8.56 | - |
| YUV | 104.61 | 110.74 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 74 | 0 | 0.85 | 0.70 | 0.02 | 349.53 | 0.95 | 0.56 |
| Hex | F9 | 25 | 4A | 0 | 55 | 46 | 2 | 15E | 5F | 38 |
| Octal | 371 | 45 | 112 | 0 | 125 | 106 | 2 | 536 | 137 | 70 |
| Binary | 11111001 | 100101 | 1001010 | 0 | 1010101 | 1000110 | 10 | 101011110 | 1011111 | 111000 |
Color Harmonies of #F9254A
Complementary color
Monochromatic Colors of #F9254A
Black with #F9254A
Text Example
Text Example
White with #F9254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9254A; }
p { color: rgb(249,37,74); }
H1.HeaderClassName
{
color: #F9254A;
}
.AnyTagClassName
{
color: #F9254A;
}
</style>
background-color css
<style>
a { background-color: #F9254A; }
a { background-color: rgb(249,37,74); }
div.DivClassName
{
background-color: #F9254A;
}
.BgClassName
{
background-color: #F9254A;
}
</style>
border-color css
<style>
span { border-color: #F9254A; }
span { border-color: rgb(249,37,74); }
td.TdClassName
{
border-color: #F9254A;
}
.TagClassName
{
border-color: #F9254A;
}
</style>