Shades of Torch Red #FA1044
Tints of Torch Red #FA1044
RGB
CMYK
RGB Variations
Color information
#FA1044 (or 0xFA1044) is known color: Torch Red. HEX triplet: FA, 10 and 44. RGB value is (250,16,68). Sum of RGB (Red+Green+Blue) = 250+16+68=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1044 is #05EFBB. Grayscale: #5B5B5B. Windows color (decimal): -389052 or 4460794. OLE color: 4460794.
HSL color Cylindrical-coordinate representation of color #FA1044: hue angle of 346.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1044 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 68 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.02 |
| HSL | 346.67º | 0.96% | 0.52% | - |
| HSV(B) | 346.67º | 0.94% | 0.98% | - |
| XYZ | 40.65 | 21.11 | 7.4 | - |
| YUV | 91.89 | 114.52 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 68 | 0 | 0.94 | 0.73 | 0.02 | 346.67 | 0.96 | 0.52 |
| Hex | FA | 10 | 44 | 0 | 5E | 49 | 2 | 15B | 60 | 34 |
| Octal | 372 | 20 | 104 | 0 | 136 | 111 | 2 | 533 | 140 | 64 |
| Binary | 11111010 | 10000 | 1000100 | 0 | 1011110 | 1001001 | 10 | 101011011 | 1100000 | 110100 |
Color Harmonies of #FA1044
Complementary color
Monochromatic Colors of #FA1044
Black with #FA1044
Text Example
Text Example
White with #FA1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1044; }
p { color: rgb(250,16,68); }
H1.HeaderClassName
{
color: #FA1044;
}
.AnyTagClassName
{
color: #FA1044;
}
</style>
background-color css
<style>
a { background-color: #FA1044; }
a { background-color: rgb(250,16,68); }
div.DivClassName
{
background-color: #FA1044;
}
.BgClassName
{
background-color: #FA1044;
}
</style>
border-color css
<style>
span { border-color: #FA1044; }
span { border-color: rgb(250,16,68); }
td.TdClassName
{
border-color: #FA1044;
}
.TagClassName
{
border-color: #FA1044;
}
</style>