Shades of Torch Red #FA0E47
Tints of Torch Red #FA0E47
RGB
CMYK
RGB Variations
Color information
#FA0E47 (or 0xFA0E47) is known color: Torch Red. HEX triplet: FA, 0E and 47. RGB value is (250,14,71). Sum of RGB (Red+Green+Blue) = 250+14+71=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E47 is #05F1B8. Grayscale: #5B5B5B. Windows color (decimal): -389561 or 4656890. OLE color: 4656890.
HSL color Cylindrical-coordinate representation of color #FA0E47: hue angle of 345.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E47 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.02 |
| HSL | 345.51º | 0.96% | 0.52% | - |
| HSV(B) | 345.51º | 0.94% | 0.98% | - |
| XYZ | 40.72 | 21.09 | 7.89 | - |
| YUV | 91.06 | 116.69 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 71 | 0 | 0.94 | 0.72 | 0.02 | 345.51 | 0.96 | 0.52 |
| Hex | FA | E | 47 | 0 | 5E | 48 | 2 | 15A | 60 | 34 |
| Octal | 372 | 16 | 107 | 0 | 136 | 110 | 2 | 532 | 140 | 64 |
| Binary | 11111010 | 1110 | 1000111 | 0 | 1011110 | 1001000 | 10 | 101011010 | 1100000 | 110100 |
Color Harmonies of #FA0E47
Complementary color
Monochromatic Colors of #FA0E47
Black with #FA0E47
Text Example
Text Example
White with #FA0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E47; }
p { color: rgb(250,14,71); }
H1.HeaderClassName
{
color: #FA0E47;
}
.AnyTagClassName
{
color: #FA0E47;
}
</style>
background-color css
<style>
a { background-color: #FA0E47; }
a { background-color: rgb(250,14,71); }
div.DivClassName
{
background-color: #FA0E47;
}
.BgClassName
{
background-color: #FA0E47;
}
</style>
border-color css
<style>
span { border-color: #FA0E47; }
span { border-color: rgb(250,14,71); }
td.TdClassName
{
border-color: #FA0E47;
}
.TagClassName
{
border-color: #FA0E47;
}
</style>