Shades of Torch Red #FA0941
Tints of Torch Red #FA0941
RGB
CMYK
RGB Variations
Color information
#FA0941 (or 0xFA0941) is known color: Torch Red. HEX triplet: FA, 09 and 41. RGB value is (250,9,65). Sum of RGB (Red+Green+Blue) = 250+9+65=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0941 is #05F6BE. Grayscale: #575757. Windows color (decimal): -390847 or 4262394. OLE color: 4262394.
HSL color Cylindrical-coordinate representation of color #FA0941: hue angle of 346.06º 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 #FA0941 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.02 |
| HSL | 346.06º | 0.96% | 0.51% | - |
| HSV(B) | 346.06º | 0.96% | 0.98% | - |
| XYZ | 40.48 | 20.9 | 6.9 | - |
| YUV | 87.44 | 115.34 | 243.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 65 | 0 | 0.96 | 0.74 | 0.02 | 346.06 | 0.96 | 0.51 |
| Hex | FA | 9 | 41 | 0 | 60 | 4A | 2 | 15A | 60 | 33 |
| Octal | 372 | 11 | 101 | 0 | 140 | 112 | 2 | 532 | 140 | 63 |
| Binary | 11111010 | 1001 | 1000001 | 0 | 1100000 | 1001010 | 10 | 101011010 | 1100000 | 110011 |
Color Harmonies of #FA0941
Complementary color
Monochromatic Colors of #FA0941
Black with #FA0941
Text Example
Text Example
White with #FA0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0941; }
p { color: rgb(250,9,65); }
H1.HeaderClassName
{
color: #FA0941;
}
.AnyTagClassName
{
color: #FA0941;
}
</style>
background-color css
<style>
a { background-color: #FA0941; }
a { background-color: rgb(250,9,65); }
div.DivClassName
{
background-color: #FA0941;
}
.BgClassName
{
background-color: #FA0941;
}
</style>
border-color css
<style>
span { border-color: #FA0941; }
span { border-color: rgb(250,9,65); }
td.TdClassName
{
border-color: #FA0941;
}
.TagClassName
{
border-color: #FA0941;
}
</style>