Shades of Torch Red #F61232
Tints of Torch Red #F61232
RGB
CMYK
RGB Variations
Color information
#F61232 (or 0xF61232) is known color: Torch Red. HEX triplet: F6, 12 and 32. RGB value is (246,18,50). Sum of RGB (Red+Green+Blue) = 246+18+50=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F61232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61232 is #09EDCD. Grayscale: #595959. Windows color (decimal): -650702 or 3281654. OLE color: 3281654.
HSL color Cylindrical-coordinate representation of color #F61232: hue angle of 351.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61232 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.04 |
| HSL | 351.58º | 0.93% | 0.52% | - |
| HSV(B) | 351.58º | 0.93% | 0.96% | - |
| XYZ | 38.8 | 20.26 | 4.88 | - |
| YUV | 89.82 | 105.54 | 239.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 50 | 0 | 0.93 | 0.80 | 0.04 | 351.58 | 0.93 | 0.52 |
| Hex | F6 | 12 | 32 | 0 | 5D | 50 | 4 | 160 | 5D | 34 |
| Octal | 366 | 22 | 62 | 0 | 135 | 120 | 4 | 540 | 135 | 64 |
| Binary | 11110110 | 10010 | 110010 | 0 | 1011101 | 1010000 | 100 | 101100000 | 1011101 | 110100 |
Color Harmonies of #F61232
Complementary color
Monochromatic Colors of #F61232
Black with #F61232
Text Example
Text Example
White with #F61232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61232; }
p { color: rgb(246,18,50); }
H1.HeaderClassName
{
color: #F61232;
}
.AnyTagClassName
{
color: #F61232;
}
</style>
background-color css
<style>
a { background-color: #F61232; }
a { background-color: rgb(246,18,50); }
div.DivClassName
{
background-color: #F61232;
}
.BgClassName
{
background-color: #F61232;
}
</style>
border-color css
<style>
span { border-color: #F61232; }
span { border-color: rgb(246,18,50); }
td.TdClassName
{
border-color: #F61232;
}
.TagClassName
{
border-color: #F61232;
}
</style>