Shades of Amaranth #FA2743
Tints of Amaranth #FA2743
RGB
CMYK
RGB Variations
Color information
#FA2743 (or 0xFA2743) is known color: Amaranth. HEX triplet: FA, 27 and 43. RGB value is (250,39,67). Sum of RGB (Red+Green+Blue) = 250+39+67=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2743 is #05D8BC. Grayscale: #696969. Windows color (decimal): -383165 or 4401146. OLE color: 4401146.
HSL color Cylindrical-coordinate representation of color #FA2743: hue angle of 352.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2743 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 67 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.02 |
| HSL | 352.04º | 0.95% | 0.57% | - |
| HSV(B) | 352.04º | 0.84% | 0.98% | - |
| XYZ | 41.16 | 22.18 | 7.42 | - |
| YUV | 105.28 | 106.4 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 67 | 0 | 0.84 | 0.73 | 0.02 | 352.04 | 0.95 | 0.57 |
| Hex | FA | 27 | 43 | 0 | 54 | 49 | 2 | 160 | 5F | 39 |
| Octal | 372 | 47 | 103 | 0 | 124 | 111 | 2 | 540 | 137 | 71 |
| Binary | 11111010 | 100111 | 1000011 | 0 | 1010100 | 1001001 | 10 | 101100000 | 1011111 | 111001 |
Color Harmonies of #FA2743
Complementary color
Monochromatic Colors of #FA2743
Black with #FA2743
Text Example
Text Example
White with #FA2743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2743; }
p { color: rgb(250,39,67); }
H1.HeaderClassName
{
color: #FA2743;
}
.AnyTagClassName
{
color: #FA2743;
}
</style>
background-color css
<style>
a { background-color: #FA2743; }
a { background-color: rgb(250,39,67); }
div.DivClassName
{
background-color: #FA2743;
}
.BgClassName
{
background-color: #FA2743;
}
</style>
border-color css
<style>
span { border-color: #FA2743; }
span { border-color: rgb(250,39,67); }
td.TdClassName
{
border-color: #FA2743;
}
.TagClassName
{
border-color: #FA2743;
}
</style>