Shades of Torch Red #FA184B
Tints of Torch Red #FA184B
RGB
CMYK
RGB Variations
Color information
#FA184B (or 0xFA184B) is known color: Torch Red. HEX triplet: FA, 18 and 4B. RGB value is (250,24,75). Sum of RGB (Red+Green+Blue) = 250+24+75=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA184B is #05E7B4. Grayscale: #616161. Windows color (decimal): -386997 or 4921594. OLE color: 4921594.
HSL color Cylindrical-coordinate representation of color #FA184B: hue angle of 346.46º 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 #FA184B is Cyan = 0, Magento = 0.90, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.7 | 0.02 |
| HSL | 346.46º | 0.96% | 0.54% | - |
| HSV(B) | 346.46º | 0.9% | 0.98% | - |
| XYZ | 41.02 | 21.49 | 8.64 | - |
| YUV | 97.39 | 115.37 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 75 | 0 | 0.90 | 0.7 | 0.02 | 346.46 | 0.96 | 0.54 |
| Hex | FA | 18 | 4B | 0 | 5A | 46 | 2 | 15A | 60 | 36 |
| Octal | 372 | 30 | 113 | 0 | 132 | 106 | 2 | 532 | 140 | 66 |
| Binary | 11111010 | 11000 | 1001011 | 0 | 1011010 | 1000110 | 10 | 101011010 | 1100000 | 110110 |
Color Harmonies of #FA184B
Complementary color
Monochromatic Colors of #FA184B
Black with #FA184B
Text Example
Text Example
White with #FA184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA184B; }
p { color: rgb(250,24,75); }
H1.HeaderClassName
{
color: #FA184B;
}
.AnyTagClassName
{
color: #FA184B;
}
</style>
background-color css
<style>
a { background-color: #FA184B; }
a { background-color: rgb(250,24,75); }
div.DivClassName
{
background-color: #FA184B;
}
.BgClassName
{
background-color: #FA184B;
}
</style>
border-color css
<style>
span { border-color: #FA184B; }
span { border-color: rgb(250,24,75); }
td.TdClassName
{
border-color: #FA184B;
}
.TagClassName
{
border-color: #FA184B;
}
</style>