Shades of Torch Red #FA1F43
Tints of Torch Red #FA1F43
RGB
CMYK
RGB Variations
Color information
#FA1F43 (or 0xFA1F43) is known color: Torch Red. HEX triplet: FA, 1F and 43. RGB value is (250,31,67). Sum of RGB (Red+Green+Blue) = 250+31+67=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1F43 is #05E0BC. Grayscale: #646464. Windows color (decimal): -385213 or 4399098. OLE color: 4399098.
HSL color Cylindrical-coordinate representation of color #FA1F43: hue angle of 350.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1F43 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 67 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.02 |
| HSL | 350.14º | 0.96% | 0.55% | - |
| HSV(B) | 350.14º | 0.88% | 0.98% | - |
| XYZ | 40.93 | 21.71 | 7.34 | - |
| YUV | 100.59 | 109.05 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 67 | 0 | 0.88 | 0.73 | 0.02 | 350.14 | 0.96 | 0.55 |
| Hex | FA | 1F | 43 | 0 | 58 | 49 | 2 | 15E | 60 | 37 |
| Octal | 372 | 37 | 103 | 0 | 130 | 111 | 2 | 536 | 140 | 67 |
| Binary | 11111010 | 11111 | 1000011 | 0 | 1011000 | 1001001 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FA1F43
Complementary color
Monochromatic Colors of #FA1F43
Black with #FA1F43
Text Example
Text Example
White with #FA1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F43; }
p { color: rgb(250,31,67); }
H1.HeaderClassName
{
color: #FA1F43;
}
.AnyTagClassName
{
color: #FA1F43;
}
</style>
background-color css
<style>
a { background-color: #FA1F43; }
a { background-color: rgb(250,31,67); }
div.DivClassName
{
background-color: #FA1F43;
}
.BgClassName
{
background-color: #FA1F43;
}
</style>
border-color css
<style>
span { border-color: #FA1F43; }
span { border-color: rgb(250,31,67); }
td.TdClassName
{
border-color: #FA1F43;
}
.TagClassName
{
border-color: #FA1F43;
}
</style>