Shades of Torch Red #F10243
Tints of Torch Red #F10243
RGB
CMYK
RGB Variations
Color information
#F10243 (or 0xF10243) is known color: Torch Red. HEX triplet: F1, 02 and 43. RGB value is (241,2,67). Sum of RGB (Red+Green+Blue) = 241+2+67=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F10243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10243 is #0EFDBC. Grayscale: #505050. Windows color (decimal): -982461 or 4391665. OLE color: 4391665.
HSL color Cylindrical-coordinate representation of color #F10243: hue angle of 343.68º 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 #F10243 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.05 |
| HSL | 343.68º | 0.98% | 0.48% | - |
| HSV(B) | 343.68º | 0.99% | 0.95% | - |
| XYZ | 37.31 | 19.15 | 7.04 | - |
| YUV | 80.87 | 120.18 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 67 | 0 | 0.99 | 0.72 | 0.05 | 343.68 | 0.98 | 0.48 |
| Hex | F1 | 2 | 43 | 0 | 63 | 48 | 5 | 158 | 62 | 30 |
| Octal | 361 | 2 | 103 | 0 | 143 | 110 | 5 | 530 | 142 | 60 |
| Binary | 11110001 | 10 | 1000011 | 0 | 1100011 | 1001000 | 101 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F10243
Complementary color
Monochromatic Colors of #F10243
Black with #F10243
Text Example
Text Example
White with #F10243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10243; }
p { color: rgb(241,2,67); }
H1.HeaderClassName
{
color: #F10243;
}
.AnyTagClassName
{
color: #F10243;
}
</style>
background-color css
<style>
a { background-color: #F10243; }
a { background-color: rgb(241,2,67); }
div.DivClassName
{
background-color: #F10243;
}
.BgClassName
{
background-color: #F10243;
}
</style>
border-color css
<style>
span { border-color: #F10243; }
span { border-color: rgb(241,2,67); }
td.TdClassName
{
border-color: #F10243;
}
.TagClassName
{
border-color: #F10243;
}
</style>