Shades of Torch Red #F00042
Tints of Torch Red #F00042
RGB
CMYK
RGB Variations
Color information
#F00042 (or 0xF00042) is known color: Torch Red. HEX triplet: F0, 00 and 42. RGB value is (240,0,66). Sum of RGB (Red+Green+Blue) = 240+0+66=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F00042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00042 is #0FFFBD. Grayscale: #4F4F4F. Windows color (decimal): -1048510 or 4325616. OLE color: 4325616.
HSL color Cylindrical-coordinate representation of color #F00042: hue angle of 343.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00042 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.72 | 0.06 |
| HSL | 343.5º | 1% | 0.47% | - |
| HSV(B) | 343.5º | 1% | 0.94% | - |
| XYZ | 36.92 | 18.92 | 6.86 | - |
| YUV | 79.28 | 120.51 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 66 | 0 | 1 | 0.72 | 0.06 | 343.5 | 1 | 0.47 |
| Hex | F0 | 0 | 42 | 0 | 64 | 48 | 6 | 158 | 64 | 2F |
| Octal | 360 | 0 | 102 | 0 | 144 | 110 | 6 | 530 | 144 | 57 |
| Binary | 11110000 | 0 | 1000010 | 0 | 1100100 | 1001000 | 110 | 101011000 | 1100100 | 101111 |
Color Harmonies of #F00042
Complementary color
Monochromatic Colors of #F00042
Black with #F00042
Text Example
Text Example
White with #F00042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00042; }
p { color: rgb(240,0,66); }
H1.HeaderClassName
{
color: #F00042;
}
.AnyTagClassName
{
color: #F00042;
}
</style>
background-color css
<style>
a { background-color: #F00042; }
a { background-color: rgb(240,0,66); }
div.DivClassName
{
background-color: #F00042;
}
.BgClassName
{
background-color: #F00042;
}
</style>
border-color css
<style>
span { border-color: #F00042; }
span { border-color: rgb(240,0,66); }
td.TdClassName
{
border-color: #F00042;
}
.TagClassName
{
border-color: #F00042;
}
</style>