Shades of Torch Red #FA0239
Tints of Torch Red #FA0239
RGB
CMYK
RGB Variations
Color information
#FA0239 (or 0xFA0239) is known color: Torch Red. HEX triplet: FA, 02 and 39. RGB value is (250,2,57). Sum of RGB (Red+Green+Blue) = 250+2+57=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0239 is #05FDC6. Grayscale: #525252. Windows color (decimal): -392647 or 3736314. OLE color: 3736314.
HSL color Cylindrical-coordinate representation of color #FA0239: hue angle of 346.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0239 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.02 |
| HSL | 346.69º | 0.98% | 0.49% | - |
| HSV(B) | 346.69º | 0.99% | 0.98% | - |
| XYZ | 40.18 | 20.66 | 5.74 | - |
| YUV | 82.42 | 113.66 | 247.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 57 | 0 | 0.99 | 0.77 | 0.02 | 346.69 | 0.98 | 0.49 |
| Hex | FA | 2 | 39 | 0 | 63 | 4D | 2 | 15B | 62 | 31 |
| Octal | 372 | 2 | 71 | 0 | 143 | 115 | 2 | 533 | 142 | 61 |
| Binary | 11111010 | 10 | 111001 | 0 | 1100011 | 1001101 | 10 | 101011011 | 1100010 | 110001 |
Color Harmonies of #FA0239
Complementary color
Monochromatic Colors of #FA0239
Black with #FA0239
Text Example
Text Example
White with #FA0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0239; }
p { color: rgb(250,2,57); }
H1.HeaderClassName
{
color: #FA0239;
}
.AnyTagClassName
{
color: #FA0239;
}
</style>
background-color css
<style>
a { background-color: #FA0239; }
a { background-color: rgb(250,2,57); }
div.DivClassName
{
background-color: #FA0239;
}
.BgClassName
{
background-color: #FA0239;
}
</style>
border-color css
<style>
span { border-color: #FA0239; }
span { border-color: rgb(250,2,57); }
td.TdClassName
{
border-color: #FA0239;
}
.TagClassName
{
border-color: #FA0239;
}
</style>