Shades of Torch Red #FA002F
Tints of Torch Red #FA002F
RGB
CMYK
RGB Variations
Color information
#FA002F (or 0xFA002F) is known color: Torch Red. HEX triplet: FA, 00 and 2F. RGB value is (250,0,47). Sum of RGB (Red+Green+Blue) = 250+0+47=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA002F is #05FFD0. Grayscale: #505050. Windows color (decimal): -393169 or 3080442. OLE color: 3080442.
HSL color Cylindrical-coordinate representation of color #FA002F: hue angle of 348.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA002F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.81 | 0.02 |
| HSL | 348.72º | 1% | 0.49% | - |
| HSV(B) | 348.72º | 1% | 0.98% | - |
| XYZ | 39.94 | 20.53 | 4.55 | - |
| YUV | 80.11 | 109.33 | 249.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 47 | 0 | 1 | 0.81 | 0.02 | 348.72 | 1 | 0.49 |
| Hex | FA | 0 | 2F | 0 | 64 | 51 | 2 | 15D | 64 | 31 |
| Octal | 372 | 0 | 57 | 0 | 144 | 121 | 2 | 535 | 144 | 61 |
| Binary | 11111010 | 0 | 101111 | 0 | 1100100 | 1010001 | 10 | 101011101 | 1100100 | 110001 |
Color Harmonies of #FA002F
Complementary color
Monochromatic Colors of #FA002F
Black with #FA002F
Text Example
Text Example
White with #FA002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA002F; }
p { color: rgb(250,0,47); }
H1.HeaderClassName
{
color: #FA002F;
}
.AnyTagClassName
{
color: #FA002F;
}
</style>
background-color css
<style>
a { background-color: #FA002F; }
a { background-color: rgb(250,0,47); }
div.DivClassName
{
background-color: #FA002F;
}
.BgClassName
{
background-color: #FA002F;
}
</style>
border-color css
<style>
span { border-color: #FA002F; }
span { border-color: rgb(250,0,47); }
td.TdClassName
{
border-color: #FA002F;
}
.TagClassName
{
border-color: #FA002F;
}
</style>