Shades of Torch Red #FA2140
Tints of Torch Red #FA2140
RGB
CMYK
RGB Variations
Color information
#FA2140 (or 0xFA2140) is known color: Torch Red. HEX triplet: FA, 21 and 40. RGB value is (250,33,64). Sum of RGB (Red+Green+Blue) = 250+33+64=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2140 is #05DEBF. Grayscale: #656565. Windows color (decimal): -384704 or 4203002. OLE color: 4203002.
HSL color Cylindrical-coordinate representation of color #FA2140: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2140 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 64 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.02 |
| HSL | 351.43º | 0.96% | 0.55% | - |
| HSV(B) | 351.43º | 0.87% | 0.98% | - |
| XYZ | 40.89 | 21.78 | 6.9 | - |
| YUV | 101.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 64 | 0 | 0.87 | 0.74 | 0.02 | 351.43 | 0.96 | 0.55 |
| Hex | FA | 21 | 40 | 0 | 57 | 4A | 2 | 15F | 60 | 37 |
| Octal | 372 | 41 | 100 | 0 | 127 | 112 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 100001 | 1000000 | 0 | 1010111 | 1001010 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA2140
Complementary color
Monochromatic Colors of #FA2140
Black with #FA2140
Text Example
Text Example
White with #FA2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2140; }
p { color: rgb(250,33,64); }
H1.HeaderClassName
{
color: #FA2140;
}
.AnyTagClassName
{
color: #FA2140;
}
</style>
background-color css
<style>
a { background-color: #FA2140; }
a { background-color: rgb(250,33,64); }
div.DivClassName
{
background-color: #FA2140;
}
.BgClassName
{
background-color: #FA2140;
}
</style>
border-color css
<style>
span { border-color: #FA2140; }
span { border-color: rgb(250,33,64); }
td.TdClassName
{
border-color: #FA2140;
}
.TagClassName
{
border-color: #FA2140;
}
</style>