Shades of Torch Red #FA1144
Tints of Torch Red #FA1144
RGB
CMYK
RGB Variations
Color information
#FA1144 (or 0xFA1144) is known color: Torch Red. HEX triplet: FA, 11 and 44. RGB value is (250,17,68). Sum of RGB (Red+Green+Blue) = 250+17+68=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1144 is #05EEBB. Grayscale: #5C5C5C. Windows color (decimal): -388796 or 4461050. OLE color: 4461050.
HSL color Cylindrical-coordinate representation of color #FA1144: hue angle of 346.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1144 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.02 |
| HSL | 346.87º | 0.96% | 0.52% | - |
| HSV(B) | 346.87º | 0.93% | 0.98% | - |
| XYZ | 40.67 | 21.14 | 7.41 | - |
| YUV | 92.48 | 114.19 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 68 | 0 | 0.93 | 0.73 | 0.02 | 346.87 | 0.96 | 0.52 |
| Hex | FA | 11 | 44 | 0 | 5D | 49 | 2 | 15B | 60 | 34 |
| Octal | 372 | 21 | 104 | 0 | 135 | 111 | 2 | 533 | 140 | 64 |
| Binary | 11111010 | 10001 | 1000100 | 0 | 1011101 | 1001001 | 10 | 101011011 | 1100000 | 110100 |
Color Harmonies of #FA1144
Complementary color
Monochromatic Colors of #FA1144
Black with #FA1144
Text Example
Text Example
White with #FA1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1144; }
p { color: rgb(250,17,68); }
H1.HeaderClassName
{
color: #FA1144;
}
.AnyTagClassName
{
color: #FA1144;
}
</style>
background-color css
<style>
a { background-color: #FA1144; }
a { background-color: rgb(250,17,68); }
div.DivClassName
{
background-color: #FA1144;
}
.BgClassName
{
background-color: #FA1144;
}
</style>
border-color css
<style>
span { border-color: #FA1144; }
span { border-color: rgb(250,17,68); }
td.TdClassName
{
border-color: #FA1144;
}
.TagClassName
{
border-color: #FA1144;
}
</style>