Shades of Torch Red #FA0B48
Tints of Torch Red #FA0B48
RGB
CMYK
RGB Variations
Color information
#FA0B48 (or 0xFA0B48) is known color: Torch Red. HEX triplet: FA, 0B and 48. RGB value is (250,11,72). Sum of RGB (Red+Green+Blue) = 250+11+72=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0B48 is #05F4B7. Grayscale: #595959. Windows color (decimal): -390328 or 4721658. OLE color: 4721658.
HSL color Cylindrical-coordinate representation of color #FA0B48: hue angle of 344.69º 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 #FA0B48 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 72 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.02 |
| HSL | 344.69º | 0.96% | 0.51% | - |
| HSV(B) | 344.69º | 0.96% | 0.98% | - |
| XYZ | 40.71 | 21.03 | 8.04 | - |
| YUV | 89.42 | 118.18 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 72 | 0 | 0.96 | 0.71 | 0.02 | 344.69 | 0.96 | 0.51 |
| Hex | FA | B | 48 | 0 | 60 | 47 | 2 | 159 | 60 | 33 |
| Octal | 372 | 13 | 110 | 0 | 140 | 107 | 2 | 531 | 140 | 63 |
| Binary | 11111010 | 1011 | 1001000 | 0 | 1100000 | 1000111 | 10 | 101011001 | 1100000 | 110011 |
Color Harmonies of #FA0B48
Complementary color
Monochromatic Colors of #FA0B48
Black with #FA0B48
Text Example
Text Example
White with #FA0B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B48; }
p { color: rgb(250,11,72); }
H1.HeaderClassName
{
color: #FA0B48;
}
.AnyTagClassName
{
color: #FA0B48;
}
</style>
background-color css
<style>
a { background-color: #FA0B48; }
a { background-color: rgb(250,11,72); }
div.DivClassName
{
background-color: #FA0B48;
}
.BgClassName
{
background-color: #FA0B48;
}
</style>
border-color css
<style>
span { border-color: #FA0B48; }
span { border-color: rgb(250,11,72); }
td.TdClassName
{
border-color: #FA0B48;
}
.TagClassName
{
border-color: #FA0B48;
}
</style>