Shades of Torch Red #FA154F
Tints of Torch Red #FA154F
RGB
CMYK
RGB Variations
Color information
#FA154F (or 0xFA154F) is known color: Torch Red. HEX triplet: FA, 15 and 4F. RGB value is (250,21,79). Sum of RGB (Red+Green+Blue) = 250+21+79=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA154F is #05EAB0. Grayscale: #606060. Windows color (decimal): -387761 or 5182970. OLE color: 5182970.
HSL color Cylindrical-coordinate representation of color #FA154F: hue angle of 344.8º 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 #FA154F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 79 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.02 |
| HSL | 344.8º | 0.96% | 0.53% | - |
| HSV(B) | 344.8º | 0.92% | 0.98% | - |
| XYZ | 41.1 | 21.42 | 9.37 | - |
| YUV | 96.08 | 118.37 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 79 | 0 | 0.92 | 0.68 | 0.02 | 344.8 | 0.96 | 0.53 |
| Hex | FA | 15 | 4F | 0 | 5C | 44 | 2 | 159 | 60 | 35 |
| Octal | 372 | 25 | 117 | 0 | 134 | 104 | 2 | 531 | 140 | 65 |
| Binary | 11111010 | 10101 | 1001111 | 0 | 1011100 | 1000100 | 10 | 101011001 | 1100000 | 110101 |
Color Harmonies of #FA154F
Complementary color
Monochromatic Colors of #FA154F
Black with #FA154F
Text Example
Text Example
White with #FA154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA154F; }
p { color: rgb(250,21,79); }
H1.HeaderClassName
{
color: #FA154F;
}
.AnyTagClassName
{
color: #FA154F;
}
</style>
background-color css
<style>
a { background-color: #FA154F; }
a { background-color: rgb(250,21,79); }
div.DivClassName
{
background-color: #FA154F;
}
.BgClassName
{
background-color: #FA154F;
}
</style>
border-color css
<style>
span { border-color: #FA154F; }
span { border-color: rgb(250,21,79); }
td.TdClassName
{
border-color: #FA154F;
}
.TagClassName
{
border-color: #FA154F;
}
</style>