Shades of Torch Red #F0043F
Tints of Torch Red #F0043F
RGB
CMYK
RGB Variations
Color information
#F0043F (or 0xF0043F) is known color: Torch Red. HEX triplet: F0, 04 and 3F. RGB value is (240,4,63). Sum of RGB (Red+Green+Blue) = 240+4+63=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0043F is #0FFBC0. Grayscale: #515151. Windows color (decimal): -1047489 or 4130032. OLE color: 4130032.
HSL color Cylindrical-coordinate representation of color #F0043F: hue angle of 345º 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 #F0043F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.06 |
| HSL | 345º | 0.97% | 0.48% | - |
| HSV(B) | 345º | 0.98% | 0.94% | - |
| XYZ | 36.88 | 18.97 | 6.42 | - |
| YUV | 81.29 | 117.69 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 63 | 0 | 0.98 | 0.74 | 0.06 | 345 | 0.97 | 0.48 |
| Hex | F0 | 4 | 3F | 0 | 62 | 4A | 6 | 159 | 61 | 30 |
| Octal | 360 | 4 | 77 | 0 | 142 | 112 | 6 | 531 | 141 | 60 |
| Binary | 11110000 | 100 | 111111 | 0 | 1100010 | 1001010 | 110 | 101011001 | 1100001 | 110000 |
Color Harmonies of #F0043F
Complementary color
Monochromatic Colors of #F0043F
Black with #F0043F
Text Example
Text Example
White with #F0043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0043F; }
p { color: rgb(240,4,63); }
H1.HeaderClassName
{
color: #F0043F;
}
.AnyTagClassName
{
color: #F0043F;
}
</style>
background-color css
<style>
a { background-color: #F0043F; }
a { background-color: rgb(240,4,63); }
div.DivClassName
{
background-color: #F0043F;
}
.BgClassName
{
background-color: #F0043F;
}
</style>
border-color css
<style>
span { border-color: #F0043F; }
span { border-color: rgb(240,4,63); }
td.TdClassName
{
border-color: #F0043F;
}
.TagClassName
{
border-color: #F0043F;
}
</style>