Shades of Torch Red #F90F3B
Tints of Torch Red #F90F3B
RGB
CMYK
RGB Variations
Color information
#F90F3B (or 0xF90F3B) is known color: Torch Red. HEX triplet: F9, 0F and 3B. RGB value is (249,15,59). Sum of RGB (Red+Green+Blue) = 249+15+59=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F3B is #06F0C4. Grayscale: #5A5A5A. Windows color (decimal): -454853 or 3870713. OLE color: 3870713.
HSL color Cylindrical-coordinate representation of color #F90F3B: hue angle of 348.72º 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 #F90F3B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 59 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.02 |
| HSL | 348.72º | 0.95% | 0.52% | - |
| HSV(B) | 348.72º | 0.94% | 0.98% | - |
| XYZ | 40.03 | 20.8 | 6.04 | - |
| YUV | 89.98 | 110.52 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 59 | 0 | 0.94 | 0.76 | 0.02 | 348.72 | 0.95 | 0.52 |
| Hex | F9 | F | 3B | 0 | 5E | 4C | 2 | 15D | 5F | 34 |
| Octal | 371 | 17 | 73 | 0 | 136 | 114 | 2 | 535 | 137 | 64 |
| Binary | 11111001 | 1111 | 111011 | 0 | 1011110 | 1001100 | 10 | 101011101 | 1011111 | 110100 |
Color Harmonies of #F90F3B
Complementary color
Monochromatic Colors of #F90F3B
Black with #F90F3B
Text Example
Text Example
White with #F90F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F3B; }
p { color: rgb(249,15,59); }
H1.HeaderClassName
{
color: #F90F3B;
}
.AnyTagClassName
{
color: #F90F3B;
}
</style>
background-color css
<style>
a { background-color: #F90F3B; }
a { background-color: rgb(249,15,59); }
div.DivClassName
{
background-color: #F90F3B;
}
.BgClassName
{
background-color: #F90F3B;
}
</style>
border-color css
<style>
span { border-color: #F90F3B; }
span { border-color: rgb(249,15,59); }
td.TdClassName
{
border-color: #F90F3B;
}
.TagClassName
{
border-color: #F90F3B;
}
</style>