Shades of Torch Red #F01043
Tints of Torch Red #F01043
RGB
CMYK
RGB Variations
Color information
#F01043 (or 0xF01043) is known color: Torch Red. HEX triplet: F0, 10 and 43. RGB value is (240,16,67). Sum of RGB (Red+Green+Blue) = 240+16+67=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F01043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01043 is #0FEFBC. Grayscale: #585858. Windows color (decimal): -1044413 or 4395248. OLE color: 4395248.
HSL color Cylindrical-coordinate representation of color #F01043: hue angle of 346.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01043 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 67 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.06 |
| HSL | 346.34º | 0.88% | 0.5% | - |
| HSV(B) | 346.34º | 0.93% | 0.94% | - |
| XYZ | 37.13 | 19.3 | 7.08 | - |
| YUV | 88.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 67 | 0 | 0.93 | 0.72 | 0.06 | 346.34 | 0.88 | 0.5 |
| Hex | F0 | 10 | 43 | 0 | 5D | 48 | 6 | 15A | 58 | 32 |
| Octal | 360 | 20 | 103 | 0 | 135 | 110 | 6 | 532 | 130 | 62 |
| Binary | 11110000 | 10000 | 1000011 | 0 | 1011101 | 1001000 | 110 | 101011010 | 1011000 | 110010 |
Color Harmonies of #F01043
Complementary color
Monochromatic Colors of #F01043
Black with #F01043
Text Example
Text Example
White with #F01043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01043; }
p { color: rgb(240,16,67); }
H1.HeaderClassName
{
color: #F01043;
}
.AnyTagClassName
{
color: #F01043;
}
</style>
background-color css
<style>
a { background-color: #F01043; }
a { background-color: rgb(240,16,67); }
div.DivClassName
{
background-color: #F01043;
}
.BgClassName
{
background-color: #F01043;
}
</style>
border-color css
<style>
span { border-color: #F01043; }
span { border-color: rgb(240,16,67); }
td.TdClassName
{
border-color: #F01043;
}
.TagClassName
{
border-color: #F01043;
}
</style>