Shades of Torch Red #F10242
Tints of Torch Red #F10242
RGB
CMYK
RGB Variations
Color information
#F10242 (or 0xF10242) is known color: Torch Red. HEX triplet: F1, 02 and 42. RGB value is (241,2,66). Sum of RGB (Red+Green+Blue) = 241+2+66=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F10242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10242 is #0EFDBD. Grayscale: #505050. Windows color (decimal): -982462 or 4326129. OLE color: 4326129.
HSL color Cylindrical-coordinate representation of color #F10242: hue angle of 343.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10242 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.05 |
| HSL | 343.93º | 0.98% | 0.48% | - |
| HSV(B) | 343.93º | 0.99% | 0.95% | - |
| XYZ | 37.28 | 19.14 | 6.88 | - |
| YUV | 80.76 | 119.68 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 66 | 0 | 0.99 | 0.73 | 0.05 | 343.93 | 0.98 | 0.48 |
| Hex | F1 | 2 | 42 | 0 | 63 | 49 | 5 | 158 | 62 | 30 |
| Octal | 361 | 2 | 102 | 0 | 143 | 111 | 5 | 530 | 142 | 60 |
| Binary | 11110001 | 10 | 1000010 | 0 | 1100011 | 1001001 | 101 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F10242
Complementary color
Monochromatic Colors of #F10242
Black with #F10242
Text Example
Text Example
White with #F10242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10242; }
p { color: rgb(241,2,66); }
H1.HeaderClassName
{
color: #F10242;
}
.AnyTagClassName
{
color: #F10242;
}
</style>
background-color css
<style>
a { background-color: #F10242; }
a { background-color: rgb(241,2,66); }
div.DivClassName
{
background-color: #F10242;
}
.BgClassName
{
background-color: #F10242;
}
</style>
border-color css
<style>
span { border-color: #F10242; }
span { border-color: rgb(241,2,66); }
td.TdClassName
{
border-color: #F10242;
}
.TagClassName
{
border-color: #F10242;
}
</style>