Shades of Torch Red #F10543
Tints of Torch Red #F10543
RGB
CMYK
RGB Variations
Color information
#F10543 (or 0xF10543) is known color: Torch Red. HEX triplet: F1, 05 and 43. RGB value is (241,5,67). Sum of RGB (Red+Green+Blue) = 241+5+67=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F10543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10543 is #0EFABC. Grayscale: #525252. Windows color (decimal): -981693 or 4392433. OLE color: 4392433.
HSL color Cylindrical-coordinate representation of color #F10543: hue angle of 344.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10543 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 67 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.05 |
| HSL | 344.24º | 0.96% | 0.48% | - |
| HSV(B) | 344.24º | 0.98% | 0.95% | - |
| XYZ | 37.34 | 19.21 | 7.05 | - |
| YUV | 82.63 | 119.19 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 67 | 0 | 0.98 | 0.72 | 0.05 | 344.24 | 0.96 | 0.48 |
| Hex | F1 | 5 | 43 | 0 | 62 | 48 | 5 | 158 | 60 | 30 |
| Octal | 361 | 5 | 103 | 0 | 142 | 110 | 5 | 530 | 140 | 60 |
| Binary | 11110001 | 101 | 1000011 | 0 | 1100010 | 1001000 | 101 | 101011000 | 1100000 | 110000 |
Color Harmonies of #F10543
Complementary color
Monochromatic Colors of #F10543
Black with #F10543
Text Example
Text Example
White with #F10543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10543; }
p { color: rgb(241,5,67); }
H1.HeaderClassName
{
color: #F10543;
}
.AnyTagClassName
{
color: #F10543;
}
</style>
background-color css
<style>
a { background-color: #F10543; }
a { background-color: rgb(241,5,67); }
div.DivClassName
{
background-color: #F10543;
}
.BgClassName
{
background-color: #F10543;
}
</style>
border-color css
<style>
span { border-color: #F10543; }
span { border-color: rgb(241,5,67); }
td.TdClassName
{
border-color: #F10543;
}
.TagClassName
{
border-color: #F10543;
}
</style>