Shades of Torch Red #FA1C40
Tints of Torch Red #FA1C40
RGB
CMYK
RGB Variations
Color information
#FA1C40 (or 0xFA1C40) is known color: Torch Red. HEX triplet: FA, 1C and 40. RGB value is (250,28,64). Sum of RGB (Red+Green+Blue) = 250+28+64=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C40 is #05E3BF. Grayscale: #626262. Windows color (decimal): -385984 or 4201722. OLE color: 4201722.
HSL color Cylindrical-coordinate representation of color #FA1C40: hue angle of 350.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C40 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 64 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.02 |
| HSL | 350.27º | 0.96% | 0.55% | - |
| HSV(B) | 350.27º | 0.89% | 0.98% | - |
| XYZ | 40.77 | 21.52 | 6.86 | - |
| YUV | 98.48 | 108.55 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 64 | 0 | 0.89 | 0.74 | 0.02 | 350.27 | 0.96 | 0.55 |
| Hex | FA | 1C | 40 | 0 | 59 | 4A | 2 | 15E | 60 | 37 |
| Octal | 372 | 34 | 100 | 0 | 131 | 112 | 2 | 536 | 140 | 67 |
| Binary | 11111010 | 11100 | 1000000 | 0 | 1011001 | 1001010 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FA1C40
Complementary color
Monochromatic Colors of #FA1C40
Black with #FA1C40
Text Example
Text Example
White with #FA1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C40; }
p { color: rgb(250,28,64); }
H1.HeaderClassName
{
color: #FA1C40;
}
.AnyTagClassName
{
color: #FA1C40;
}
</style>
background-color css
<style>
a { background-color: #FA1C40; }
a { background-color: rgb(250,28,64); }
div.DivClassName
{
background-color: #FA1C40;
}
.BgClassName
{
background-color: #FA1C40;
}
</style>
border-color css
<style>
span { border-color: #FA1C40; }
span { border-color: rgb(250,28,64); }
td.TdClassName
{
border-color: #FA1C40;
}
.TagClassName
{
border-color: #FA1C40;
}
</style>