Shades of Torch Red #F90047
Tints of Torch Red #F90047
RGB
CMYK
RGB Variations
Color information
#F90047 (or 0xF90047) is known color: Torch Red. HEX triplet: F9, 00 and 47. RGB value is (249,0,71). Sum of RGB (Red+Green+Blue) = 249+0+71=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90047 is #06FFB8. Grayscale: #525252. Windows color (decimal): -458681 or 4653305. OLE color: 4653305.
HSL color Cylindrical-coordinate representation of color #F90047: hue angle of 342.89º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90047 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.71 | 0.02 |
| HSL | 342.89º | 1% | 0.49% | - |
| HSV(B) | 342.89º | 1% | 0.98% | - |
| XYZ | 40.2 | 20.59 | 7.82 | - |
| YUV | 82.55 | 121.49 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 71 | 0 | 1 | 0.71 | 0.02 | 342.89 | 1 | 0.49 |
| Hex | F9 | 0 | 47 | 0 | 64 | 47 | 2 | 157 | 64 | 31 |
| Octal | 371 | 0 | 107 | 0 | 144 | 107 | 2 | 527 | 144 | 61 |
| Binary | 11111001 | 0 | 1000111 | 0 | 1100100 | 1000111 | 10 | 101010111 | 1100100 | 110001 |
Color Harmonies of #F90047
Complementary color
Monochromatic Colors of #F90047
Black with #F90047
Text Example
Text Example
White with #F90047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90047; }
p { color: rgb(249,0,71); }
H1.HeaderClassName
{
color: #F90047;
}
.AnyTagClassName
{
color: #F90047;
}
</style>
background-color css
<style>
a { background-color: #F90047; }
a { background-color: rgb(249,0,71); }
div.DivClassName
{
background-color: #F90047;
}
.BgClassName
{
background-color: #F90047;
}
</style>
border-color css
<style>
span { border-color: #F90047; }
span { border-color: rgb(249,0,71); }
td.TdClassName
{
border-color: #F90047;
}
.TagClassName
{
border-color: #F90047;
}
</style>