Shades of Torch Red #F0043D
Tints of Torch Red #F0043D
RGB
CMYK
RGB Variations
Color information
#F0043D (or 0xF0043D) is known color: Torch Red. HEX triplet: F0, 04 and 3D. RGB value is (240,4,61). Sum of RGB (Red+Green+Blue) = 240+4+61=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0043D is #0FFBC2. Grayscale: #515151. Windows color (decimal): -1047491 or 3998960. OLE color: 3998960.
HSL color Cylindrical-coordinate representation of color #F0043D: hue angle of 345.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0043D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.06 |
| HSL | 345.51º | 0.97% | 0.48% | - |
| HSV(B) | 345.51º | 0.98% | 0.94% | - |
| XYZ | 36.82 | 18.95 | 6.13 | - |
| YUV | 81.06 | 116.69 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 61 | 0 | 0.98 | 0.75 | 0.06 | 345.51 | 0.97 | 0.48 |
| Hex | F0 | 4 | 3D | 0 | 62 | 4B | 6 | 15A | 61 | 30 |
| Octal | 360 | 4 | 75 | 0 | 142 | 113 | 6 | 532 | 141 | 60 |
| Binary | 11110000 | 100 | 111101 | 0 | 1100010 | 1001011 | 110 | 101011010 | 1100001 | 110000 |
Color Harmonies of #F0043D
Complementary color
Monochromatic Colors of #F0043D
Black with #F0043D
Text Example
Text Example
White with #F0043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0043D; }
p { color: rgb(240,4,61); }
H1.HeaderClassName
{
color: #F0043D;
}
.AnyTagClassName
{
color: #F0043D;
}
</style>
background-color css
<style>
a { background-color: #F0043D; }
a { background-color: rgb(240,4,61); }
div.DivClassName
{
background-color: #F0043D;
}
.BgClassName
{
background-color: #F0043D;
}
</style>
border-color css
<style>
span { border-color: #F0043D; }
span { border-color: rgb(240,4,61); }
td.TdClassName
{
border-color: #F0043D;
}
.TagClassName
{
border-color: #F0043D;
}
</style>