Shades of Torch Red #FA0747
Tints of Torch Red #FA0747
RGB
CMYK
RGB Variations
Color information
#FA0747 (or 0xFA0747) is known color: Torch Red. HEX triplet: FA, 07 and 47. RGB value is (250,7,71). Sum of RGB (Red+Green+Blue) = 250+7+71=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0747 is #05F8B8. Grayscale: #565656. Windows color (decimal): -391353 or 4655098. OLE color: 4655098.
HSL color Cylindrical-coordinate representation of color #FA0747: hue angle of 344.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0747 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.02 |
| HSL | 344.2º | 0.96% | 0.5% | - |
| HSV(B) | 344.2º | 0.97% | 0.98% | - |
| XYZ | 40.64 | 20.93 | 7.86 | - |
| YUV | 86.95 | 119.01 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 71 | 0 | 0.97 | 0.72 | 0.02 | 344.2 | 0.96 | 0.5 |
| Hex | FA | 7 | 47 | 0 | 61 | 48 | 2 | 158 | 60 | 32 |
| Octal | 372 | 7 | 107 | 0 | 141 | 110 | 2 | 530 | 140 | 62 |
| Binary | 11111010 | 111 | 1000111 | 0 | 1100001 | 1001000 | 10 | 101011000 | 1100000 | 110010 |
Color Harmonies of #FA0747
Complementary color
Monochromatic Colors of #FA0747
Black with #FA0747
Text Example
Text Example
White with #FA0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0747; }
p { color: rgb(250,7,71); }
H1.HeaderClassName
{
color: #FA0747;
}
.AnyTagClassName
{
color: #FA0747;
}
</style>
background-color css
<style>
a { background-color: #FA0747; }
a { background-color: rgb(250,7,71); }
div.DivClassName
{
background-color: #FA0747;
}
.BgClassName
{
background-color: #FA0747;
}
</style>
border-color css
<style>
span { border-color: #FA0747; }
span { border-color: rgb(250,7,71); }
td.TdClassName
{
border-color: #FA0747;
}
.TagClassName
{
border-color: #FA0747;
}
</style>