Shades of Torch Red #F90109
Tints of Torch Red #F90109
RGB
CMYK
RGB Variations
Color information
#F90109 (or 0xF90109) is known color: Torch Red. HEX triplet: F9, 01 and 09. RGB value is (249,1,9). Sum of RGB (Red+Green+Blue) = 249+1+9=259 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.14% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 249 - color contains mainly: red. Hex color #F90109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90109 is #06FEF6. Grayscale: #4C4C4C. Windows color (decimal): -458487 or 590329. OLE color: 590329.
HSL color Cylindrical-coordinate representation of color #F90109: hue angle of 358.06º 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 #F90109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 358.06º | 0.99% | 0.49% | - |
| HSV(B) | 358.06º | 1% | 0.98% | - |
| XYZ | 39.13 | 20.18 | 2.09 | - |
| YUV | 76.06 | 90.16 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 9 | 0 | 1.00 | 0.96 | 0.02 | 358.06 | 0.99 | 0.49 |
| Hex | F9 | 1 | 9 | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 371 | 1 | 11 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111001 | 1 | 1001 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #F90109
Complementary color
Monochromatic Colors of #F90109
Black with #F90109
Text Example
Text Example
White with #F90109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90109; }
p { color: rgb(249,1,9); }
H1.HeaderClassName
{
color: #F90109;
}
.AnyTagClassName
{
color: #F90109;
}
</style>
background-color css
<style>
a { background-color: #F90109; }
a { background-color: rgb(249,1,9); }
div.DivClassName
{
background-color: #F90109;
}
.BgClassName
{
background-color: #F90109;
}
</style>
border-color css
<style>
span { border-color: #F90109; }
span { border-color: rgb(249,1,9); }
td.TdClassName
{
border-color: #F90109;
}
.TagClassName
{
border-color: #F90109;
}
</style>