Shades of Torch Red #F90F46
Tints of Torch Red #F90F46
RGB
CMYK
RGB Variations
Color information
#F90F46 (or 0xF90F46) is known color: Torch Red. HEX triplet: F9, 0F and 46. RGB value is (249,15,70). Sum of RGB (Red+Green+Blue) = 249+15+70=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F46 is #06F0B9. Grayscale: #5B5B5B. Windows color (decimal): -454842 or 4591609. OLE color: 4591609.
HSL color Cylindrical-coordinate representation of color #F90F46: hue angle of 345.9º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F46 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 70 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.02 |
| HSL | 345.9º | 0.95% | 0.52% | - |
| HSV(B) | 345.9º | 0.94% | 0.98% | - |
| XYZ | 40.34 | 20.92 | 7.71 | - |
| YUV | 91.24 | 116.02 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 70 | 0 | 0.94 | 0.72 | 0.02 | 345.9 | 0.95 | 0.52 |
| Hex | F9 | F | 46 | 0 | 5E | 48 | 2 | 15A | 5F | 34 |
| Octal | 371 | 17 | 106 | 0 | 136 | 110 | 2 | 532 | 137 | 64 |
| Binary | 11111001 | 1111 | 1000110 | 0 | 1011110 | 1001000 | 10 | 101011010 | 1011111 | 110100 |
Color Harmonies of #F90F46
Complementary color
Monochromatic Colors of #F90F46
Black with #F90F46
Text Example
Text Example
White with #F90F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F46; }
p { color: rgb(249,15,70); }
H1.HeaderClassName
{
color: #F90F46;
}
.AnyTagClassName
{
color: #F90F46;
}
</style>
background-color css
<style>
a { background-color: #F90F46; }
a { background-color: rgb(249,15,70); }
div.DivClassName
{
background-color: #F90F46;
}
.BgClassName
{
background-color: #F90F46;
}
</style>
border-color css
<style>
span { border-color: #F90F46; }
span { border-color: rgb(249,15,70); }
td.TdClassName
{
border-color: #F90F46;
}
.TagClassName
{
border-color: #F90F46;
}
</style>