Shades of Torch Red #F2154A
Tints of Torch Red #F2154A
RGB
CMYK
RGB Variations
Color information
#F2154A (or 0xF2154A) is known color: Torch Red. HEX triplet: F2, 15 and 4A. RGB value is (242,21,74). Sum of RGB (Red+Green+Blue) = 242+21+74=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2154A is #0DEAB5. Grayscale: #5D5D5D. Windows color (decimal): -912054 or 4855282. OLE color: 4855282.
HSL color Cylindrical-coordinate representation of color #F2154A: hue angle of 345.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2154A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 74 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.05 |
| HSL | 345.61º | 0.89% | 0.52% | - |
| HSV(B) | 345.61º | 0.91% | 0.95% | - |
| XYZ | 38.12 | 19.91 | 8.31 | - |
| YUV | 93.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 74 | 0 | 0.91 | 0.69 | 0.05 | 345.61 | 0.89 | 0.52 |
| Hex | F2 | 15 | 4A | 0 | 5B | 45 | 5 | 15A | 59 | 34 |
| Octal | 362 | 25 | 112 | 0 | 133 | 105 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 10101 | 1001010 | 0 | 1011011 | 1000101 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F2154A
Complementary color
Monochromatic Colors of #F2154A
Black with #F2154A
Text Example
Text Example
White with #F2154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2154A; }
p { color: rgb(242,21,74); }
H1.HeaderClassName
{
color: #F2154A;
}
.AnyTagClassName
{
color: #F2154A;
}
</style>
background-color css
<style>
a { background-color: #F2154A; }
a { background-color: rgb(242,21,74); }
div.DivClassName
{
background-color: #F2154A;
}
.BgClassName
{
background-color: #F2154A;
}
</style>
border-color css
<style>
span { border-color: #F2154A; }
span { border-color: rgb(242,21,74); }
td.TdClassName
{
border-color: #F2154A;
}
.TagClassName
{
border-color: #F2154A;
}
</style>