Shades of Torch Red #F90128
Tints of Torch Red #F90128
RGB
CMYK
RGB Variations
Color information
#F90128 (or 0xF90128) is known color: Torch Red. HEX triplet: F9, 01 and 28. RGB value is (249,1,40). Sum of RGB (Red+Green+Blue) = 249+1+40=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F90128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90128 is #06FED7. Grayscale: #4F4F4F. Windows color (decimal): -458456 or 2621945. OLE color: 2621945.
HSL color Cylindrical-coordinate representation of color #F90128: hue angle of 350.56º 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 #F90128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.02 |
| HSL | 350.56º | 0.99% | 0.49% | - |
| HSV(B) | 350.56º | 1% | 0.98% | - |
| XYZ | 39.46 | 20.31 | 3.85 | - |
| YUV | 79.6 | 105.66 | 248.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 40 | 0 | 1.00 | 0.84 | 0.02 | 350.56 | 0.99 | 0.49 |
| Hex | F9 | 1 | 28 | 0 | 64 | 54 | 2 | 15F | 63 | 31 |
| Octal | 371 | 1 | 50 | 0 | 144 | 124 | 2 | 537 | 143 | 61 |
| Binary | 11111001 | 1 | 101000 | 0 | 1100100 | 1010100 | 10 | 101011111 | 1100011 | 110001 |
Color Harmonies of #F90128
Complementary color
Monochromatic Colors of #F90128
Black with #F90128
Text Example
Text Example
White with #F90128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90128; }
p { color: rgb(249,1,40); }
H1.HeaderClassName
{
color: #F90128;
}
.AnyTagClassName
{
color: #F90128;
}
</style>
background-color css
<style>
a { background-color: #F90128; }
a { background-color: rgb(249,1,40); }
div.DivClassName
{
background-color: #F90128;
}
.BgClassName
{
background-color: #F90128;
}
</style>
border-color css
<style>
span { border-color: #F90128; }
span { border-color: rgb(249,1,40); }
td.TdClassName
{
border-color: #F90128;
}
.TagClassName
{
border-color: #F90128;
}
</style>