Shades of Torch Red #F60231
Tints of Torch Red #F60231
RGB
CMYK
RGB Variations
Color information
#F60231 (or 0xF60231) is known color: Torch Red. HEX triplet: F6, 02 and 31. RGB value is (246,2,49). Sum of RGB (Red+Green+Blue) = 246+2+49=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F60231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60231 is #09FDCE. Grayscale: #505050. Windows color (decimal): -654799 or 3212022. OLE color: 3212022.
HSL color Cylindrical-coordinate representation of color #F60231: hue angle of 348.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60231 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.04 |
| HSL | 348.44º | 0.98% | 0.49% | - |
| HSV(B) | 348.44º | 0.99% | 0.96% | - |
| XYZ | 38.58 | 19.86 | 4.71 | - |
| YUV | 80.31 | 110.34 | 246.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 49 | 0 | 0.99 | 0.80 | 0.04 | 348.44 | 0.98 | 0.49 |
| Hex | F6 | 2 | 31 | 0 | 63 | 50 | 4 | 15C | 62 | 31 |
| Octal | 366 | 2 | 61 | 0 | 143 | 120 | 4 | 534 | 142 | 61 |
| Binary | 11110110 | 10 | 110001 | 0 | 1100011 | 1010000 | 100 | 101011100 | 1100010 | 110001 |
Color Harmonies of #F60231
Complementary color
Monochromatic Colors of #F60231
Black with #F60231
Text Example
Text Example
White with #F60231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60231; }
p { color: rgb(246,2,49); }
H1.HeaderClassName
{
color: #F60231;
}
.AnyTagClassName
{
color: #F60231;
}
</style>
background-color css
<style>
a { background-color: #F60231; }
a { background-color: rgb(246,2,49); }
div.DivClassName
{
background-color: #F60231;
}
.BgClassName
{
background-color: #F60231;
}
</style>
border-color css
<style>
span { border-color: #F60231; }
span { border-color: rgb(246,2,49); }
td.TdClassName
{
border-color: #F60231;
}
.TagClassName
{
border-color: #F60231;
}
</style>