Shades of Torch Red #F90105
Tints of Torch Red #F90105
RGB
CMYK
RGB Variations
Color information
#F90105 (or 0xF90105) is known color: Torch Red. HEX triplet: F9, 01 and 05. RGB value is (249,1,5). Sum of RGB (Red+Green+Blue) = 249+1+5=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90105 is #06FEFA. Grayscale: #4B4B4B. Windows color (decimal): -458491 or 328185. OLE color: 328185.
HSL color Cylindrical-coordinate representation of color #F90105: hue angle of 359.03º 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 #F90105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.02 |
| HSL | 359.03º | 0.99% | 0.49% | - |
| HSV(B) | 359.03º | 1% | 0.98% | - |
| XYZ | 39.11 | 20.17 | 1.98 | - |
| YUV | 75.61 | 88.16 | 251.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 5 | 0 | 1.00 | 0.98 | 0.02 | 359.03 | 0.99 | 0.49 |
| Hex | F9 | 1 | 5 | 0 | 64 | 62 | 2 | 167 | 63 | 31 |
| Octal | 371 | 1 | 5 | 0 | 144 | 142 | 2 | 547 | 143 | 61 |
| Binary | 11111001 | 1 | 101 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100011 | 110001 |
Color Harmonies of #F90105
Complementary color
Monochromatic Colors of #F90105
Black with #F90105
Text Example
Text Example
White with #F90105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90105; }
p { color: rgb(249,1,5); }
H1.HeaderClassName
{
color: #F90105;
}
.AnyTagClassName
{
color: #F90105;
}
</style>
background-color css
<style>
a { background-color: #F90105; }
a { background-color: rgb(249,1,5); }
div.DivClassName
{
background-color: #F90105;
}
.BgClassName
{
background-color: #F90105;
}
</style>
border-color css
<style>
span { border-color: #F90105; }
span { border-color: rgb(249,1,5); }
td.TdClassName
{
border-color: #F90105;
}
.TagClassName
{
border-color: #F90105;
}
</style>