Shades of Torch Red #FA1348
Tints of Torch Red #FA1348
RGB
CMYK
RGB Variations
Color information
#FA1348 (or 0xFA1348) is known color: Torch Red. HEX triplet: FA, 13 and 48. RGB value is (250,19,72). Sum of RGB (Red+Green+Blue) = 250+19+72=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1348 is #05ECB7. Grayscale: #5E5E5E. Windows color (decimal): -388280 or 4723706. OLE color: 4723706.
HSL color Cylindrical-coordinate representation of color #FA1348: hue angle of 346.23º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1348 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 72 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.02 |
| HSL | 346.23º | 0.96% | 0.53% | - |
| HSV(B) | 346.23º | 0.92% | 0.98% | - |
| XYZ | 40.83 | 21.26 | 8.08 | - |
| YUV | 94.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 72 | 0 | 0.92 | 0.71 | 0.02 | 346.23 | 0.96 | 0.53 |
| Hex | FA | 13 | 48 | 0 | 5C | 47 | 2 | 15A | 60 | 35 |
| Octal | 372 | 23 | 110 | 0 | 134 | 107 | 2 | 532 | 140 | 65 |
| Binary | 11111010 | 10011 | 1001000 | 0 | 1011100 | 1000111 | 10 | 101011010 | 1100000 | 110101 |
Color Harmonies of #FA1348
Complementary color
Monochromatic Colors of #FA1348
Black with #FA1348
Text Example
Text Example
White with #FA1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1348; }
p { color: rgb(250,19,72); }
H1.HeaderClassName
{
color: #FA1348;
}
.AnyTagClassName
{
color: #FA1348;
}
</style>
background-color css
<style>
a { background-color: #FA1348; }
a { background-color: rgb(250,19,72); }
div.DivClassName
{
background-color: #FA1348;
}
.BgClassName
{
background-color: #FA1348;
}
</style>
border-color css
<style>
span { border-color: #FA1348; }
span { border-color: rgb(250,19,72); }
td.TdClassName
{
border-color: #FA1348;
}
.TagClassName
{
border-color: #FA1348;
}
</style>