Shades of Amaranth #F1284B
Tints of Amaranth #F1284B
RGB
CMYK
RGB Variations
Color information
#F1284B (or 0xF1284B) is known color: Amaranth. HEX triplet: F1, 28 and 4B. RGB value is (241,40,75). Sum of RGB (Red+Green+Blue) = 241+40+75=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1284B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1284B is #0ED7B4. Grayscale: #686868. Windows color (decimal): -972725 or 4925681. OLE color: 4925681.
HSL color Cylindrical-coordinate representation of color #F1284B: hue angle of 349.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1284B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 75 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.05 |
| HSL | 349.55º | 0.88% | 0.55% | - |
| HSV(B) | 349.55º | 0.83% | 0.95% | - |
| XYZ | 38.3 | 20.73 | 8.64 | - |
| YUV | 104.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 75 | 0 | 0.83 | 0.69 | 0.05 | 349.55 | 0.88 | 0.55 |
| Hex | F1 | 28 | 4B | 0 | 53 | 45 | 5 | 15E | 58 | 37 |
| Octal | 361 | 50 | 113 | 0 | 123 | 105 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 101000 | 1001011 | 0 | 1010011 | 1000101 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F1284B
Complementary color
Monochromatic Colors of #F1284B
Black with #F1284B
Text Example
Text Example
White with #F1284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1284B; }
p { color: rgb(241,40,75); }
H1.HeaderClassName
{
color: #F1284B;
}
.AnyTagClassName
{
color: #F1284B;
}
</style>
background-color css
<style>
a { background-color: #F1284B; }
a { background-color: rgb(241,40,75); }
div.DivClassName
{
background-color: #F1284B;
}
.BgClassName
{
background-color: #F1284B;
}
</style>
border-color css
<style>
span { border-color: #F1284B; }
span { border-color: rgb(241,40,75); }
td.TdClassName
{
border-color: #F1284B;
}
.TagClassName
{
border-color: #F1284B;
}
</style>