Shades of Torch Red #F80145
Tints of Torch Red #F80145
RGB
CMYK
RGB Variations
Color information
#F80145 (or 0xF80145) is known color: Torch Red. HEX triplet: F8, 01 and 45. RGB value is (248,1,69). Sum of RGB (Red+Green+Blue) = 248+1+69=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F80145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80145 is #07FEBA. Grayscale: #525252. Windows color (decimal): -523963 or 4522488. OLE color: 4522488.
HSL color Cylindrical-coordinate representation of color #F80145: hue angle of 343.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80145 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.03 |
| HSL | 343.48º | 0.99% | 0.49% | - |
| HSV(B) | 343.48º | 1% | 0.97% | - |
| XYZ | 39.8 | 20.41 | 7.47 | - |
| YUV | 82.61 | 120.33 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 69 | 0 | 1.00 | 0.72 | 0.03 | 343.48 | 0.99 | 0.49 |
| Hex | F8 | 1 | 45 | 0 | 64 | 48 | 3 | 157 | 63 | 31 |
| Octal | 370 | 1 | 105 | 0 | 144 | 110 | 3 | 527 | 143 | 61 |
| Binary | 11111000 | 1 | 1000101 | 0 | 1100100 | 1001000 | 11 | 101010111 | 1100011 | 110001 |
Color Harmonies of #F80145
Complementary color
Monochromatic Colors of #F80145
Black with #F80145
Text Example
Text Example
White with #F80145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80145; }
p { color: rgb(248,1,69); }
H1.HeaderClassName
{
color: #F80145;
}
.AnyTagClassName
{
color: #F80145;
}
</style>
background-color css
<style>
a { background-color: #F80145; }
a { background-color: rgb(248,1,69); }
div.DivClassName
{
background-color: #F80145;
}
.BgClassName
{
background-color: #F80145;
}
</style>
border-color css
<style>
span { border-color: #F80145; }
span { border-color: rgb(248,1,69); }
td.TdClassName
{
border-color: #F80145;
}
.TagClassName
{
border-color: #F80145;
}
</style>