Shades of Torch Red #F30048
Tints of Torch Red #F30048
RGB
CMYK
RGB Variations
Color information
#F30048 (or 0xF30048) is known color: Torch Red. HEX triplet: F3, 00 and 48. RGB value is (243,0,72). Sum of RGB (Red+Green+Blue) = 243+0+72=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F30048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30048 is #0CFFB7. Grayscale: #505050. Windows color (decimal): -851896 or 4718835. OLE color: 4718835.
HSL color Cylindrical-coordinate representation of color #F30048: hue angle of 342.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30048 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.70 | 0.05 |
| HSL | 342.22º | 1% | 0.48% | - |
| HSV(B) | 342.22º | 1% | 0.95% | - |
| XYZ | 38.13 | 19.52 | 7.89 | - |
| YUV | 80.87 | 123.01 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 72 | 0 | 1 | 0.70 | 0.05 | 342.22 | 1 | 0.48 |
| Hex | F3 | 0 | 48 | 0 | 64 | 46 | 5 | 156 | 64 | 30 |
| Octal | 363 | 0 | 110 | 0 | 144 | 106 | 5 | 526 | 144 | 60 |
| Binary | 11110011 | 0 | 1001000 | 0 | 1100100 | 1000110 | 101 | 101010110 | 1100100 | 110000 |
Color Harmonies of #F30048
Complementary color
Monochromatic Colors of #F30048
Black with #F30048
Text Example
Text Example
White with #F30048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30048; }
p { color: rgb(243,0,72); }
H1.HeaderClassName
{
color: #F30048;
}
.AnyTagClassName
{
color: #F30048;
}
</style>
background-color css
<style>
a { background-color: #F30048; }
a { background-color: rgb(243,0,72); }
div.DivClassName
{
background-color: #F30048;
}
.BgClassName
{
background-color: #F30048;
}
</style>
border-color css
<style>
span { border-color: #F30048; }
span { border-color: rgb(243,0,72); }
td.TdClassName
{
border-color: #F30048;
}
.TagClassName
{
border-color: #F30048;
}
</style>