Shades of Torch Red #F90640
Tints of Torch Red #F90640
RGB
CMYK
RGB Variations
Color information
#F90640 (or 0xF90640) is known color: Torch Red. HEX triplet: F9, 06 and 40. RGB value is (249,6,64). Sum of RGB (Red+Green+Blue) = 249+6+64=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F90640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90640 is #06F9BF. Grayscale: #555555. Windows color (decimal): -457152 or 4196089. OLE color: 4196089.
HSL color Cylindrical-coordinate representation of color #F90640: hue angle of 345.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90640 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 64 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.02 |
| HSL | 345.68º | 0.95% | 0.5% | - |
| HSV(B) | 345.68º | 0.98% | 0.98% | - |
| XYZ | 40.06 | 20.64 | 6.72 | - |
| YUV | 85.27 | 116.01 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 64 | 0 | 0.98 | 0.74 | 0.02 | 345.68 | 0.95 | 0.5 |
| Hex | F9 | 6 | 40 | 0 | 62 | 4A | 2 | 15A | 5F | 32 |
| Octal | 371 | 6 | 100 | 0 | 142 | 112 | 2 | 532 | 137 | 62 |
| Binary | 11111001 | 110 | 1000000 | 0 | 1100010 | 1001010 | 10 | 101011010 | 1011111 | 110010 |
Color Harmonies of #F90640
Complementary color
Monochromatic Colors of #F90640
Black with #F90640
Text Example
Text Example
White with #F90640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90640; }
p { color: rgb(249,6,64); }
H1.HeaderClassName
{
color: #F90640;
}
.AnyTagClassName
{
color: #F90640;
}
</style>
background-color css
<style>
a { background-color: #F90640; }
a { background-color: rgb(249,6,64); }
div.DivClassName
{
background-color: #F90640;
}
.BgClassName
{
background-color: #F90640;
}
</style>
border-color css
<style>
span { border-color: #F90640; }
span { border-color: rgb(249,6,64); }
td.TdClassName
{
border-color: #F90640;
}
.TagClassName
{
border-color: #F90640;
}
</style>