Shades of Torch Red #F2023A
Tints of Torch Red #F2023A
RGB
CMYK
RGB Variations
Color information
#F2023A (or 0xF2023A) is known color: Torch Red. HEX triplet: F2, 02 and 3A. RGB value is (242,2,58). Sum of RGB (Red+Green+Blue) = 242+2+58=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F2023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2023A is #0DFDC5. Grayscale: #505050. Windows color (decimal): -916934 or 3801842. OLE color: 3801842.
HSL color Cylindrical-coordinate representation of color #F2023A: hue angle of 346º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2023A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.05 |
| HSL | 346º | 0.98% | 0.48% | - |
| HSV(B) | 346º | 0.99% | 0.95% | - |
| XYZ | 37.4 | 19.23 | 5.74 | - |
| YUV | 80.14 | 115.51 | 243.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 58 | 0 | 0.99 | 0.76 | 0.05 | 346 | 0.98 | 0.48 |
| Hex | F2 | 2 | 3A | 0 | 63 | 4C | 5 | 15A | 62 | 30 |
| Octal | 362 | 2 | 72 | 0 | 143 | 114 | 5 | 532 | 142 | 60 |
| Binary | 11110010 | 10 | 111010 | 0 | 1100011 | 1001100 | 101 | 101011010 | 1100010 | 110000 |
Color Harmonies of #F2023A
Complementary color
Monochromatic Colors of #F2023A
Black with #F2023A
Text Example
Text Example
White with #F2023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2023A; }
p { color: rgb(242,2,58); }
H1.HeaderClassName
{
color: #F2023A;
}
.AnyTagClassName
{
color: #F2023A;
}
</style>
background-color css
<style>
a { background-color: #F2023A; }
a { background-color: rgb(242,2,58); }
div.DivClassName
{
background-color: #F2023A;
}
.BgClassName
{
background-color: #F2023A;
}
</style>
border-color css
<style>
span { border-color: #F2023A; }
span { border-color: rgb(242,2,58); }
td.TdClassName
{
border-color: #F2023A;
}
.TagClassName
{
border-color: #F2023A;
}
</style>