Shades of Torch Red #F60230
Tints of Torch Red #F60230
RGB
CMYK
RGB Variations
Color information
#F60230 (or 0xF60230) is known color: Torch Red. HEX triplet: F6, 02 and 30. RGB value is (246,2,48). Sum of RGB (Red+Green+Blue) = 246+2+48=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F60230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60230 is #09FDCF. Grayscale: #505050. Windows color (decimal): -654800 or 3146486. OLE color: 3146486.
HSL color Cylindrical-coordinate representation of color #F60230: hue angle of 348.69º 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 #F60230 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.04 |
| HSL | 348.69º | 0.98% | 0.49% | - |
| HSV(B) | 348.69º | 0.99% | 0.96% | - |
| XYZ | 38.56 | 19.85 | 4.6 | - |
| YUV | 80.2 | 109.84 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 48 | 0 | 0.99 | 0.80 | 0.04 | 348.69 | 0.98 | 0.49 |
| Hex | F6 | 2 | 30 | 0 | 63 | 50 | 4 | 15D | 62 | 31 |
| Octal | 366 | 2 | 60 | 0 | 143 | 120 | 4 | 535 | 142 | 61 |
| Binary | 11110110 | 10 | 110000 | 0 | 1100011 | 1010000 | 100 | 101011101 | 1100010 | 110001 |
Color Harmonies of #F60230
Complementary color
Monochromatic Colors of #F60230
Black with #F60230
Text Example
Text Example
White with #F60230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60230; }
p { color: rgb(246,2,48); }
H1.HeaderClassName
{
color: #F60230;
}
.AnyTagClassName
{
color: #F60230;
}
</style>
background-color css
<style>
a { background-color: #F60230; }
a { background-color: rgb(246,2,48); }
div.DivClassName
{
background-color: #F60230;
}
.BgClassName
{
background-color: #F60230;
}
</style>
border-color css
<style>
span { border-color: #F60230; }
span { border-color: rgb(246,2,48); }
td.TdClassName
{
border-color: #F60230;
}
.TagClassName
{
border-color: #F60230;
}
</style>