Shades of Torch Red #F8003F
Tints of Torch Red #F8003F
RGB
CMYK
RGB Variations
Color information
#F8003F (or 0xF8003F) is known color: Torch Red. HEX triplet: F8, 00 and 3F. RGB value is (248,0,63). Sum of RGB (Red+Green+Blue) = 248+0+63=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F8003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8003F is #07FFC0. Grayscale: #515151. Windows color (decimal): -524225 or 4129016. OLE color: 4129016.
HSL color Cylindrical-coordinate representation of color #F8003F: hue angle of 344.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8003F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.75 | 0.03 |
| HSL | 344.76º | 1% | 0.49% | - |
| HSV(B) | 344.76º | 1% | 0.97% | - |
| XYZ | 39.61 | 20.32 | 6.54 | - |
| YUV | 81.33 | 117.66 | 246.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 63 | 0 | 1 | 0.75 | 0.03 | 344.76 | 1 | 0.49 |
| Hex | F8 | 0 | 3F | 0 | 64 | 4B | 3 | 159 | 64 | 31 |
| Octal | 370 | 0 | 77 | 0 | 144 | 113 | 3 | 531 | 144 | 61 |
| Binary | 11111000 | 0 | 111111 | 0 | 1100100 | 1001011 | 11 | 101011001 | 1100100 | 110001 |
Color Harmonies of #F8003F
Complementary color
Monochromatic Colors of #F8003F
Black with #F8003F
Text Example
Text Example
White with #F8003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8003F; }
p { color: rgb(248,0,63); }
H1.HeaderClassName
{
color: #F8003F;
}
.AnyTagClassName
{
color: #F8003F;
}
</style>
background-color css
<style>
a { background-color: #F8003F; }
a { background-color: rgb(248,0,63); }
div.DivClassName
{
background-color: #F8003F;
}
.BgClassName
{
background-color: #F8003F;
}
</style>
border-color css
<style>
span { border-color: #F8003F; }
span { border-color: rgb(248,0,63); }
td.TdClassName
{
border-color: #F8003F;
}
.TagClassName
{
border-color: #F8003F;
}
</style>