Shades of Torch Red #FA123F
Tints of Torch Red #FA123F
RGB
CMYK
RGB Variations
Color information
#FA123F (or 0xFA123F) is known color: Torch Red. HEX triplet: FA, 12 and 3F. RGB value is (250,18,63). Sum of RGB (Red+Green+Blue) = 250+18+63=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA123F is #05EDC0. Grayscale: #5C5C5C. Windows color (decimal): -388545 or 4133626. OLE color: 4133626.
HSL color Cylindrical-coordinate representation of color #FA123F: hue angle of 348.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA123F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.02 |
| HSL | 348.36º | 0.96% | 0.53% | - |
| HSV(B) | 348.36º | 0.93% | 0.98% | - |
| XYZ | 40.54 | 21.12 | 6.64 | - |
| YUV | 92.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 63 | 0 | 0.93 | 0.75 | 0.02 | 348.36 | 0.96 | 0.53 |
| Hex | FA | 12 | 3F | 0 | 5D | 4B | 2 | 15C | 60 | 35 |
| Octal | 372 | 22 | 77 | 0 | 135 | 113 | 2 | 534 | 140 | 65 |
| Binary | 11111010 | 10010 | 111111 | 0 | 1011101 | 1001011 | 10 | 101011100 | 1100000 | 110101 |
Color Harmonies of #FA123F
Complementary color
Monochromatic Colors of #FA123F
Black with #FA123F
Text Example
Text Example
White with #FA123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA123F; }
p { color: rgb(250,18,63); }
H1.HeaderClassName
{
color: #FA123F;
}
.AnyTagClassName
{
color: #FA123F;
}
</style>
background-color css
<style>
a { background-color: #FA123F; }
a { background-color: rgb(250,18,63); }
div.DivClassName
{
background-color: #FA123F;
}
.BgClassName
{
background-color: #FA123F;
}
</style>
border-color css
<style>
span { border-color: #FA123F; }
span { border-color: rgb(250,18,63); }
td.TdClassName
{
border-color: #FA123F;
}
.TagClassName
{
border-color: #FA123F;
}
</style>