Shades of Torch Red #F61238
Tints of Torch Red #F61238
RGB
CMYK
RGB Variations
Color information
#F61238 (or 0xF61238) is known color: Torch Red. HEX triplet: F6, 12 and 38. RGB value is (246,18,56). Sum of RGB (Red+Green+Blue) = 246+18+56=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F61238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61238 is #09EDC7. Grayscale: #5A5A5A. Windows color (decimal): -650696 or 3674870. OLE color: 3674870.
HSL color Cylindrical-coordinate representation of color #F61238: hue angle of 350º 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 #F61238 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 56 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.04 |
| HSL | 350º | 0.93% | 0.52% | - |
| HSV(B) | 350º | 0.93% | 0.96% | - |
| XYZ | 38.94 | 20.31 | 5.61 | - |
| YUV | 90.5 | 108.54 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 56 | 0 | 0.93 | 0.77 | 0.04 | 350 | 0.93 | 0.52 |
| Hex | F6 | 12 | 38 | 0 | 5D | 4D | 4 | 15E | 5D | 34 |
| Octal | 366 | 22 | 70 | 0 | 135 | 115 | 4 | 536 | 135 | 64 |
| Binary | 11110110 | 10010 | 111000 | 0 | 1011101 | 1001101 | 100 | 101011110 | 1011101 | 110100 |
Color Harmonies of #F61238
Complementary color
Monochromatic Colors of #F61238
Black with #F61238
Text Example
Text Example
White with #F61238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61238; }
p { color: rgb(246,18,56); }
H1.HeaderClassName
{
color: #F61238;
}
.AnyTagClassName
{
color: #F61238;
}
</style>
background-color css
<style>
a { background-color: #F61238; }
a { background-color: rgb(246,18,56); }
div.DivClassName
{
background-color: #F61238;
}
.BgClassName
{
background-color: #F61238;
}
</style>
border-color css
<style>
span { border-color: #F61238; }
span { border-color: rgb(246,18,56); }
td.TdClassName
{
border-color: #F61238;
}
.TagClassName
{
border-color: #F61238;
}
</style>