Shades of Torch Red #F31248
Tints of Torch Red #F31248
RGB
CMYK
RGB Variations
Color information
#F31248 (or 0xF31248) is known color: Torch Red. HEX triplet: F3, 12 and 48. RGB value is (243,18,72). Sum of RGB (Red+Green+Blue) = 243+18+72=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31248 is #0CEDB7. Grayscale: #5B5B5B. Windows color (decimal): -847288 or 4723443. OLE color: 4723443.
HSL color Cylindrical-coordinate representation of color #F31248: hue angle of 345.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31248 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 72 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.05 |
| HSL | 345.6º | 0.9% | 0.51% | - |
| HSV(B) | 345.6º | 0.93% | 0.95% | - |
| XYZ | 38.35 | 19.96 | 7.96 | - |
| YUV | 91.43 | 117.04 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 72 | 0 | 0.93 | 0.70 | 0.05 | 345.6 | 0.9 | 0.51 |
| Hex | F3 | 12 | 48 | 0 | 5D | 46 | 5 | 15A | 5A | 33 |
| Octal | 363 | 22 | 110 | 0 | 135 | 106 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10010 | 1001000 | 0 | 1011101 | 1000110 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31248
Complementary color
Monochromatic Colors of #F31248
Black with #F31248
Text Example
Text Example
White with #F31248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31248; }
p { color: rgb(243,18,72); }
H1.HeaderClassName
{
color: #F31248;
}
.AnyTagClassName
{
color: #F31248;
}
</style>
background-color css
<style>
a { background-color: #F31248; }
a { background-color: rgb(243,18,72); }
div.DivClassName
{
background-color: #F31248;
}
.BgClassName
{
background-color: #F31248;
}
</style>
border-color css
<style>
span { border-color: #F31248; }
span { border-color: rgb(243,18,72); }
td.TdClassName
{
border-color: #F31248;
}
.TagClassName
{
border-color: #F31248;
}
</style>