Shades of Torch Red #FA0A46
Tints of Torch Red #FA0A46
RGB
CMYK
RGB Variations
Color information
#FA0A46 (or 0xFA0A46) is known color: Torch Red. HEX triplet: FA, 0A and 46. RGB value is (250,10,70). Sum of RGB (Red+Green+Blue) = 250+10+70=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A46 is #05F5B9. Grayscale: #585858. Windows color (decimal): -390586 or 4590330. OLE color: 4590330.
HSL color Cylindrical-coordinate representation of color #FA0A46: hue angle of 345º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A46 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 70 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.02 |
| HSL | 345º | 0.96% | 0.51% | - |
| HSV(B) | 345º | 0.96% | 0.98% | - |
| XYZ | 40.64 | 20.98 | 7.7 | - |
| YUV | 88.6 | 117.51 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 70 | 0 | 0.96 | 0.72 | 0.02 | 345 | 0.96 | 0.51 |
| Hex | FA | A | 46 | 0 | 60 | 48 | 2 | 159 | 60 | 33 |
| Octal | 372 | 12 | 106 | 0 | 140 | 110 | 2 | 531 | 140 | 63 |
| Binary | 11111010 | 1010 | 1000110 | 0 | 1100000 | 1001000 | 10 | 101011001 | 1100000 | 110011 |
Color Harmonies of #FA0A46
Complementary color
Monochromatic Colors of #FA0A46
Black with #FA0A46
Text Example
Text Example
White with #FA0A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A46; }
p { color: rgb(250,10,70); }
H1.HeaderClassName
{
color: #FA0A46;
}
.AnyTagClassName
{
color: #FA0A46;
}
</style>
background-color css
<style>
a { background-color: #FA0A46; }
a { background-color: rgb(250,10,70); }
div.DivClassName
{
background-color: #FA0A46;
}
.BgClassName
{
background-color: #FA0A46;
}
</style>
border-color css
<style>
span { border-color: #FA0A46; }
span { border-color: rgb(250,10,70); }
td.TdClassName
{
border-color: #FA0A46;
}
.TagClassName
{
border-color: #FA0A46;
}
</style>