Shades of Torch Red #F90546
Tints of Torch Red #F90546
RGB
CMYK
RGB Variations
Color information
#F90546 (or 0xF90546) is known color: Torch Red. HEX triplet: F9, 05 and 46. RGB value is (249,5,70). Sum of RGB (Red+Green+Blue) = 249+5+70=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F90546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90546 is #06FAB9. Grayscale: #555555. Windows color (decimal): -457402 or 4589049. OLE color: 4589049.
HSL color Cylindrical-coordinate representation of color #F90546: hue angle of 344.02º 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 #F90546 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.02 |
| HSL | 344.02º | 0.96% | 0.5% | - |
| HSV(B) | 344.02º | 0.98% | 0.98% | - |
| XYZ | 40.23 | 20.69 | 7.67 | - |
| YUV | 85.37 | 119.34 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 70 | 0 | 0.98 | 0.72 | 0.02 | 344.02 | 0.96 | 0.5 |
| Hex | F9 | 5 | 46 | 0 | 62 | 48 | 2 | 158 | 60 | 32 |
| Octal | 371 | 5 | 106 | 0 | 142 | 110 | 2 | 530 | 140 | 62 |
| Binary | 11111001 | 101 | 1000110 | 0 | 1100010 | 1001000 | 10 | 101011000 | 1100000 | 110010 |
Color Harmonies of #F90546
Complementary color
Monochromatic Colors of #F90546
Black with #F90546
Text Example
Text Example
White with #F90546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90546; }
p { color: rgb(249,5,70); }
H1.HeaderClassName
{
color: #F90546;
}
.AnyTagClassName
{
color: #F90546;
}
</style>
background-color css
<style>
a { background-color: #F90546; }
a { background-color: rgb(249,5,70); }
div.DivClassName
{
background-color: #F90546;
}
.BgClassName
{
background-color: #F90546;
}
</style>
border-color css
<style>
span { border-color: #F90546; }
span { border-color: rgb(249,5,70); }
td.TdClassName
{
border-color: #F90546;
}
.TagClassName
{
border-color: #F90546;
}
</style>