Shades of Torch Red #FA144B
Tints of Torch Red #FA144B
RGB
CMYK
RGB Variations
Color information
#FA144B (or 0xFA144B) is known color: Torch Red. HEX triplet: FA, 14 and 4B. RGB value is (250,20,75). Sum of RGB (Red+Green+Blue) = 250+20+75=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA144B is #05EBB4. Grayscale: #5F5F5F. Windows color (decimal): -388021 or 4920570. OLE color: 4920570.
HSL color Cylindrical-coordinate representation of color #FA144B: hue angle of 345.65º 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 #FA144B is Cyan = 0, Magento = 0.92, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.7 | 0.02 |
| HSL | 345.65º | 0.96% | 0.53% | - |
| HSV(B) | 345.65º | 0.92% | 0.98% | - |
| XYZ | 40.94 | 21.33 | 8.62 | - |
| YUV | 95.04 | 116.7 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 75 | 0 | 0.92 | 0.7 | 0.02 | 345.65 | 0.96 | 0.53 |
| Hex | FA | 14 | 4B | 0 | 5C | 46 | 2 | 15A | 60 | 35 |
| Octal | 372 | 24 | 113 | 0 | 134 | 106 | 2 | 532 | 140 | 65 |
| Binary | 11111010 | 10100 | 1001011 | 0 | 1011100 | 1000110 | 10 | 101011010 | 1100000 | 110101 |
Color Harmonies of #FA144B
Complementary color
Monochromatic Colors of #FA144B
Black with #FA144B
Text Example
Text Example
White with #FA144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA144B; }
p { color: rgb(250,20,75); }
H1.HeaderClassName
{
color: #FA144B;
}
.AnyTagClassName
{
color: #FA144B;
}
</style>
background-color css
<style>
a { background-color: #FA144B; }
a { background-color: rgb(250,20,75); }
div.DivClassName
{
background-color: #FA144B;
}
.BgClassName
{
background-color: #FA144B;
}
</style>
border-color css
<style>
span { border-color: #FA144B; }
span { border-color: rgb(250,20,75); }
td.TdClassName
{
border-color: #FA144B;
}
.TagClassName
{
border-color: #FA144B;
}
</style>