Shades of Torch Red #F2043C
Tints of Torch Red #F2043C
RGB
CMYK
RGB Variations
Color information
#F2043C (or 0xF2043C) is known color: Torch Red. HEX triplet: F2, 04 and 3C. RGB value is (242,4,60). Sum of RGB (Red+Green+Blue) = 242+4+60=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2043C is #0DFBC3. Grayscale: #515151. Windows color (decimal): -916420 or 3933426. OLE color: 3933426.
HSL color Cylindrical-coordinate representation of color #F2043C: hue angle of 345.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2043C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.05 |
| HSL | 345.88º | 0.97% | 0.48% | - |
| HSV(B) | 345.88º | 0.98% | 0.95% | - |
| XYZ | 37.48 | 19.29 | 6.02 | - |
| YUV | 81.55 | 115.85 | 242.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 60 | 0 | 0.98 | 0.75 | 0.05 | 345.88 | 0.97 | 0.48 |
| Hex | F2 | 4 | 3C | 0 | 62 | 4B | 5 | 15A | 61 | 30 |
| Octal | 362 | 4 | 74 | 0 | 142 | 113 | 5 | 532 | 141 | 60 |
| Binary | 11110010 | 100 | 111100 | 0 | 1100010 | 1001011 | 101 | 101011010 | 1100001 | 110000 |
Color Harmonies of #F2043C
Complementary color
Monochromatic Colors of #F2043C
Black with #F2043C
Text Example
Text Example
White with #F2043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2043C; }
p { color: rgb(242,4,60); }
H1.HeaderClassName
{
color: #F2043C;
}
.AnyTagClassName
{
color: #F2043C;
}
</style>
background-color css
<style>
a { background-color: #F2043C; }
a { background-color: rgb(242,4,60); }
div.DivClassName
{
background-color: #F2043C;
}
.BgClassName
{
background-color: #F2043C;
}
</style>
border-color css
<style>
span { border-color: #F2043C; }
span { border-color: rgb(242,4,60); }
td.TdClassName
{
border-color: #F2043C;
}
.TagClassName
{
border-color: #F2043C;
}
</style>