Shades of Torch Red #FA014B
Tints of Torch Red #FA014B
RGB
CMYK
RGB Variations
Color information
#FA014B (or 0xFA014B) is known color: Torch Red. HEX triplet: FA, 01 and 4B. RGB value is (250,1,75). Sum of RGB (Red+Green+Blue) = 250+1+75=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA014B is #05FEB4. Grayscale: #535353. Windows color (decimal): -392885 or 4915706. OLE color: 4915706.
HSL color Cylindrical-coordinate representation of color #FA014B: hue angle of 342.17º 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 #FA014B is Cyan = 0, Magento = 1.00, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.7 | 0.02 |
| HSL | 342.17º | 0.99% | 0.49% | - |
| HSV(B) | 342.17º | 1% | 0.98% | - |
| XYZ | 40.71 | 20.85 | 8.54 | - |
| YUV | 83.89 | 122.99 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 75 | 0 | 1.00 | 0.7 | 0.02 | 342.17 | 0.99 | 0.49 |
| Hex | FA | 1 | 4B | 0 | 64 | 46 | 2 | 156 | 63 | 31 |
| Octal | 372 | 1 | 113 | 0 | 144 | 106 | 2 | 526 | 143 | 61 |
| Binary | 11111010 | 1 | 1001011 | 0 | 1100100 | 1000110 | 10 | 101010110 | 1100011 | 110001 |
Color Harmonies of #FA014B
Complementary color
Monochromatic Colors of #FA014B
Black with #FA014B
Text Example
Text Example
White with #FA014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA014B; }
p { color: rgb(250,1,75); }
H1.HeaderClassName
{
color: #FA014B;
}
.AnyTagClassName
{
color: #FA014B;
}
</style>
background-color css
<style>
a { background-color: #FA014B; }
a { background-color: rgb(250,1,75); }
div.DivClassName
{
background-color: #FA014B;
}
.BgClassName
{
background-color: #FA014B;
}
</style>
border-color css
<style>
span { border-color: #FA014B; }
span { border-color: rgb(250,1,75); }
td.TdClassName
{
border-color: #FA014B;
}
.TagClassName
{
border-color: #FA014B;
}
</style>