Shades of Torch Red #FA114B
Tints of Torch Red #FA114B
RGB
CMYK
RGB Variations
Color information
#FA114B (or 0xFA114B) is known color: Torch Red. HEX triplet: FA, 11 and 4B. RGB value is (250,17,75). Sum of RGB (Red+Green+Blue) = 250+17+75=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA114B is #05EEB4. Grayscale: #5D5D5D. Windows color (decimal): -388789 or 4919802. OLE color: 4919802.
HSL color Cylindrical-coordinate representation of color #FA114B: hue angle of 345.06º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA114B is Cyan = 0, Magento = 0.93, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 75 | - |
| CMYK | 0 | 0.93 | 0.7 | 0.02 |
| HSL | 345.06º | 0.96% | 0.52% | - |
| HSV(B) | 345.06º | 0.93% | 0.98% | - |
| XYZ | 40.89 | 21.23 | 8.6 | - |
| YUV | 93.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 75 | 0 | 0.93 | 0.7 | 0.02 | 345.06 | 0.96 | 0.52 |
| Hex | FA | 11 | 4B | 0 | 5D | 46 | 2 | 159 | 60 | 34 |
| Octal | 372 | 21 | 113 | 0 | 135 | 106 | 2 | 531 | 140 | 64 |
| Binary | 11111010 | 10001 | 1001011 | 0 | 1011101 | 1000110 | 10 | 101011001 | 1100000 | 110100 |
Color Harmonies of #FA114B
Complementary color
Monochromatic Colors of #FA114B
Black with #FA114B
Text Example
Text Example
White with #FA114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA114B; }
p { color: rgb(250,17,75); }
H1.HeaderClassName
{
color: #FA114B;
}
.AnyTagClassName
{
color: #FA114B;
}
</style>
background-color css
<style>
a { background-color: #FA114B; }
a { background-color: rgb(250,17,75); }
div.DivClassName
{
background-color: #FA114B;
}
.BgClassName
{
background-color: #FA114B;
}
</style>
border-color css
<style>
span { border-color: #FA114B; }
span { border-color: rgb(250,17,75); }
td.TdClassName
{
border-color: #FA114B;
}
.TagClassName
{
border-color: #FA114B;
}
</style>