Shades of Torch Red #F8123F
Tints of Torch Red #F8123F
RGB
CMYK
RGB Variations
Color information
#F8123F (or 0xF8123F) is known color: Torch Red. HEX triplet: F8, 12 and 3F. RGB value is (248,18,63). Sum of RGB (Red+Green+Blue) = 248+18+63=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8123F is #07EDC0. Grayscale: #5B5B5B. Windows color (decimal): -519617 or 4133624. OLE color: 4133624.
HSL color Cylindrical-coordinate representation of color #F8123F: hue angle of 348.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8123F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.03 |
| HSL | 348.26º | 0.94% | 0.52% | - |
| HSV(B) | 348.26º | 0.93% | 0.97% | - |
| XYZ | 39.82 | 20.75 | 6.61 | - |
| YUV | 91.9 | 111.7 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 63 | 0 | 0.93 | 0.75 | 0.03 | 348.26 | 0.94 | 0.52 |
| Hex | F8 | 12 | 3F | 0 | 5D | 4B | 3 | 15C | 5E | 34 |
| Octal | 370 | 22 | 77 | 0 | 135 | 113 | 3 | 534 | 136 | 64 |
| Binary | 11111000 | 10010 | 111111 | 0 | 1011101 | 1001011 | 11 | 101011100 | 1011110 | 110100 |
Color Harmonies of #F8123F
Complementary color
Monochromatic Colors of #F8123F
Black with #F8123F
Text Example
Text Example
White with #F8123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8123F; }
p { color: rgb(248,18,63); }
H1.HeaderClassName
{
color: #F8123F;
}
.AnyTagClassName
{
color: #F8123F;
}
</style>
background-color css
<style>
a { background-color: #F8123F; }
a { background-color: rgb(248,18,63); }
div.DivClassName
{
background-color: #F8123F;
}
.BgClassName
{
background-color: #F8123F;
}
</style>
border-color css
<style>
span { border-color: #F8123F; }
span { border-color: rgb(248,18,63); }
td.TdClassName
{
border-color: #F8123F;
}
.TagClassName
{
border-color: #F8123F;
}
</style>