Shades of Torch Red #F4154C
Tints of Torch Red #F4154C
RGB
CMYK
RGB Variations
Color information
#F4154C (or 0xF4154C) is known color: Torch Red. HEX triplet: F4, 15 and 4C. RGB value is (244,21,76). Sum of RGB (Red+Green+Blue) = 244+21+76=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4154C is #0BEAB3. Grayscale: #5D5D5D. Windows color (decimal): -780980 or 4986356. OLE color: 4986356.
HSL color Cylindrical-coordinate representation of color #F4154C: hue angle of 345.2º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4154C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.2º | 0.91% | 0.52% | - |
| HSV(B) | 345.2º | 0.91% | 0.96% | - |
| XYZ | 38.88 | 20.29 | 8.7 | - |
| YUV | 93.95 | 117.88 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 76 | 0 | 0.91 | 0.69 | 0.04 | 345.2 | 0.91 | 0.52 |
| Hex | F4 | 15 | 4C | 0 | 5B | 45 | 4 | 159 | 5B | 34 |
| Octal | 364 | 25 | 114 | 0 | 133 | 105 | 4 | 531 | 133 | 64 |
| Binary | 11110100 | 10101 | 1001100 | 0 | 1011011 | 1000101 | 100 | 101011001 | 1011011 | 110100 |
Color Harmonies of #F4154C
Complementary color
Monochromatic Colors of #F4154C
Black with #F4154C
Text Example
Text Example
White with #F4154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4154C; }
p { color: rgb(244,21,76); }
H1.HeaderClassName
{
color: #F4154C;
}
.AnyTagClassName
{
color: #F4154C;
}
</style>
background-color css
<style>
a { background-color: #F4154C; }
a { background-color: rgb(244,21,76); }
div.DivClassName
{
background-color: #F4154C;
}
.BgClassName
{
background-color: #F4154C;
}
</style>
border-color css
<style>
span { border-color: #F4154C; }
span { border-color: rgb(244,21,76); }
td.TdClassName
{
border-color: #F4154C;
}
.TagClassName
{
border-color: #F4154C;
}
</style>