Shades of Torch Red #FA0739
Tints of Torch Red #FA0739
RGB
CMYK
RGB Variations
Color information
#FA0739 (or 0xFA0739) is known color: Torch Red. HEX triplet: FA, 07 and 39. RGB value is (250,7,57). Sum of RGB (Red+Green+Blue) = 250+7+57=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0739 is #05F8C6. Grayscale: #555555. Windows color (decimal): -391367 or 3737594. OLE color: 3737594.
HSL color Cylindrical-coordinate representation of color #FA0739: hue angle of 347.65º 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 #FA0739 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.02 |
| HSL | 347.65º | 0.96% | 0.5% | - |
| HSV(B) | 347.65º | 0.97% | 0.98% | - |
| XYZ | 40.24 | 20.77 | 5.76 | - |
| YUV | 85.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 57 | 0 | 0.97 | 0.77 | 0.02 | 347.65 | 0.96 | 0.5 |
| Hex | FA | 7 | 39 | 0 | 61 | 4D | 2 | 15C | 60 | 32 |
| Octal | 372 | 7 | 71 | 0 | 141 | 115 | 2 | 534 | 140 | 62 |
| Binary | 11111010 | 111 | 111001 | 0 | 1100001 | 1001101 | 10 | 101011100 | 1100000 | 110010 |
Color Harmonies of #FA0739
Complementary color
Monochromatic Colors of #FA0739
Black with #FA0739
Text Example
Text Example
White with #FA0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0739; }
p { color: rgb(250,7,57); }
H1.HeaderClassName
{
color: #FA0739;
}
.AnyTagClassName
{
color: #FA0739;
}
</style>
background-color css
<style>
a { background-color: #FA0739; }
a { background-color: rgb(250,7,57); }
div.DivClassName
{
background-color: #FA0739;
}
.BgClassName
{
background-color: #FA0739;
}
</style>
border-color css
<style>
span { border-color: #FA0739; }
span { border-color: rgb(250,7,57); }
td.TdClassName
{
border-color: #FA0739;
}
.TagClassName
{
border-color: #FA0739;
}
</style>