Shades of Torch Red #F80D4D
Tints of Torch Red #F80D4D
RGB
CMYK
RGB Variations
Color information
#F80D4D (or 0xF80D4D) is known color: Torch Red. HEX triplet: F8, 0D and 4D. RGB value is (248,13,77). Sum of RGB (Red+Green+Blue) = 248+13+77=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D4D is #07F2B2. Grayscale: #5A5A5A. Windows color (decimal): -520883 or 5049848. OLE color: 5049848.
HSL color Cylindrical-coordinate representation of color #F80D4D: hue angle of 343.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80D4D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.03 |
| HSL | 343.66º | 0.94% | 0.51% | - |
| HSV(B) | 343.66º | 0.95% | 0.97% | - |
| XYZ | 40.19 | 20.78 | 8.91 | - |
| YUV | 90.56 | 120.36 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 77 | 0 | 0.95 | 0.69 | 0.03 | 343.66 | 0.94 | 0.51 |
| Hex | F8 | D | 4D | 0 | 5F | 45 | 3 | 158 | 5E | 33 |
| Octal | 370 | 15 | 115 | 0 | 137 | 105 | 3 | 530 | 136 | 63 |
| Binary | 11111000 | 1101 | 1001101 | 0 | 1011111 | 1000101 | 11 | 101011000 | 1011110 | 110011 |
Color Harmonies of #F80D4D
Complementary color
Monochromatic Colors of #F80D4D
Black with #F80D4D
Text Example
Text Example
White with #F80D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D4D; }
p { color: rgb(248,13,77); }
H1.HeaderClassName
{
color: #F80D4D;
}
.AnyTagClassName
{
color: #F80D4D;
}
</style>
background-color css
<style>
a { background-color: #F80D4D; }
a { background-color: rgb(248,13,77); }
div.DivClassName
{
background-color: #F80D4D;
}
.BgClassName
{
background-color: #F80D4D;
}
</style>
border-color css
<style>
span { border-color: #F80D4D; }
span { border-color: rgb(248,13,77); }
td.TdClassName
{
border-color: #F80D4D;
}
.TagClassName
{
border-color: #F80D4D;
}
</style>