Shades of Torch Red #F90F34
Tints of Torch Red #F90F34
RGB
CMYK
RGB Variations
Color information
#F90F34 (or 0xF90F34) is known color: Torch Red. HEX triplet: F9, 0F and 34. RGB value is (249,15,52). Sum of RGB (Red+Green+Blue) = 249+15+52=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F34 is #06F0CB. Grayscale: #595959. Windows color (decimal): -454860 or 3411961. OLE color: 3411961.
HSL color Cylindrical-coordinate representation of color #F90F34: hue angle of 350.51º 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 #F90F34 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 52 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.02 |
| HSL | 350.51º | 0.95% | 0.52% | - |
| HSV(B) | 350.51º | 0.94% | 0.98% | - |
| XYZ | 39.86 | 20.73 | 5.15 | - |
| YUV | 89.18 | 107.02 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 52 | 0 | 0.94 | 0.79 | 0.02 | 350.51 | 0.95 | 0.52 |
| Hex | F9 | F | 34 | 0 | 5E | 4F | 2 | 15F | 5F | 34 |
| Octal | 371 | 17 | 64 | 0 | 136 | 117 | 2 | 537 | 137 | 64 |
| Binary | 11111001 | 1111 | 110100 | 0 | 1011110 | 1001111 | 10 | 101011111 | 1011111 | 110100 |
Color Harmonies of #F90F34
Complementary color
Monochromatic Colors of #F90F34
Black with #F90F34
Text Example
Text Example
White with #F90F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F34; }
p { color: rgb(249,15,52); }
H1.HeaderClassName
{
color: #F90F34;
}
.AnyTagClassName
{
color: #F90F34;
}
</style>
background-color css
<style>
a { background-color: #F90F34; }
a { background-color: rgb(249,15,52); }
div.DivClassName
{
background-color: #F90F34;
}
.BgClassName
{
background-color: #F90F34;
}
</style>
border-color css
<style>
span { border-color: #F90F34; }
span { border-color: rgb(249,15,52); }
td.TdClassName
{
border-color: #F90F34;
}
.TagClassName
{
border-color: #F90F34;
}
</style>