Shades of Torch Red #F30A40
Tints of Torch Red #F30A40
RGB
CMYK
RGB Variations
Color information
#F30A40 (or 0xF30A40) is known color: Torch Red. HEX triplet: F3, 0A and 40. RGB value is (243,10,64). Sum of RGB (Red+Green+Blue) = 243+10+64=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A40 is #0CF5BF. Grayscale: #555555. Windows color (decimal): -849344 or 4197107. OLE color: 4197107.
HSL color Cylindrical-coordinate representation of color #F30A40: hue angle of 346.09º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A40 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 346.09º | 0.92% | 0.5% | - |
| HSV(B) | 346.09º | 0.96% | 0.95% | - |
| XYZ | 38 | 19.64 | 6.64 | - |
| YUV | 85.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 64 | 0 | 0.96 | 0.74 | 0.05 | 346.09 | 0.92 | 0.5 |
| Hex | F3 | A | 40 | 0 | 60 | 4A | 5 | 15A | 5C | 32 |
| Octal | 363 | 12 | 100 | 0 | 140 | 112 | 5 | 532 | 134 | 62 |
| Binary | 11110011 | 1010 | 1000000 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011100 | 110010 |
Color Harmonies of #F30A40
Complementary color
Monochromatic Colors of #F30A40
Black with #F30A40
Text Example
Text Example
White with #F30A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A40; }
p { color: rgb(243,10,64); }
H1.HeaderClassName
{
color: #F30A40;
}
.AnyTagClassName
{
color: #F30A40;
}
</style>
background-color css
<style>
a { background-color: #F30A40; }
a { background-color: rgb(243,10,64); }
div.DivClassName
{
background-color: #F30A40;
}
.BgClassName
{
background-color: #F30A40;
}
</style>
border-color css
<style>
span { border-color: #F30A40; }
span { border-color: rgb(243,10,64); }
td.TdClassName
{
border-color: #F30A40;
}
.TagClassName
{
border-color: #F30A40;
}
</style>