Shades of Torch Red #F90006
Tints of Torch Red #F90006
RGB
CMYK
RGB Variations
Color information
#F90006 (or 0xF90006) is known color: Torch Red. HEX triplet: F9, 00 and 06. RGB value is (249,0,6). Sum of RGB (Red+Green+Blue) = 249+0+6=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90006 is #06FFF9. Grayscale: #4B4B4B. Windows color (decimal): -458746 or 393465. OLE color: 393465.
HSL color Cylindrical-coordinate representation of color #F90006: hue angle of 358.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.98 | 0.02 |
| HSL | 358.55º | 1% | 0.49% | - |
| HSV(B) | 358.55º | 1% | 0.98% | - |
| XYZ | 39.1 | 20.15 | 2 | - |
| YUV | 75.14 | 88.99 | 252.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 6 | 0 | 1 | 0.98 | 0.02 | 358.55 | 1 | 0.49 |
| Hex | F9 | 0 | 6 | 0 | 64 | 62 | 2 | 167 | 64 | 31 |
| Octal | 371 | 0 | 6 | 0 | 144 | 142 | 2 | 547 | 144 | 61 |
| Binary | 11111001 | 0 | 110 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100100 | 110001 |
Color Harmonies of #F90006
Complementary color
Monochromatic Colors of #F90006
Black with #F90006
Text Example
Text Example
White with #F90006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90006; }
p { color: rgb(249,0,6); }
H1.HeaderClassName
{
color: #F90006;
}
.AnyTagClassName
{
color: #F90006;
}
</style>
background-color css
<style>
a { background-color: #F90006; }
a { background-color: rgb(249,0,6); }
div.DivClassName
{
background-color: #F90006;
}
.BgClassName
{
background-color: #F90006;
}
</style>
border-color css
<style>
span { border-color: #F90006; }
span { border-color: rgb(249,0,6); }
td.TdClassName
{
border-color: #F90006;
}
.TagClassName
{
border-color: #F90006;
}
</style>