Shades of Torch Red #FA0643
Tints of Torch Red #FA0643
RGB
CMYK
RGB Variations
Color information
#FA0643 (or 0xFA0643) is known color: Torch Red. HEX triplet: FA, 06 and 43. RGB value is (250,6,67). Sum of RGB (Red+Green+Blue) = 250+6+67=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0643 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0643 is #05F9BC. Grayscale: #555555. Windows color (decimal): -391613 or 4392698. OLE color: 4392698.
HSL color Cylindrical-coordinate representation of color #FA0643: hue angle of 345º 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 #FA0643 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 67 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 345º | 0.96% | 0.5% | - |
| HSV(B) | 345º | 0.98% | 0.98% | - |
| XYZ | 40.5 | 20.86 | 7.2 | - |
| YUV | 85.91 | 117.34 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 67 | 0 | 0.98 | 0.73 | 0.02 | 345 | 0.96 | 0.5 |
| Hex | FA | 6 | 43 | 0 | 62 | 49 | 2 | 159 | 60 | 32 |
| Octal | 372 | 6 | 103 | 0 | 142 | 111 | 2 | 531 | 140 | 62 |
| Binary | 11111010 | 110 | 1000011 | 0 | 1100010 | 1001001 | 10 | 101011001 | 1100000 | 110010 |
Color Harmonies of #FA0643
Complementary color
Monochromatic Colors of #FA0643
Black with #FA0643
Text Example
Text Example
White with #FA0643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0643; }
p { color: rgb(250,6,67); }
H1.HeaderClassName
{
color: #FA0643;
}
.AnyTagClassName
{
color: #FA0643;
}
</style>
background-color css
<style>
a { background-color: #FA0643; }
a { background-color: rgb(250,6,67); }
div.DivClassName
{
background-color: #FA0643;
}
.BgClassName
{
background-color: #FA0643;
}
</style>
border-color css
<style>
span { border-color: #FA0643; }
span { border-color: rgb(250,6,67); }
td.TdClassName
{
border-color: #FA0643;
}
.TagClassName
{
border-color: #FA0643;
}
</style>