Shades of Torch Red #F90644
Tints of Torch Red #F90644
RGB
CMYK
RGB Variations
Color information
#F90644 (or 0xF90644) is known color: Torch Red. HEX triplet: F9, 06 and 44. RGB value is (249,6,68). Sum of RGB (Red+Green+Blue) = 249+6+68=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F90644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90644 is #06F9BB. Grayscale: #555555. Windows color (decimal): -457148 or 4458233. OLE color: 4458233.
HSL color Cylindrical-coordinate representation of color #F90644: hue angle of 344.69º degrees, saturation: 0.95, 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 #F90644 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 68 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 344.69º | 0.95% | 0.5% | - |
| HSV(B) | 344.69º | 0.98% | 0.98% | - |
| XYZ | 40.18 | 20.69 | 7.34 | - |
| YUV | 85.73 | 118.01 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 68 | 0 | 0.98 | 0.73 | 0.02 | 344.69 | 0.95 | 0.5 |
| Hex | F9 | 6 | 44 | 0 | 62 | 49 | 2 | 159 | 5F | 32 |
| Octal | 371 | 6 | 104 | 0 | 142 | 111 | 2 | 531 | 137 | 62 |
| Binary | 11111001 | 110 | 1000100 | 0 | 1100010 | 1001001 | 10 | 101011001 | 1011111 | 110010 |
Color Harmonies of #F90644
Complementary color
Monochromatic Colors of #F90644
Black with #F90644
Text Example
Text Example
White with #F90644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90644; }
p { color: rgb(249,6,68); }
H1.HeaderClassName
{
color: #F90644;
}
.AnyTagClassName
{
color: #F90644;
}
</style>
background-color css
<style>
a { background-color: #F90644; }
a { background-color: rgb(249,6,68); }
div.DivClassName
{
background-color: #F90644;
}
.BgClassName
{
background-color: #F90644;
}
</style>
border-color css
<style>
span { border-color: #F90644; }
span { border-color: rgb(249,6,68); }
td.TdClassName
{
border-color: #F90644;
}
.TagClassName
{
border-color: #F90644;
}
</style>