Shades of Amaranth #FA2F45
Tints of Amaranth #FA2F45
RGB
CMYK
RGB Variations
Color information
#FA2F45 (or 0xFA2F45) is known color: Amaranth. HEX triplet: FA, 2F and 45. RGB value is (250,47,69). Sum of RGB (Red+Green+Blue) = 250+47+69=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F45 is #05D0BA. Grayscale: #6E6E6E. Windows color (decimal): -381115 or 4534266. OLE color: 4534266.
HSL color Cylindrical-coordinate representation of color #FA2F45: hue angle of 353.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F45 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 69 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.02 |
| HSL | 353.5º | 0.95% | 0.58% | - |
| HSV(B) | 353.5º | 0.81% | 0.98% | - |
| XYZ | 41.52 | 22.79 | 7.84 | - |
| YUV | 110.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 69 | 0 | 0.81 | 0.72 | 0.02 | 353.5 | 0.95 | 0.58 |
| Hex | FA | 2F | 45 | 0 | 51 | 48 | 2 | 161 | 5F | 3A |
| Octal | 372 | 57 | 105 | 0 | 121 | 110 | 2 | 541 | 137 | 72 |
| Binary | 11111010 | 101111 | 1000101 | 0 | 1010001 | 1001000 | 10 | 101100001 | 1011111 | 111010 |
Color Harmonies of #FA2F45
Complementary color
Monochromatic Colors of #FA2F45
Black with #FA2F45
Text Example
Text Example
White with #FA2F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F45; }
p { color: rgb(250,47,69); }
H1.HeaderClassName
{
color: #FA2F45;
}
.AnyTagClassName
{
color: #FA2F45;
}
</style>
background-color css
<style>
a { background-color: #FA2F45; }
a { background-color: rgb(250,47,69); }
div.DivClassName
{
background-color: #FA2F45;
}
.BgClassName
{
background-color: #FA2F45;
}
</style>
border-color css
<style>
span { border-color: #FA2F45; }
span { border-color: rgb(250,47,69); }
td.TdClassName
{
border-color: #FA2F45;
}
.TagClassName
{
border-color: #FA2F45;
}
</style>