Shades of Torch Red #F10239
Tints of Torch Red #F10239
RGB
CMYK
RGB Variations
Color information
#F10239 (or 0xF10239) is known color: Torch Red. HEX triplet: F1, 02 and 39. RGB value is (241,2,57). Sum of RGB (Red+Green+Blue) = 241+2+57=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F10239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10239 is #0EFDC6. Grayscale: #4F4F4F. Windows color (decimal): -982471 or 3736305. OLE color: 3736305.
HSL color Cylindrical-coordinate representation of color #F10239: hue angle of 346.19º 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 #F10239 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.05 |
| HSL | 346.19º | 0.98% | 0.48% | - |
| HSV(B) | 346.19º | 0.99% | 0.95% | - |
| XYZ | 37.04 | 19.04 | 5.59 | - |
| YUV | 79.73 | 115.18 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 57 | 0 | 0.99 | 0.76 | 0.05 | 346.19 | 0.98 | 0.48 |
| Hex | F1 | 2 | 39 | 0 | 63 | 4C | 5 | 15A | 62 | 30 |
| Octal | 361 | 2 | 71 | 0 | 143 | 114 | 5 | 532 | 142 | 60 |
| Binary | 11110001 | 10 | 111001 | 0 | 1100011 | 1001100 | 101 | 101011010 | 1100010 | 110000 |
Color Harmonies of #F10239
Complementary color
Monochromatic Colors of #F10239
Black with #F10239
Text Example
Text Example
White with #F10239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10239; }
p { color: rgb(241,2,57); }
H1.HeaderClassName
{
color: #F10239;
}
.AnyTagClassName
{
color: #F10239;
}
</style>
background-color css
<style>
a { background-color: #F10239; }
a { background-color: rgb(241,2,57); }
div.DivClassName
{
background-color: #F10239;
}
.BgClassName
{
background-color: #F10239;
}
</style>
border-color css
<style>
span { border-color: #F10239; }
span { border-color: rgb(241,2,57); }
td.TdClassName
{
border-color: #F10239;
}
.TagClassName
{
border-color: #F10239;
}
</style>