Shades of Torch Red #F90744
Tints of Torch Red #F90744
RGB
CMYK
RGB Variations
Color information
#F90744 (or 0xF90744) is known color: Torch Red. HEX triplet: F9, 07 and 44. RGB value is (249,7,68). Sum of RGB (Red+Green+Blue) = 249+7+68=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F90744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90744 is #06F8BB. Grayscale: #565656. Windows color (decimal): -456892 or 4458489. OLE color: 4458489.
HSL color Cylindrical-coordinate representation of color #F90744: hue angle of 344.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90744 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.02 |
| HSL | 344.88º | 0.95% | 0.5% | - |
| HSV(B) | 344.88º | 0.97% | 0.98% | - |
| XYZ | 40.19 | 20.71 | 7.35 | - |
| YUV | 86.31 | 117.67 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 68 | 0 | 0.97 | 0.73 | 0.02 | 344.88 | 0.95 | 0.5 |
| Hex | F9 | 7 | 44 | 0 | 61 | 49 | 2 | 159 | 5F | 32 |
| Octal | 371 | 7 | 104 | 0 | 141 | 111 | 2 | 531 | 137 | 62 |
| Binary | 11111001 | 111 | 1000100 | 0 | 1100001 | 1001001 | 10 | 101011001 | 1011111 | 110010 |
Color Harmonies of #F90744
Complementary color
Monochromatic Colors of #F90744
Black with #F90744
Text Example
Text Example
White with #F90744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90744; }
p { color: rgb(249,7,68); }
H1.HeaderClassName
{
color: #F90744;
}
.AnyTagClassName
{
color: #F90744;
}
</style>
background-color css
<style>
a { background-color: #F90744; }
a { background-color: rgb(249,7,68); }
div.DivClassName
{
background-color: #F90744;
}
.BgClassName
{
background-color: #F90744;
}
</style>
border-color css
<style>
span { border-color: #F90744; }
span { border-color: rgb(249,7,68); }
td.TdClassName
{
border-color: #F90744;
}
.TagClassName
{
border-color: #F90744;
}
</style>