Shades of Torch Red #FA0638
Tints of Torch Red #FA0638
RGB
CMYK
RGB Variations
Color information
#FA0638 (or 0xFA0638) is known color: Torch Red. HEX triplet: FA, 06 and 38. RGB value is (250,6,56). Sum of RGB (Red+Green+Blue) = 250+6+56=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0638 is #05F9C7. Grayscale: #545454. Windows color (decimal): -391624 or 3671802. OLE color: 3671802.
HSL color Cylindrical-coordinate representation of color #FA0638: hue angle of 347.7º 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 #FA0638 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 56 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.02 |
| HSL | 347.7º | 0.96% | 0.5% | - |
| HSV(B) | 347.7º | 0.98% | 0.98% | - |
| XYZ | 40.2 | 20.74 | 5.63 | - |
| YUV | 84.66 | 111.84 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 56 | 0 | 0.98 | 0.78 | 0.02 | 347.7 | 0.96 | 0.5 |
| Hex | FA | 6 | 38 | 0 | 62 | 4E | 2 | 15C | 60 | 32 |
| Octal | 372 | 6 | 70 | 0 | 142 | 116 | 2 | 534 | 140 | 62 |
| Binary | 11111010 | 110 | 111000 | 0 | 1100010 | 1001110 | 10 | 101011100 | 1100000 | 110010 |
Color Harmonies of #FA0638
Complementary color
Monochromatic Colors of #FA0638
Black with #FA0638
Text Example
Text Example
White with #FA0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0638; }
p { color: rgb(250,6,56); }
H1.HeaderClassName
{
color: #FA0638;
}
.AnyTagClassName
{
color: #FA0638;
}
</style>
background-color css
<style>
a { background-color: #FA0638; }
a { background-color: rgb(250,6,56); }
div.DivClassName
{
background-color: #FA0638;
}
.BgClassName
{
background-color: #FA0638;
}
</style>
border-color css
<style>
span { border-color: #FA0638; }
span { border-color: rgb(250,6,56); }
td.TdClassName
{
border-color: #FA0638;
}
.TagClassName
{
border-color: #FA0638;
}
</style>