Shades of Torch Red #F90539
Tints of Torch Red #F90539
RGB
CMYK
RGB Variations
Color information
#F90539 (or 0xF90539) is known color: Torch Red. HEX triplet: F9, 05 and 39. RGB value is (249,5,57). Sum of RGB (Red+Green+Blue) = 249+5+57=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F90539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90539 is #06FAC6. Grayscale: #535353. Windows color (decimal): -457415 or 3737081. OLE color: 3737081.
HSL color Cylindrical-coordinate representation of color #F90539: hue angle of 347.21º degrees, saturation: 0.96, 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 #F90539 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.02 |
| HSL | 347.21º | 0.96% | 0.5% | - |
| HSV(B) | 347.21º | 0.98% | 0.98% | - |
| XYZ | 39.86 | 20.54 | 5.74 | - |
| YUV | 83.88 | 112.84 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 57 | 0 | 0.98 | 0.77 | 0.02 | 347.21 | 0.96 | 0.5 |
| Hex | F9 | 5 | 39 | 0 | 62 | 4D | 2 | 15B | 60 | 32 |
| Octal | 371 | 5 | 71 | 0 | 142 | 115 | 2 | 533 | 140 | 62 |
| Binary | 11111001 | 101 | 111001 | 0 | 1100010 | 1001101 | 10 | 101011011 | 1100000 | 110010 |
Color Harmonies of #F90539
Complementary color
Monochromatic Colors of #F90539
Black with #F90539
Text Example
Text Example
White with #F90539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90539; }
p { color: rgb(249,5,57); }
H1.HeaderClassName
{
color: #F90539;
}
.AnyTagClassName
{
color: #F90539;
}
</style>
background-color css
<style>
a { background-color: #F90539; }
a { background-color: rgb(249,5,57); }
div.DivClassName
{
background-color: #F90539;
}
.BgClassName
{
background-color: #F90539;
}
</style>
border-color css
<style>
span { border-color: #F90539; }
span { border-color: rgb(249,5,57); }
td.TdClassName
{
border-color: #F90539;
}
.TagClassName
{
border-color: #F90539;
}
</style>