Shades of Torch Red #F90B40
Tints of Torch Red #F90B40
RGB
CMYK
RGB Variations
Color information
#F90B40 (or 0xF90B40) is known color: Torch Red. HEX triplet: F9, 0B and 40. RGB value is (249,11,64). Sum of RGB (Red+Green+Blue) = 249+11+64=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B40 is #06F4BF. Grayscale: #585858. Windows color (decimal): -455872 or 4197369. OLE color: 4197369.
HSL color Cylindrical-coordinate representation of color #F90B40: hue angle of 346.64º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B40 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.02 |
| HSL | 346.64º | 0.95% | 0.51% | - |
| HSV(B) | 346.64º | 0.96% | 0.98% | - |
| XYZ | 40.11 | 20.75 | 6.74 | - |
| YUV | 88.2 | 114.35 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 64 | 0 | 0.96 | 0.74 | 0.02 | 346.64 | 0.95 | 0.51 |
| Hex | F9 | B | 40 | 0 | 60 | 4A | 2 | 15B | 5F | 33 |
| Octal | 371 | 13 | 100 | 0 | 140 | 112 | 2 | 533 | 137 | 63 |
| Binary | 11111001 | 1011 | 1000000 | 0 | 1100000 | 1001010 | 10 | 101011011 | 1011111 | 110011 |
Color Harmonies of #F90B40
Complementary color
Monochromatic Colors of #F90B40
Black with #F90B40
Text Example
Text Example
White with #F90B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B40; }
p { color: rgb(249,11,64); }
H1.HeaderClassName
{
color: #F90B40;
}
.AnyTagClassName
{
color: #F90B40;
}
</style>
background-color css
<style>
a { background-color: #F90B40; }
a { background-color: rgb(249,11,64); }
div.DivClassName
{
background-color: #F90B40;
}
.BgClassName
{
background-color: #F90B40;
}
</style>
border-color css
<style>
span { border-color: #F90B40; }
span { border-color: rgb(249,11,64); }
td.TdClassName
{
border-color: #F90B40;
}
.TagClassName
{
border-color: #F90B40;
}
</style>