Shades of Torch Red #F30040
Tints of Torch Red #F30040
RGB
CMYK
RGB Variations
Color information
#F30040 (or 0xF30040) is known color: Torch Red. HEX triplet: F3, 00 and 40. RGB value is (243,0,64). Sum of RGB (Red+Green+Blue) = 243+0+64=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F30040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30040 is #0CFFBF. Grayscale: #4F4F4F. Windows color (decimal): -851904 or 4194547. OLE color: 4194547.
HSL color Cylindrical-coordinate representation of color #F30040: hue angle of 344.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30040 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.74 | 0.05 |
| HSL | 344.2º | 1% | 0.48% | - |
| HSV(B) | 344.2º | 1% | 0.95% | - |
| XYZ | 37.89 | 19.42 | 6.6 | - |
| YUV | 79.95 | 119.01 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 64 | 0 | 1 | 0.74 | 0.05 | 344.2 | 1 | 0.48 |
| Hex | F3 | 0 | 40 | 0 | 64 | 4A | 5 | 158 | 64 | 30 |
| Octal | 363 | 0 | 100 | 0 | 144 | 112 | 5 | 530 | 144 | 60 |
| Binary | 11110011 | 0 | 1000000 | 0 | 1100100 | 1001010 | 101 | 101011000 | 1100100 | 110000 |
Color Harmonies of #F30040
Complementary color
Monochromatic Colors of #F30040
Black with #F30040
Text Example
Text Example
White with #F30040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30040; }
p { color: rgb(243,0,64); }
H1.HeaderClassName
{
color: #F30040;
}
.AnyTagClassName
{
color: #F30040;
}
</style>
background-color css
<style>
a { background-color: #F30040; }
a { background-color: rgb(243,0,64); }
div.DivClassName
{
background-color: #F30040;
}
.BgClassName
{
background-color: #F30040;
}
</style>
border-color css
<style>
span { border-color: #F30040; }
span { border-color: rgb(243,0,64); }
td.TdClassName
{
border-color: #F30040;
}
.TagClassName
{
border-color: #F30040;
}
</style>