Shades of Torch Red #F30348
Tints of Torch Red #F30348
RGB
CMYK
RGB Variations
Color information
#F30348 (or 0xF30348) is known color: Torch Red. HEX triplet: F3, 03 and 48. RGB value is (243,3,72). Sum of RGB (Red+Green+Blue) = 243+3+72=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30348 is #0CFCB7. Grayscale: #525252. Windows color (decimal): -851128 or 4719603. OLE color: 4719603.
HSL color Cylindrical-coordinate representation of color #F30348: hue angle of 342.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30348 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.05 |
| HSL | 342.75º | 0.98% | 0.48% | - |
| HSV(B) | 342.75º | 0.99% | 0.95% | - |
| XYZ | 38.16 | 19.59 | 7.9 | - |
| YUV | 82.63 | 122.01 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 72 | 0 | 0.99 | 0.70 | 0.05 | 342.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 48 | 0 | 63 | 46 | 5 | 157 | 62 | 30 |
| Octal | 363 | 3 | 110 | 0 | 143 | 106 | 5 | 527 | 142 | 60 |
| Binary | 11110011 | 11 | 1001000 | 0 | 1100011 | 1000110 | 101 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F30348
Complementary color
Monochromatic Colors of #F30348
Black with #F30348
Text Example
Text Example
White with #F30348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30348; }
p { color: rgb(243,3,72); }
H1.HeaderClassName
{
color: #F30348;
}
.AnyTagClassName
{
color: #F30348;
}
</style>
background-color css
<style>
a { background-color: #F30348; }
a { background-color: rgb(243,3,72); }
div.DivClassName
{
background-color: #F30348;
}
.BgClassName
{
background-color: #F30348;
}
</style>
border-color css
<style>
span { border-color: #F30348; }
span { border-color: rgb(243,3,72); }
td.TdClassName
{
border-color: #F30348;
}
.TagClassName
{
border-color: #F30348;
}
</style>