Shades of Torch Red #FA1244
Tints of Torch Red #FA1244
RGB
CMYK
RGB Variations
Color information
#FA1244 (or 0xFA1244) is known color: Torch Red. HEX triplet: FA, 12 and 44. RGB value is (250,18,68). Sum of RGB (Red+Green+Blue) = 250+18+68=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1244 is #05EDBB. Grayscale: #5D5D5D. Windows color (decimal): -388540 or 4461306. OLE color: 4461306.
HSL color Cylindrical-coordinate representation of color #FA1244: hue angle of 347.07º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1244 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 68 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.02 |
| HSL | 347.07º | 0.96% | 0.53% | - |
| HSV(B) | 347.07º | 0.93% | 0.98% | - |
| XYZ | 40.68 | 21.17 | 7.41 | - |
| YUV | 93.07 | 113.86 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 68 | 0 | 0.93 | 0.73 | 0.02 | 347.07 | 0.96 | 0.53 |
| Hex | FA | 12 | 44 | 0 | 5D | 49 | 2 | 15B | 60 | 35 |
| Octal | 372 | 22 | 104 | 0 | 135 | 111 | 2 | 533 | 140 | 65 |
| Binary | 11111010 | 10010 | 1000100 | 0 | 1011101 | 1001001 | 10 | 101011011 | 1100000 | 110101 |
Color Harmonies of #FA1244
Complementary color
Monochromatic Colors of #FA1244
Black with #FA1244
Text Example
Text Example
White with #FA1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1244; }
p { color: rgb(250,18,68); }
H1.HeaderClassName
{
color: #FA1244;
}
.AnyTagClassName
{
color: #FA1244;
}
</style>
background-color css
<style>
a { background-color: #FA1244; }
a { background-color: rgb(250,18,68); }
div.DivClassName
{
background-color: #FA1244;
}
.BgClassName
{
background-color: #FA1244;
}
</style>
border-color css
<style>
span { border-color: #FA1244; }
span { border-color: rgb(250,18,68); }
td.TdClassName
{
border-color: #FA1244;
}
.TagClassName
{
border-color: #FA1244;
}
</style>