Shades of Torch Red #F80B4D
Tints of Torch Red #F80B4D
RGB
CMYK
RGB Variations
Color information
#F80B4D (or 0xF80B4D) is known color: Torch Red. HEX triplet: F8, 0B and 4D. RGB value is (248,11,77). Sum of RGB (Red+Green+Blue) = 248+11+77=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B4D is #07F4B2. Grayscale: #595959. Windows color (decimal): -521395 or 5049336. OLE color: 5049336.
HSL color Cylindrical-coordinate representation of color #F80B4D: hue angle of 343.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.03 |
| HSL | 343.29º | 0.94% | 0.51% | - |
| HSV(B) | 343.29º | 0.96% | 0.97% | - |
| XYZ | 40.17 | 20.73 | 8.91 | - |
| YUV | 89.39 | 121.02 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 77 | 0 | 0.96 | 0.69 | 0.03 | 343.29 | 0.94 | 0.51 |
| Hex | F8 | B | 4D | 0 | 60 | 45 | 3 | 157 | 5E | 33 |
| Octal | 370 | 13 | 115 | 0 | 140 | 105 | 3 | 527 | 136 | 63 |
| Binary | 11111000 | 1011 | 1001101 | 0 | 1100000 | 1000101 | 11 | 101010111 | 1011110 | 110011 |
Color Harmonies of #F80B4D
Complementary color
Monochromatic Colors of #F80B4D
Black with #F80B4D
Text Example
Text Example
White with #F80B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B4D; }
p { color: rgb(248,11,77); }
H1.HeaderClassName
{
color: #F80B4D;
}
.AnyTagClassName
{
color: #F80B4D;
}
</style>
background-color css
<style>
a { background-color: #F80B4D; }
a { background-color: rgb(248,11,77); }
div.DivClassName
{
background-color: #F80B4D;
}
.BgClassName
{
background-color: #F80B4D;
}
</style>
border-color css
<style>
span { border-color: #F80B4D; }
span { border-color: rgb(248,11,77); }
td.TdClassName
{
border-color: #F80B4D;
}
.TagClassName
{
border-color: #F80B4D;
}
</style>