Shades of Torch Red #FA1448
Tints of Torch Red #FA1448
RGB
CMYK
RGB Variations
Color information
#FA1448 (or 0xFA1448) is known color: Torch Red. HEX triplet: FA, 14 and 48. RGB value is (250,20,72). Sum of RGB (Red+Green+Blue) = 250+20+72=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1448 is #05EBB7. Grayscale: #5E5E5E. Windows color (decimal): -388024 or 4723962. OLE color: 4723962.
HSL color Cylindrical-coordinate representation of color #FA1448: hue angle of 346.43º 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 #FA1448 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 72 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.02 |
| HSL | 346.43º | 0.96% | 0.53% | - |
| HSV(B) | 346.43º | 0.92% | 0.98% | - |
| XYZ | 40.84 | 21.29 | 8.09 | - |
| YUV | 94.7 | 115.2 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 72 | 0 | 0.92 | 0.71 | 0.02 | 346.43 | 0.96 | 0.53 |
| Hex | FA | 14 | 48 | 0 | 5C | 47 | 2 | 15A | 60 | 35 |
| Octal | 372 | 24 | 110 | 0 | 134 | 107 | 2 | 532 | 140 | 65 |
| Binary | 11111010 | 10100 | 1001000 | 0 | 1011100 | 1000111 | 10 | 101011010 | 1100000 | 110101 |
Color Harmonies of #FA1448
Complementary color
Monochromatic Colors of #FA1448
Black with #FA1448
Text Example
Text Example
White with #FA1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1448; }
p { color: rgb(250,20,72); }
H1.HeaderClassName
{
color: #FA1448;
}
.AnyTagClassName
{
color: #FA1448;
}
</style>
background-color css
<style>
a { background-color: #FA1448; }
a { background-color: rgb(250,20,72); }
div.DivClassName
{
background-color: #FA1448;
}
.BgClassName
{
background-color: #FA1448;
}
</style>
border-color css
<style>
span { border-color: #FA1448; }
span { border-color: rgb(250,20,72); }
td.TdClassName
{
border-color: #FA1448;
}
.TagClassName
{
border-color: #FA1448;
}
</style>