Shades of Torch Red #F90A47
Tints of Torch Red #F90A47
RGB
CMYK
RGB Variations
Color information
#F90A47 (or 0xF90A47) is known color: Torch Red. HEX triplet: F9, 0A and 47. RGB value is (249,10,71). Sum of RGB (Red+Green+Blue) = 249+10+71=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A47 is #06F5B8. Grayscale: #585858. Windows color (decimal): -456121 or 4655865. OLE color: 4655865.
HSL color Cylindrical-coordinate representation of color #F90A47: hue angle of 344.69º 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 #F90A47 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 71 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.02 |
| HSL | 344.69º | 0.95% | 0.51% | - |
| HSV(B) | 344.69º | 0.96% | 0.98% | - |
| XYZ | 40.31 | 20.81 | 7.85 | - |
| YUV | 88.42 | 118.18 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 71 | 0 | 0.96 | 0.71 | 0.02 | 344.69 | 0.95 | 0.51 |
| Hex | F9 | A | 47 | 0 | 60 | 47 | 2 | 159 | 5F | 33 |
| Octal | 371 | 12 | 107 | 0 | 140 | 107 | 2 | 531 | 137 | 63 |
| Binary | 11111001 | 1010 | 1000111 | 0 | 1100000 | 1000111 | 10 | 101011001 | 1011111 | 110011 |
Color Harmonies of #F90A47
Complementary color
Monochromatic Colors of #F90A47
Black with #F90A47
Text Example
Text Example
White with #F90A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A47; }
p { color: rgb(249,10,71); }
H1.HeaderClassName
{
color: #F90A47;
}
.AnyTagClassName
{
color: #F90A47;
}
</style>
background-color css
<style>
a { background-color: #F90A47; }
a { background-color: rgb(249,10,71); }
div.DivClassName
{
background-color: #F90A47;
}
.BgClassName
{
background-color: #F90A47;
}
</style>
border-color css
<style>
span { border-color: #F90A47; }
span { border-color: rgb(249,10,71); }
td.TdClassName
{
border-color: #F90A47;
}
.TagClassName
{
border-color: #F90A47;
}
</style>