Shades of Torch Red #FA2040
Tints of Torch Red #FA2040
RGB
CMYK
RGB Variations
Color information
#FA2040 (or 0xFA2040) is known color: Torch Red. HEX triplet: FA, 20 and 40. RGB value is (250,32,64). Sum of RGB (Red+Green+Blue) = 250+32+64=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2040 is #05DFBF. Grayscale: #646464. Windows color (decimal): -384960 or 4202746. OLE color: 4202746.
HSL color Cylindrical-coordinate representation of color #FA2040: hue angle of 351.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2040 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 64 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.02 |
| HSL | 351.19º | 0.96% | 0.55% | - |
| HSV(B) | 351.19º | 0.87% | 0.98% | - |
| XYZ | 40.87 | 21.73 | 6.89 | - |
| YUV | 100.83 | 107.22 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 64 | 0 | 0.87 | 0.74 | 0.02 | 351.19 | 0.96 | 0.55 |
| Hex | FA | 20 | 40 | 0 | 57 | 4A | 2 | 15F | 60 | 37 |
| Octal | 372 | 40 | 100 | 0 | 127 | 112 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 100000 | 1000000 | 0 | 1010111 | 1001010 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA2040
Complementary color
Monochromatic Colors of #FA2040
Black with #FA2040
Text Example
Text Example
White with #FA2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2040; }
p { color: rgb(250,32,64); }
H1.HeaderClassName
{
color: #FA2040;
}
.AnyTagClassName
{
color: #FA2040;
}
</style>
background-color css
<style>
a { background-color: #FA2040; }
a { background-color: rgb(250,32,64); }
div.DivClassName
{
background-color: #FA2040;
}
.BgClassName
{
background-color: #FA2040;
}
</style>
border-color css
<style>
span { border-color: #FA2040; }
span { border-color: rgb(250,32,64); }
td.TdClassName
{
border-color: #FA2040;
}
.TagClassName
{
border-color: #FA2040;
}
</style>