Shades of Torch Red #F90349
Tints of Torch Red #F90349
RGB
CMYK
RGB Variations
Color information
#F90349 (or 0xF90349) is known color: Torch Red. HEX triplet: F9, 03 and 49. RGB value is (249,3,73). Sum of RGB (Red+Green+Blue) = 249+3+73=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F90349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90349 is #06FCB6. Grayscale: #545454. Windows color (decimal): -457911 or 4785145. OLE color: 4785145.
HSL color Cylindrical-coordinate representation of color #F90349: hue angle of 342.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90349 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 73 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.02 |
| HSL | 342.93º | 0.98% | 0.49% | - |
| HSV(B) | 342.93º | 0.99% | 0.98% | - |
| XYZ | 40.3 | 20.69 | 8.17 | - |
| YUV | 84.53 | 121.5 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 73 | 0 | 0.99 | 0.71 | 0.02 | 342.93 | 0.98 | 0.49 |
| Hex | F9 | 3 | 49 | 0 | 63 | 47 | 2 | 157 | 62 | 31 |
| Octal | 371 | 3 | 111 | 0 | 143 | 107 | 2 | 527 | 142 | 61 |
| Binary | 11111001 | 11 | 1001001 | 0 | 1100011 | 1000111 | 10 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F90349
Complementary color
Monochromatic Colors of #F90349
Black with #F90349
Text Example
Text Example
White with #F90349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90349; }
p { color: rgb(249,3,73); }
H1.HeaderClassName
{
color: #F90349;
}
.AnyTagClassName
{
color: #F90349;
}
</style>
background-color css
<style>
a { background-color: #F90349; }
a { background-color: rgb(249,3,73); }
div.DivClassName
{
background-color: #F90349;
}
.BgClassName
{
background-color: #F90349;
}
</style>
border-color css
<style>
span { border-color: #F90349; }
span { border-color: rgb(249,3,73); }
td.TdClassName
{
border-color: #F90349;
}
.TagClassName
{
border-color: #F90349;
}
</style>