Shades of Torch Red #F10F3F
Tints of Torch Red #F10F3F
RGB
CMYK
RGB Variations
Color information
#F10F3F (or 0xF10F3F) is known color: Torch Red. HEX triplet: F1, 0F and 3F. RGB value is (241,15,63). Sum of RGB (Red+Green+Blue) = 241+15+63=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F3F is #0EF0C0. Grayscale: #585858. Windows color (decimal): -979137 or 4132849. OLE color: 4132849.
HSL color Cylindrical-coordinate representation of color #F10F3F: hue angle of 347.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F3F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 63 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.05 |
| HSL | 347.26º | 0.89% | 0.5% | - |
| HSV(B) | 347.26º | 0.94% | 0.95% | - |
| XYZ | 37.34 | 19.4 | 6.48 | - |
| YUV | 88.05 | 113.87 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 63 | 0 | 0.94 | 0.74 | 0.05 | 347.26 | 0.89 | 0.5 |
| Hex | F1 | F | 3F | 0 | 5E | 4A | 5 | 15B | 59 | 32 |
| Octal | 361 | 17 | 77 | 0 | 136 | 112 | 5 | 533 | 131 | 62 |
| Binary | 11110001 | 1111 | 111111 | 0 | 1011110 | 1001010 | 101 | 101011011 | 1011001 | 110010 |
Color Harmonies of #F10F3F
Complementary color
Monochromatic Colors of #F10F3F
Black with #F10F3F
Text Example
Text Example
White with #F10F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F3F; }
p { color: rgb(241,15,63); }
H1.HeaderClassName
{
color: #F10F3F;
}
.AnyTagClassName
{
color: #F10F3F;
}
</style>
background-color css
<style>
a { background-color: #F10F3F; }
a { background-color: rgb(241,15,63); }
div.DivClassName
{
background-color: #F10F3F;
}
.BgClassName
{
background-color: #F10F3F;
}
</style>
border-color css
<style>
span { border-color: #F10F3F; }
span { border-color: rgb(241,15,63); }
td.TdClassName
{
border-color: #F10F3F;
}
.TagClassName
{
border-color: #F10F3F;
}
</style>