Shades of Torch Red #FA0942
Tints of Torch Red #FA0942
RGB
CMYK
RGB Variations
Color information
#FA0942 (or 0xFA0942) is known color: Torch Red. HEX triplet: FA, 09 and 42. RGB value is (250,9,66). Sum of RGB (Red+Green+Blue) = 250+9+66=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0942 is #05F6BD. Grayscale: #575757. Windows color (decimal): -390846 or 4327930. OLE color: 4327930.
HSL color Cylindrical-coordinate representation of color #FA0942: hue angle of 345.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0942 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 66 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.02 |
| HSL | 345.81º | 0.96% | 0.51% | - |
| HSV(B) | 345.81º | 0.96% | 0.98% | - |
| XYZ | 40.51 | 20.91 | 7.06 | - |
| YUV | 87.56 | 115.84 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 66 | 0 | 0.96 | 0.74 | 0.02 | 345.81 | 0.96 | 0.51 |
| Hex | FA | 9 | 42 | 0 | 60 | 4A | 2 | 15A | 60 | 33 |
| Octal | 372 | 11 | 102 | 0 | 140 | 112 | 2 | 532 | 140 | 63 |
| Binary | 11111010 | 1001 | 1000010 | 0 | 1100000 | 1001010 | 10 | 101011010 | 1100000 | 110011 |
Color Harmonies of #FA0942
Complementary color
Monochromatic Colors of #FA0942
Black with #FA0942
Text Example
Text Example
White with #FA0942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0942; }
p { color: rgb(250,9,66); }
H1.HeaderClassName
{
color: #FA0942;
}
.AnyTagClassName
{
color: #FA0942;
}
</style>
background-color css
<style>
a { background-color: #FA0942; }
a { background-color: rgb(250,9,66); }
div.DivClassName
{
background-color: #FA0942;
}
.BgClassName
{
background-color: #FA0942;
}
</style>
border-color css
<style>
span { border-color: #FA0942; }
span { border-color: rgb(250,9,66); }
td.TdClassName
{
border-color: #FA0942;
}
.TagClassName
{
border-color: #FA0942;
}
</style>