Shades of Torch Red #F10942
Tints of Torch Red #F10942
RGB
CMYK
RGB Variations
Color information
#F10942 (or 0xF10942) is known color: Torch Red. HEX triplet: F1, 09 and 42. RGB value is (241,9,66). Sum of RGB (Red+Green+Blue) = 241+9+66=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F10942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10942 is #0EF6BD. Grayscale: #545454. Windows color (decimal): -980670 or 4327921. OLE color: 4327921.
HSL color Cylindrical-coordinate representation of color #F10942: hue angle of 345.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10942 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 66 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.05 |
| HSL | 345.26º | 0.93% | 0.49% | - |
| HSV(B) | 345.26º | 0.96% | 0.95% | - |
| XYZ | 37.36 | 19.29 | 6.91 | - |
| YUV | 84.87 | 117.36 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 66 | 0 | 0.96 | 0.73 | 0.05 | 345.26 | 0.93 | 0.49 |
| Hex | F1 | 9 | 42 | 0 | 60 | 49 | 5 | 159 | 5D | 31 |
| Octal | 361 | 11 | 102 | 0 | 140 | 111 | 5 | 531 | 135 | 61 |
| Binary | 11110001 | 1001 | 1000010 | 0 | 1100000 | 1001001 | 101 | 101011001 | 1011101 | 110001 |
Color Harmonies of #F10942
Complementary color
Monochromatic Colors of #F10942
Black with #F10942
Text Example
Text Example
White with #F10942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10942; }
p { color: rgb(241,9,66); }
H1.HeaderClassName
{
color: #F10942;
}
.AnyTagClassName
{
color: #F10942;
}
</style>
background-color css
<style>
a { background-color: #F10942; }
a { background-color: rgb(241,9,66); }
div.DivClassName
{
background-color: #F10942;
}
.BgClassName
{
background-color: #F10942;
}
</style>
border-color css
<style>
span { border-color: #F10942; }
span { border-color: rgb(241,9,66); }
td.TdClassName
{
border-color: #F10942;
}
.TagClassName
{
border-color: #F10942;
}
</style>