Shades of Torch Red #F00244
Tints of Torch Red #F00244
RGB
CMYK
RGB Variations
Color information
#F00244 (or 0xF00244) is known color: Torch Red. HEX triplet: F0, 02 and 44. RGB value is (240,2,68). Sum of RGB (Red+Green+Blue) = 240+2+68=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F00244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00244 is #0FFDBB. Grayscale: #505050. Windows color (decimal): -1047996 or 4457200. OLE color: 4457200.
HSL color Cylindrical-coordinate representation of color #F00244: hue angle of 343.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00244 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.06 |
| HSL | 343.36º | 0.98% | 0.47% | - |
| HSV(B) | 343.36º | 0.99% | 0.94% | - |
| XYZ | 37 | 18.99 | 7.18 | - |
| YUV | 80.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 68 | 0 | 0.99 | 0.72 | 0.06 | 343.36 | 0.98 | 0.47 |
| Hex | F0 | 2 | 44 | 0 | 63 | 48 | 6 | 157 | 62 | 2F |
| Octal | 360 | 2 | 104 | 0 | 143 | 110 | 6 | 527 | 142 | 57 |
| Binary | 11110000 | 10 | 1000100 | 0 | 1100011 | 1001000 | 110 | 101010111 | 1100010 | 101111 |
Color Harmonies of #F00244
Complementary color
Monochromatic Colors of #F00244
Black with #F00244
Text Example
Text Example
White with #F00244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00244; }
p { color: rgb(240,2,68); }
H1.HeaderClassName
{
color: #F00244;
}
.AnyTagClassName
{
color: #F00244;
}
</style>
background-color css
<style>
a { background-color: #F00244; }
a { background-color: rgb(240,2,68); }
div.DivClassName
{
background-color: #F00244;
}
.BgClassName
{
background-color: #F00244;
}
</style>
border-color css
<style>
span { border-color: #F00244; }
span { border-color: rgb(240,2,68); }
td.TdClassName
{
border-color: #F00244;
}
.TagClassName
{
border-color: #F00244;
}
</style>