Shades of Torch Red #F90A2F
Tints of Torch Red #F90A2F
RGB
CMYK
RGB Variations
Color information
#F90A2F (or 0xF90A2F) is known color: Torch Red. HEX triplet: F9, 0A and 2F. RGB value is (249,10,47). Sum of RGB (Red+Green+Blue) = 249+10+47=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A2F is #06F5D0. Grayscale: #555555. Windows color (decimal): -456145 or 3083001. OLE color: 3083001.
HSL color Cylindrical-coordinate representation of color #F90A2F: hue angle of 350.71º 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 #F90A2F is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.02 |
| HSL | 350.71º | 0.95% | 0.51% | - |
| HSV(B) | 350.71º | 0.96% | 0.98% | - |
| XYZ | 39.69 | 20.56 | 4.57 | - |
| YUV | 85.68 | 106.18 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 47 | 0 | 0.96 | 0.81 | 0.02 | 350.71 | 0.95 | 0.51 |
| Hex | F9 | A | 2F | 0 | 60 | 51 | 2 | 15F | 5F | 33 |
| Octal | 371 | 12 | 57 | 0 | 140 | 121 | 2 | 537 | 137 | 63 |
| Binary | 11111001 | 1010 | 101111 | 0 | 1100000 | 1010001 | 10 | 101011111 | 1011111 | 110011 |
Color Harmonies of #F90A2F
Complementary color
Monochromatic Colors of #F90A2F
Black with #F90A2F
Text Example
Text Example
White with #F90A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A2F; }
p { color: rgb(249,10,47); }
H1.HeaderClassName
{
color: #F90A2F;
}
.AnyTagClassName
{
color: #F90A2F;
}
</style>
background-color css
<style>
a { background-color: #F90A2F; }
a { background-color: rgb(249,10,47); }
div.DivClassName
{
background-color: #F90A2F;
}
.BgClassName
{
background-color: #F90A2F;
}
</style>
border-color css
<style>
span { border-color: #F90A2F; }
span { border-color: rgb(249,10,47); }
td.TdClassName
{
border-color: #F90A2F;
}
.TagClassName
{
border-color: #F90A2F;
}
</style>