Shades of Torch Red #FA134F
Tints of Torch Red #FA134F
RGB
CMYK
RGB Variations
Color information
#FA134F (or 0xFA134F) is known color: Torch Red. HEX triplet: FA, 13 and 4F. RGB value is (250,19,79). Sum of RGB (Red+Green+Blue) = 250+19+79=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA134F is #05ECB0. Grayscale: #5E5E5E. Windows color (decimal): -388273 or 5182458. OLE color: 5182458.
HSL color Cylindrical-coordinate representation of color #FA134F: hue angle of 344.42º 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 #FA134F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 79 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.02 |
| HSL | 344.42º | 0.96% | 0.53% | - |
| HSV(B) | 344.42º | 0.92% | 0.98% | - |
| XYZ | 41.07 | 21.35 | 9.35 | - |
| YUV | 94.91 | 119.03 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 79 | 0 | 0.92 | 0.68 | 0.02 | 344.42 | 0.96 | 0.53 |
| Hex | FA | 13 | 4F | 0 | 5C | 44 | 2 | 158 | 60 | 35 |
| Octal | 372 | 23 | 117 | 0 | 134 | 104 | 2 | 530 | 140 | 65 |
| Binary | 11111010 | 10011 | 1001111 | 0 | 1011100 | 1000100 | 10 | 101011000 | 1100000 | 110101 |
Color Harmonies of #FA134F
Complementary color
Monochromatic Colors of #FA134F
Black with #FA134F
Text Example
Text Example
White with #FA134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA134F; }
p { color: rgb(250,19,79); }
H1.HeaderClassName
{
color: #FA134F;
}
.AnyTagClassName
{
color: #FA134F;
}
</style>
background-color css
<style>
a { background-color: #FA134F; }
a { background-color: rgb(250,19,79); }
div.DivClassName
{
background-color: #FA134F;
}
.BgClassName
{
background-color: #FA134F;
}
</style>
border-color css
<style>
span { border-color: #FA134F; }
span { border-color: rgb(250,19,79); }
td.TdClassName
{
border-color: #FA134F;
}
.TagClassName
{
border-color: #FA134F;
}
</style>