Shades of Torch Red #F50240
Tints of Torch Red #F50240
RGB
CMYK
RGB Variations
Color information
#F50240 (or 0xF50240) is known color: Torch Red. HEX triplet: F5, 02 and 40. RGB value is (245,2,64). Sum of RGB (Red+Green+Blue) = 245+2+64=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F50240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50240 is #0AFDBF. Grayscale: #515151. Windows color (decimal): -720320 or 4195061. OLE color: 4195061.
HSL color Cylindrical-coordinate representation of color #F50240: hue angle of 344.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50240 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.04 |
| HSL | 344.69º | 0.98% | 0.48% | - |
| HSV(B) | 344.69º | 0.99% | 0.96% | - |
| XYZ | 38.6 | 19.83 | 6.64 | - |
| YUV | 81.73 | 118.01 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 64 | 0 | 0.99 | 0.74 | 0.04 | 344.69 | 0.98 | 0.48 |
| Hex | F5 | 2 | 40 | 0 | 63 | 4A | 4 | 159 | 62 | 30 |
| Octal | 365 | 2 | 100 | 0 | 143 | 112 | 4 | 531 | 142 | 60 |
| Binary | 11110101 | 10 | 1000000 | 0 | 1100011 | 1001010 | 100 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F50240
Complementary color
Monochromatic Colors of #F50240
Black with #F50240
Text Example
Text Example
White with #F50240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50240; }
p { color: rgb(245,2,64); }
H1.HeaderClassName
{
color: #F50240;
}
.AnyTagClassName
{
color: #F50240;
}
</style>
background-color css
<style>
a { background-color: #F50240; }
a { background-color: rgb(245,2,64); }
div.DivClassName
{
background-color: #F50240;
}
.BgClassName
{
background-color: #F50240;
}
</style>
border-color css
<style>
span { border-color: #F50240; }
span { border-color: rgb(245,2,64); }
td.TdClassName
{
border-color: #F50240;
}
.TagClassName
{
border-color: #F50240;
}
</style>