Shades of Torch Red #FA0627
Tints of Torch Red #FA0627
RGB
CMYK
RGB Variations
Color information
#FA0627 (or 0xFA0627) is known color: Torch Red. HEX triplet: FA, 06 and 27. RGB value is (250,6,39). Sum of RGB (Red+Green+Blue) = 250+6+39=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0627 is #05F9D8. Grayscale: #525252. Windows color (decimal): -391641 or 2557690. OLE color: 2557690.
HSL color Cylindrical-coordinate representation of color #FA0627: hue angle of 351.89º 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 #FA0627 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 39 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.02 |
| HSL | 351.89º | 0.96% | 0.5% | - |
| HSV(B) | 351.89º | 0.98% | 0.98% | - |
| XYZ | 39.86 | 20.6 | 3.8 | - |
| YUV | 82.72 | 103.34 | 247.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 39 | 0 | 0.98 | 0.84 | 0.02 | 351.89 | 0.96 | 0.5 |
| Hex | FA | 6 | 27 | 0 | 62 | 54 | 2 | 160 | 60 | 32 |
| Octal | 372 | 6 | 47 | 0 | 142 | 124 | 2 | 540 | 140 | 62 |
| Binary | 11111010 | 110 | 100111 | 0 | 1100010 | 1010100 | 10 | 101100000 | 1100000 | 110010 |
Color Harmonies of #FA0627
Complementary color
Monochromatic Colors of #FA0627
Black with #FA0627
Text Example
Text Example
White with #FA0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0627; }
p { color: rgb(250,6,39); }
H1.HeaderClassName
{
color: #FA0627;
}
.AnyTagClassName
{
color: #FA0627;
}
</style>
background-color css
<style>
a { background-color: #FA0627; }
a { background-color: rgb(250,6,39); }
div.DivClassName
{
background-color: #FA0627;
}
.BgClassName
{
background-color: #FA0627;
}
</style>
border-color css
<style>
span { border-color: #FA0627; }
span { border-color: rgb(250,6,39); }
td.TdClassName
{
border-color: #FA0627;
}
.TagClassName
{
border-color: #FA0627;
}
</style>