Shades of Torch Red #F0123B
Tints of Torch Red #F0123B
RGB
CMYK
RGB Variations
Color information
#F0123B (or 0xF0123B) is known color: Torch Red. HEX triplet: F0, 12 and 3B. RGB value is (240,18,59). Sum of RGB (Red+Green+Blue) = 240+18+59=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123B is #0FEDC4. Grayscale: #595959. Windows color (decimal): -1043909 or 3871472. OLE color: 3871472.
HSL color Cylindrical-coordinate representation of color #F0123B: hue angle of 348.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0123B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 348.92º | 0.88% | 0.51% | - |
| HSV(B) | 348.92º | 0.93% | 0.94% | - |
| XYZ | 36.94 | 19.27 | 5.91 | - |
| YUV | 89.05 | 111.05 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 59 | 0 | 0.92 | 0.75 | 0.06 | 348.92 | 0.88 | 0.51 |
| Hex | F0 | 12 | 3B | 0 | 5C | 4B | 6 | 15D | 58 | 33 |
| Octal | 360 | 22 | 73 | 0 | 134 | 113 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10010 | 111011 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0123B
Complementary color
Monochromatic Colors of #F0123B
Black with #F0123B
Text Example
Text Example
White with #F0123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0123B; }
p { color: rgb(240,18,59); }
H1.HeaderClassName
{
color: #F0123B;
}
.AnyTagClassName
{
color: #F0123B;
}
</style>
background-color css
<style>
a { background-color: #F0123B; }
a { background-color: rgb(240,18,59); }
div.DivClassName
{
background-color: #F0123B;
}
.BgClassName
{
background-color: #F0123B;
}
</style>
border-color css
<style>
span { border-color: #F0123B; }
span { border-color: rgb(240,18,59); }
td.TdClassName
{
border-color: #F0123B;
}
.TagClassName
{
border-color: #F0123B;
}
</style>