Shades of Torch Red #F0103F
Tints of Torch Red #F0103F
RGB
CMYK
RGB Variations
Color information
#F0103F (or 0xF0103F) is known color: Torch Red. HEX triplet: F0, 10 and 3F. RGB value is (240,16,63). Sum of RGB (Red+Green+Blue) = 240+16+63=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0103F is #0FEFC0. Grayscale: #585858. Windows color (decimal): -1044417 or 4133104. OLE color: 4133104.
HSL color Cylindrical-coordinate representation of color #F0103F: hue angle of 347.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0103F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.06 |
| HSL | 347.41º | 0.88% | 0.5% | - |
| HSV(B) | 347.41º | 0.93% | 0.94% | - |
| XYZ | 37.02 | 19.25 | 6.47 | - |
| YUV | 88.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 63 | 0 | 0.93 | 0.74 | 0.06 | 347.41 | 0.88 | 0.5 |
| Hex | F0 | 10 | 3F | 0 | 5D | 4A | 6 | 15B | 58 | 32 |
| Octal | 360 | 20 | 77 | 0 | 135 | 112 | 6 | 533 | 130 | 62 |
| Binary | 11110000 | 10000 | 111111 | 0 | 1011101 | 1001010 | 110 | 101011011 | 1011000 | 110010 |
Color Harmonies of #F0103F
Complementary color
Monochromatic Colors of #F0103F
Black with #F0103F
Text Example
Text Example
White with #F0103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0103F; }
p { color: rgb(240,16,63); }
H1.HeaderClassName
{
color: #F0103F;
}
.AnyTagClassName
{
color: #F0103F;
}
</style>
background-color css
<style>
a { background-color: #F0103F; }
a { background-color: rgb(240,16,63); }
div.DivClassName
{
background-color: #F0103F;
}
.BgClassName
{
background-color: #F0103F;
}
</style>
border-color css
<style>
span { border-color: #F0103F; }
span { border-color: rgb(240,16,63); }
td.TdClassName
{
border-color: #F0103F;
}
.TagClassName
{
border-color: #F0103F;
}
</style>