Shades of Torch Red #FA094D
Tints of Torch Red #FA094D
RGB
CMYK
RGB Variations
Color information
#FA094D (or 0xFA094D) is known color: Torch Red. HEX triplet: FA, 09 and 4D. RGB value is (250,9,77). Sum of RGB (Red+Green+Blue) = 250+9+77=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA094D is #05F6B2. Grayscale: #585858. Windows color (decimal): -390835 or 5048826. OLE color: 5048826.
HSL color Cylindrical-coordinate representation of color #FA094D: hue angle of 343.07º 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 #FA094D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.02 |
| HSL | 343.07º | 0.96% | 0.51% | - |
| HSV(B) | 343.07º | 0.96% | 0.98% | - |
| XYZ | 40.86 | 21.06 | 8.93 | - |
| YUV | 88.81 | 121.34 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 77 | 0 | 0.96 | 0.69 | 0.02 | 343.07 | 0.96 | 0.51 |
| Hex | FA | 9 | 4D | 0 | 60 | 45 | 2 | 157 | 60 | 33 |
| Octal | 372 | 11 | 115 | 0 | 140 | 105 | 2 | 527 | 140 | 63 |
| Binary | 11111010 | 1001 | 1001101 | 0 | 1100000 | 1000101 | 10 | 101010111 | 1100000 | 110011 |
Color Harmonies of #FA094D
Complementary color
Monochromatic Colors of #FA094D
Black with #FA094D
Text Example
Text Example
White with #FA094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA094D; }
p { color: rgb(250,9,77); }
H1.HeaderClassName
{
color: #FA094D;
}
.AnyTagClassName
{
color: #FA094D;
}
</style>
background-color css
<style>
a { background-color: #FA094D; }
a { background-color: rgb(250,9,77); }
div.DivClassName
{
background-color: #FA094D;
}
.BgClassName
{
background-color: #FA094D;
}
</style>
border-color css
<style>
span { border-color: #FA094D; }
span { border-color: rgb(250,9,77); }
td.TdClassName
{
border-color: #FA094D;
}
.TagClassName
{
border-color: #FA094D;
}
</style>