Shades of Torch Red #FA0148
Tints of Torch Red #FA0148
RGB
CMYK
RGB Variations
Color information
#FA0148 (or 0xFA0148) is known color: Torch Red. HEX triplet: FA, 01 and 48. RGB value is (250,1,72). Sum of RGB (Red+Green+Blue) = 250+1+72=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0148 is #05FEB7. Grayscale: #535353. Windows color (decimal): -392888 or 4719098. OLE color: 4719098.
HSL color Cylindrical-coordinate representation of color #FA0148: hue angle of 342.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0148 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.02 |
| HSL | 342.89º | 0.99% | 0.49% | - |
| HSV(B) | 342.89º | 1% | 0.98% | - |
| XYZ | 40.6 | 20.81 | 8.01 | - |
| YUV | 83.55 | 121.49 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 72 | 0 | 1.00 | 0.71 | 0.02 | 342.89 | 0.99 | 0.49 |
| Hex | FA | 1 | 48 | 0 | 64 | 47 | 2 | 157 | 63 | 31 |
| Octal | 372 | 1 | 110 | 0 | 144 | 107 | 2 | 527 | 143 | 61 |
| Binary | 11111010 | 1 | 1001000 | 0 | 1100100 | 1000111 | 10 | 101010111 | 1100011 | 110001 |
Color Harmonies of #FA0148
Complementary color
Monochromatic Colors of #FA0148
Black with #FA0148
Text Example
Text Example
White with #FA0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0148; }
p { color: rgb(250,1,72); }
H1.HeaderClassName
{
color: #FA0148;
}
.AnyTagClassName
{
color: #FA0148;
}
</style>
background-color css
<style>
a { background-color: #FA0148; }
a { background-color: rgb(250,1,72); }
div.DivClassName
{
background-color: #FA0148;
}
.BgClassName
{
background-color: #FA0148;
}
</style>
border-color css
<style>
span { border-color: #FA0148; }
span { border-color: rgb(250,1,72); }
td.TdClassName
{
border-color: #FA0148;
}
.TagClassName
{
border-color: #FA0148;
}
</style>