Shades of Torch Red #F00043
Tints of Torch Red #F00043
RGB
CMYK
RGB Variations
Color information
#F00043 (or 0xF00043) is known color: Torch Red. HEX triplet: F0, 00 and 43. RGB value is (240,0,67). Sum of RGB (Red+Green+Blue) = 240+0+67=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F00043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00043 is #0FFFBC. Grayscale: #4F4F4F. Windows color (decimal): -1048509 or 4391152. OLE color: 4391152.
HSL color Cylindrical-coordinate representation of color #F00043: hue angle of 343.25º 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 #F00043 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.72 | 0.06 |
| HSL | 343.25º | 1% | 0.47% | - |
| HSV(B) | 343.25º | 1% | 0.94% | - |
| XYZ | 36.95 | 18.93 | 7.02 | - |
| YUV | 79.4 | 121.01 | 242.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 67 | 0 | 1 | 0.72 | 0.06 | 343.25 | 1 | 0.47 |
| Hex | F0 | 0 | 43 | 0 | 64 | 48 | 6 | 157 | 64 | 2F |
| Octal | 360 | 0 | 103 | 0 | 144 | 110 | 6 | 527 | 144 | 57 |
| Binary | 11110000 | 0 | 1000011 | 0 | 1100100 | 1001000 | 110 | 101010111 | 1100100 | 101111 |
Color Harmonies of #F00043
Complementary color
Monochromatic Colors of #F00043
Black with #F00043
Text Example
Text Example
White with #F00043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00043; }
p { color: rgb(240,0,67); }
H1.HeaderClassName
{
color: #F00043;
}
.AnyTagClassName
{
color: #F00043;
}
</style>
background-color css
<style>
a { background-color: #F00043; }
a { background-color: rgb(240,0,67); }
div.DivClassName
{
background-color: #F00043;
}
.BgClassName
{
background-color: #F00043;
}
</style>
border-color css
<style>
span { border-color: #F00043; }
span { border-color: rgb(240,0,67); }
td.TdClassName
{
border-color: #F00043;
}
.TagClassName
{
border-color: #F00043;
}
</style>