Shades of Torch Red #F4124C
Tints of Torch Red #F4124C
RGB
CMYK
RGB Variations
Color information
#F4124C (or 0xF4124C) is known color: Torch Red. HEX triplet: F4, 12 and 4C. RGB value is (244,18,76). Sum of RGB (Red+Green+Blue) = 244+18+76=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F4124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4124C is #0BEDB3. Grayscale: #5C5C5C. Windows color (decimal): -781748 or 4985588. OLE color: 4985588.
HSL color Cylindrical-coordinate representation of color #F4124C: hue angle of 344.6º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4124C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 76 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.04 |
| HSL | 344.6º | 0.91% | 0.51% | - |
| HSV(B) | 344.6º | 0.93% | 0.96% | - |
| XYZ | 38.83 | 20.19 | 8.69 | - |
| YUV | 92.19 | 118.87 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 76 | 0 | 0.93 | 0.69 | 0.04 | 344.6 | 0.91 | 0.51 |
| Hex | F4 | 12 | 4C | 0 | 5D | 45 | 4 | 159 | 5B | 33 |
| Octal | 364 | 22 | 114 | 0 | 135 | 105 | 4 | 531 | 133 | 63 |
| Binary | 11110100 | 10010 | 1001100 | 0 | 1011101 | 1000101 | 100 | 101011001 | 1011011 | 110011 |
Color Harmonies of #F4124C
Complementary color
Monochromatic Colors of #F4124C
Black with #F4124C
Text Example
Text Example
White with #F4124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4124C; }
p { color: rgb(244,18,76); }
H1.HeaderClassName
{
color: #F4124C;
}
.AnyTagClassName
{
color: #F4124C;
}
</style>
background-color css
<style>
a { background-color: #F4124C; }
a { background-color: rgb(244,18,76); }
div.DivClassName
{
background-color: #F4124C;
}
.BgClassName
{
background-color: #F4124C;
}
</style>
border-color css
<style>
span { border-color: #F4124C; }
span { border-color: rgb(244,18,76); }
td.TdClassName
{
border-color: #F4124C;
}
.TagClassName
{
border-color: #F4124C;
}
</style>