Shades of Torch Red #FA1238
Tints of Torch Red #FA1238
RGB
CMYK
RGB Variations
Color information
#FA1238 (or 0xFA1238) is known color: Torch Red. HEX triplet: FA, 12 and 38. RGB value is (250,18,56). Sum of RGB (Red+Green+Blue) = 250+18+56=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1238 is #05EDC7. Grayscale: #5B5B5B. Windows color (decimal): -388552 or 3674874. OLE color: 3674874.
HSL color Cylindrical-coordinate representation of color #FA1238: hue angle of 350.17º 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 #FA1238 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 56 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.02 |
| HSL | 350.17º | 0.96% | 0.53% | - |
| HSV(B) | 350.17º | 0.93% | 0.98% | - |
| XYZ | 40.35 | 21.04 | 5.68 | - |
| YUV | 91.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 56 | 0 | 0.93 | 0.78 | 0.02 | 350.17 | 0.96 | 0.53 |
| Hex | FA | 12 | 38 | 0 | 5D | 4E | 2 | 15E | 60 | 35 |
| Octal | 372 | 22 | 70 | 0 | 135 | 116 | 2 | 536 | 140 | 65 |
| Binary | 11111010 | 10010 | 111000 | 0 | 1011101 | 1001110 | 10 | 101011110 | 1100000 | 110101 |
Color Harmonies of #FA1238
Complementary color
Monochromatic Colors of #FA1238
Black with #FA1238
Text Example
Text Example
White with #FA1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1238; }
p { color: rgb(250,18,56); }
H1.HeaderClassName
{
color: #FA1238;
}
.AnyTagClassName
{
color: #FA1238;
}
</style>
background-color css
<style>
a { background-color: #FA1238; }
a { background-color: rgb(250,18,56); }
div.DivClassName
{
background-color: #FA1238;
}
.BgClassName
{
background-color: #FA1238;
}
</style>
border-color css
<style>
span { border-color: #FA1238; }
span { border-color: rgb(250,18,56); }
td.TdClassName
{
border-color: #FA1238;
}
.TagClassName
{
border-color: #FA1238;
}
</style>