Shades of Torch Red #F40448
Tints of Torch Red #F40448
RGB
CMYK
RGB Variations
Color information
#F40448 (or 0xF40448) is known color: Torch Red. HEX triplet: F4, 04 and 48. RGB value is (244,4,72). Sum of RGB (Red+Green+Blue) = 244+4+72=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F40448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40448 is #0BFBB7. Grayscale: #535353. Windows color (decimal): -785336 or 4719860. OLE color: 4719860.
HSL color Cylindrical-coordinate representation of color #F40448: hue angle of 343º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40448 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.04 |
| HSL | 343º | 0.97% | 0.49% | - |
| HSV(B) | 343º | 0.98% | 0.96% | - |
| XYZ | 38.52 | 19.79 | 7.92 | - |
| YUV | 83.51 | 121.51 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 72 | 0 | 0.98 | 0.70 | 0.04 | 343 | 0.97 | 0.49 |
| Hex | F4 | 4 | 48 | 0 | 62 | 46 | 4 | 157 | 61 | 31 |
| Octal | 364 | 4 | 110 | 0 | 142 | 106 | 4 | 527 | 141 | 61 |
| Binary | 11110100 | 100 | 1001000 | 0 | 1100010 | 1000110 | 100 | 101010111 | 1100001 | 110001 |
Color Harmonies of #F40448
Complementary color
Monochromatic Colors of #F40448
Black with #F40448
Text Example
Text Example
White with #F40448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40448; }
p { color: rgb(244,4,72); }
H1.HeaderClassName
{
color: #F40448;
}
.AnyTagClassName
{
color: #F40448;
}
</style>
background-color css
<style>
a { background-color: #F40448; }
a { background-color: rgb(244,4,72); }
div.DivClassName
{
background-color: #F40448;
}
.BgClassName
{
background-color: #F40448;
}
</style>
border-color css
<style>
span { border-color: #F40448; }
span { border-color: rgb(244,4,72); }
td.TdClassName
{
border-color: #F40448;
}
.TagClassName
{
border-color: #F40448;
}
</style>