Shades of Torch Red #FA063F
Tints of Torch Red #FA063F
RGB
CMYK
RGB Variations
Color information
#FA063F (or 0xFA063F) is known color: Torch Red. HEX triplet: FA, 06 and 3F. RGB value is (250,6,63). Sum of RGB (Red+Green+Blue) = 250+6+63=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA063F is #05F9C0. Grayscale: #555555. Windows color (decimal): -391617 or 4130554. OLE color: 4130554.
HSL color Cylindrical-coordinate representation of color #FA063F: hue angle of 345.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA063F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.02 |
| HSL | 345.98º | 0.96% | 0.5% | - |
| HSV(B) | 345.98º | 0.98% | 0.98% | - |
| XYZ | 40.39 | 20.81 | 6.59 | - |
| YUV | 85.45 | 115.34 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 63 | 0 | 0.98 | 0.75 | 0.02 | 345.98 | 0.96 | 0.5 |
| Hex | FA | 6 | 3F | 0 | 62 | 4B | 2 | 15A | 60 | 32 |
| Octal | 372 | 6 | 77 | 0 | 142 | 113 | 2 | 532 | 140 | 62 |
| Binary | 11111010 | 110 | 111111 | 0 | 1100010 | 1001011 | 10 | 101011010 | 1100000 | 110010 |
Color Harmonies of #FA063F
Complementary color
Monochromatic Colors of #FA063F
Black with #FA063F
Text Example
Text Example
White with #FA063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA063F; }
p { color: rgb(250,6,63); }
H1.HeaderClassName
{
color: #FA063F;
}
.AnyTagClassName
{
color: #FA063F;
}
</style>
background-color css
<style>
a { background-color: #FA063F; }
a { background-color: rgb(250,6,63); }
div.DivClassName
{
background-color: #FA063F;
}
.BgClassName
{
background-color: #FA063F;
}
</style>
border-color css
<style>
span { border-color: #FA063F; }
span { border-color: rgb(250,6,63); }
td.TdClassName
{
border-color: #FA063F;
}
.TagClassName
{
border-color: #FA063F;
}
</style>