Shades of Torch Red #F50248
Tints of Torch Red #F50248
RGB
CMYK
RGB Variations
Color information
#F50248 (or 0xF50248) is known color: Torch Red. HEX triplet: F5, 02 and 48. RGB value is (245,2,72). Sum of RGB (Red+Green+Blue) = 245+2+72=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F50248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50248 is #0AFDB7. Grayscale: #525252. Windows color (decimal): -720312 or 4719349. OLE color: 4719349.
HSL color Cylindrical-coordinate representation of color #F50248: hue angle of 342.72º 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 #F50248 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 342.72º | 0.98% | 0.48% | - |
| HSV(B) | 342.72º | 0.99% | 0.96% | - |
| XYZ | 38.85 | 19.92 | 7.93 | - |
| YUV | 82.64 | 122.01 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 72 | 0 | 0.99 | 0.71 | 0.04 | 342.72 | 0.98 | 0.48 |
| Hex | F5 | 2 | 48 | 0 | 63 | 47 | 4 | 157 | 62 | 30 |
| Octal | 365 | 2 | 110 | 0 | 143 | 107 | 4 | 527 | 142 | 60 |
| Binary | 11110101 | 10 | 1001000 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F50248
Complementary color
Monochromatic Colors of #F50248
Black with #F50248
Text Example
Text Example
White with #F50248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50248; }
p { color: rgb(245,2,72); }
H1.HeaderClassName
{
color: #F50248;
}
.AnyTagClassName
{
color: #F50248;
}
</style>
background-color css
<style>
a { background-color: #F50248; }
a { background-color: rgb(245,2,72); }
div.DivClassName
{
background-color: #F50248;
}
.BgClassName
{
background-color: #F50248;
}
</style>
border-color css
<style>
span { border-color: #F50248; }
span { border-color: rgb(245,2,72); }
td.TdClassName
{
border-color: #F50248;
}
.TagClassName
{
border-color: #F50248;
}
</style>