Shades of Torch Red #F90104
Tints of Torch Red #F90104
RGB
CMYK
RGB Variations
Color information
#F90104 (or 0xF90104) is known color: Torch Red. HEX triplet: F9, 01 and 04. RGB value is (249,1,4). Sum of RGB (Red+Green+Blue) = 249+1+4=254 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.03% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 249 - color contains mainly: red. Hex color #F90104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90104 is #06FEFB. Grayscale: #4B4B4B. Windows color (decimal): -458492 or 262649. OLE color: 262649.
HSL color Cylindrical-coordinate representation of color #F90104: hue angle of 359.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.02 |
| HSL | 359.27º | 0.99% | 0.49% | - |
| HSV(B) | 359.27º | 1% | 0.98% | - |
| XYZ | 39.1 | 20.17 | 1.95 | - |
| YUV | 75.49 | 87.66 | 251.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 4 | 0 | 1.00 | 0.98 | 0.02 | 359.27 | 0.99 | 0.49 |
| Hex | F9 | 1 | 4 | 0 | 64 | 62 | 2 | 167 | 63 | 31 |
| Octal | 371 | 1 | 4 | 0 | 144 | 142 | 2 | 547 | 143 | 61 |
| Binary | 11111001 | 1 | 100 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100011 | 110001 |
Color Harmonies of #F90104
Complementary color
Monochromatic Colors of #F90104
Black with #F90104
Text Example
Text Example
White with #F90104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90104; }
p { color: rgb(249,1,4); }
H1.HeaderClassName
{
color: #F90104;
}
.AnyTagClassName
{
color: #F90104;
}
</style>
background-color css
<style>
a { background-color: #F90104; }
a { background-color: rgb(249,1,4); }
div.DivClassName
{
background-color: #F90104;
}
.BgClassName
{
background-color: #F90104;
}
</style>
border-color css
<style>
span { border-color: #F90104; }
span { border-color: rgb(249,1,4); }
td.TdClassName
{
border-color: #F90104;
}
.TagClassName
{
border-color: #F90104;
}
</style>