Shades of Amaranth #FA1D4B
Tints of Amaranth #FA1D4B
RGB
CMYK
RGB Variations
Color information
#FA1D4B (or 0xFA1D4B) is known color: Amaranth. HEX triplet: FA, 1D and 4B. RGB value is (250,29,75). Sum of RGB (Red+Green+Blue) = 250+29+75=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D4B is #05E2B4. Grayscale: #646464. Windows color (decimal): -385717 or 4922874. OLE color: 4922874.
HSL color Cylindrical-coordinate representation of color #FA1D4B: hue angle of 347.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D4B is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.7 | 0.02 |
| HSL | 347.51º | 0.96% | 0.55% | - |
| HSV(B) | 347.51º | 0.88% | 0.98% | - |
| XYZ | 41.13 | 21.71 | 8.68 | - |
| YUV | 100.32 | 113.72 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 75 | 0 | 0.88 | 0.7 | 0.02 | 347.51 | 0.96 | 0.55 |
| Hex | FA | 1D | 4B | 0 | 58 | 46 | 2 | 15C | 60 | 37 |
| Octal | 372 | 35 | 113 | 0 | 130 | 106 | 2 | 534 | 140 | 67 |
| Binary | 11111010 | 11101 | 1001011 | 0 | 1011000 | 1000110 | 10 | 101011100 | 1100000 | 110111 |
Color Harmonies of #FA1D4B
Complementary color
Monochromatic Colors of #FA1D4B
Black with #FA1D4B
Text Example
Text Example
White with #FA1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D4B; }
p { color: rgb(250,29,75); }
H1.HeaderClassName
{
color: #FA1D4B;
}
.AnyTagClassName
{
color: #FA1D4B;
}
</style>
background-color css
<style>
a { background-color: #FA1D4B; }
a { background-color: rgb(250,29,75); }
div.DivClassName
{
background-color: #FA1D4B;
}
.BgClassName
{
background-color: #FA1D4B;
}
</style>
border-color css
<style>
span { border-color: #FA1D4B; }
span { border-color: rgb(250,29,75); }
td.TdClassName
{
border-color: #FA1D4B;
}
.TagClassName
{
border-color: #FA1D4B;
}
</style>