Shades of Torch Red #F8024A
Tints of Torch Red #F8024A
RGB
CMYK
RGB Variations
Color information
#F8024A (or 0xF8024A) is known color: Torch Red. HEX triplet: F8, 02 and 4A. RGB value is (248,2,74). Sum of RGB (Red+Green+Blue) = 248+2+74=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8024A is #07FDB5. Grayscale: #535353. Windows color (decimal): -523702 or 4850424. OLE color: 4850424.
HSL color Cylindrical-coordinate representation of color #F8024A: hue angle of 342.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8024A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.03 |
| HSL | 342.44º | 0.98% | 0.49% | - |
| HSV(B) | 342.44º | 0.99% | 0.97% | - |
| XYZ | 39.97 | 20.49 | 8.33 | - |
| YUV | 83.76 | 122.5 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 74 | 0 | 0.99 | 0.70 | 0.03 | 342.44 | 0.98 | 0.49 |
| Hex | F8 | 2 | 4A | 0 | 63 | 46 | 3 | 156 | 62 | 31 |
| Octal | 370 | 2 | 112 | 0 | 143 | 106 | 3 | 526 | 142 | 61 |
| Binary | 11111000 | 10 | 1001010 | 0 | 1100011 | 1000110 | 11 | 101010110 | 1100010 | 110001 |
Color Harmonies of #F8024A
Complementary color
Monochromatic Colors of #F8024A
Black with #F8024A
Text Example
Text Example
White with #F8024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8024A; }
p { color: rgb(248,2,74); }
H1.HeaderClassName
{
color: #F8024A;
}
.AnyTagClassName
{
color: #F8024A;
}
</style>
background-color css
<style>
a { background-color: #F8024A; }
a { background-color: rgb(248,2,74); }
div.DivClassName
{
background-color: #F8024A;
}
.BgClassName
{
background-color: #F8024A;
}
</style>
border-color css
<style>
span { border-color: #F8024A; }
span { border-color: rgb(248,2,74); }
td.TdClassName
{
border-color: #F8024A;
}
.TagClassName
{
border-color: #F8024A;
}
</style>