Shades of Torch Red #FA184E
Tints of Torch Red #FA184E
RGB
CMYK
RGB Variations
Color information
#FA184E (or 0xFA184E) is known color: Torch Red. HEX triplet: FA, 18 and 4E. RGB value is (250,24,78). Sum of RGB (Red+Green+Blue) = 250+24+78=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA184E is #05E7B1. Grayscale: #616161. Windows color (decimal): -386994 or 5118202. OLE color: 5118202.
HSL color Cylindrical-coordinate representation of color #FA184E: hue angle of 345.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA184E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 78 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.02 |
| HSL | 345.66º | 0.96% | 0.54% | - |
| HSV(B) | 345.66º | 0.9% | 0.98% | - |
| XYZ | 41.13 | 21.53 | 9.2 | - |
| YUV | 97.73 | 116.87 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 78 | 0 | 0.90 | 0.69 | 0.02 | 345.66 | 0.96 | 0.54 |
| Hex | FA | 18 | 4E | 0 | 5A | 45 | 2 | 15A | 60 | 36 |
| Octal | 372 | 30 | 116 | 0 | 132 | 105 | 2 | 532 | 140 | 66 |
| Binary | 11111010 | 11000 | 1001110 | 0 | 1011010 | 1000101 | 10 | 101011010 | 1100000 | 110110 |
Color Harmonies of #FA184E
Complementary color
Monochromatic Colors of #FA184E
Black with #FA184E
Text Example
Text Example
White with #FA184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA184E; }
p { color: rgb(250,24,78); }
H1.HeaderClassName
{
color: #FA184E;
}
.AnyTagClassName
{
color: #FA184E;
}
</style>
background-color css
<style>
a { background-color: #FA184E; }
a { background-color: rgb(250,24,78); }
div.DivClassName
{
background-color: #FA184E;
}
.BgClassName
{
background-color: #FA184E;
}
</style>
border-color css
<style>
span { border-color: #FA184E; }
span { border-color: rgb(250,24,78); }
td.TdClassName
{
border-color: #FA184E;
}
.TagClassName
{
border-color: #FA184E;
}
</style>