Shades of Torch Red #F90A41
Tints of Torch Red #F90A41
RGB
CMYK
RGB Variations
Color information
#F90A41 (or 0xF90A41) is known color: Torch Red. HEX triplet: F9, 0A and 41. RGB value is (249,10,65). Sum of RGB (Red+Green+Blue) = 249+10+65=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A41 is #06F5BE. Grayscale: #575757. Windows color (decimal): -456127 or 4262649. OLE color: 4262649.
HSL color Cylindrical-coordinate representation of color #F90A41: hue angle of 346.19º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A41 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 65 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.02 |
| HSL | 346.19º | 0.95% | 0.51% | - |
| HSV(B) | 346.19º | 0.96% | 0.98% | - |
| XYZ | 40.13 | 20.74 | 6.89 | - |
| YUV | 87.73 | 115.18 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 65 | 0 | 0.96 | 0.74 | 0.02 | 346.19 | 0.95 | 0.51 |
| Hex | F9 | A | 41 | 0 | 60 | 4A | 2 | 15A | 5F | 33 |
| Octal | 371 | 12 | 101 | 0 | 140 | 112 | 2 | 532 | 137 | 63 |
| Binary | 11111001 | 1010 | 1000001 | 0 | 1100000 | 1001010 | 10 | 101011010 | 1011111 | 110011 |
Color Harmonies of #F90A41
Complementary color
Monochromatic Colors of #F90A41
Black with #F90A41
Text Example
Text Example
White with #F90A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A41; }
p { color: rgb(249,10,65); }
H1.HeaderClassName
{
color: #F90A41;
}
.AnyTagClassName
{
color: #F90A41;
}
</style>
background-color css
<style>
a { background-color: #F90A41; }
a { background-color: rgb(249,10,65); }
div.DivClassName
{
background-color: #F90A41;
}
.BgClassName
{
background-color: #F90A41;
}
</style>
border-color css
<style>
span { border-color: #F90A41; }
span { border-color: rgb(249,10,65); }
td.TdClassName
{
border-color: #F90A41;
}
.TagClassName
{
border-color: #F90A41;
}
</style>