Shades of Torch Red #F0123F
Tints of Torch Red #F0123F
RGB
CMYK
RGB Variations
Color information
#F0123F (or 0xF0123F) is known color: Torch Red. HEX triplet: F0, 12 and 3F. RGB value is (240,18,63). Sum of RGB (Red+Green+Blue) = 240+18+63=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123F is #0FEDC0. Grayscale: #595959. Windows color (decimal): -1043905 or 4133616. OLE color: 4133616.
HSL color Cylindrical-coordinate representation of color #F0123F: hue angle of 347.84º 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 #F0123F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 63 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.06 |
| HSL | 347.84º | 0.88% | 0.51% | - |
| HSV(B) | 347.84º | 0.93% | 0.94% | - |
| XYZ | 37.05 | 19.32 | 6.48 | - |
| YUV | 89.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 63 | 0 | 0.92 | 0.74 | 0.06 | 347.84 | 0.88 | 0.51 |
| Hex | F0 | 12 | 3F | 0 | 5C | 4A | 6 | 15C | 58 | 33 |
| Octal | 360 | 22 | 77 | 0 | 134 | 112 | 6 | 534 | 130 | 63 |
| Binary | 11110000 | 10010 | 111111 | 0 | 1011100 | 1001010 | 110 | 101011100 | 1011000 | 110011 |
Color Harmonies of #F0123F
Complementary color
Monochromatic Colors of #F0123F
Black with #F0123F
Text Example
Text Example
White with #F0123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0123F; }
p { color: rgb(240,18,63); }
H1.HeaderClassName
{
color: #F0123F;
}
.AnyTagClassName
{
color: #F0123F;
}
</style>
background-color css
<style>
a { background-color: #F0123F; }
a { background-color: rgb(240,18,63); }
div.DivClassName
{
background-color: #F0123F;
}
.BgClassName
{
background-color: #F0123F;
}
</style>
border-color css
<style>
span { border-color: #F0123F; }
span { border-color: rgb(240,18,63); }
td.TdClassName
{
border-color: #F0123F;
}
.TagClassName
{
border-color: #F0123F;
}
</style>