Shades of Torch Red #F90306
Tints of Torch Red #F90306
RGB
CMYK
RGB Variations
Color information
#F90306 (or 0xF90306) is known color: Torch Red. HEX triplet: F9, 03 and 06. RGB value is (249,3,6). Sum of RGB (Red+Green+Blue) = 249+3+6=258 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.51% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 249 - color contains mainly: red. Hex color #F90306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90306 is #06FCF9. Grayscale: #4D4D4D. Windows color (decimal): -457978 or 394233. OLE color: 394233.
HSL color Cylindrical-coordinate representation of color #F90306: hue angle of 359.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.02 |
| HSL | 359.27º | 0.98% | 0.49% | - |
| HSV(B) | 359.27º | 0.99% | 0.98% | - |
| XYZ | 39.13 | 20.22 | 2.01 | - |
| YUV | 76.9 | 88 | 250.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 6 | 0 | 0.99 | 0.98 | 0.02 | 359.27 | 0.98 | 0.49 |
| Hex | F9 | 3 | 6 | 0 | 63 | 62 | 2 | 167 | 62 | 31 |
| Octal | 371 | 3 | 6 | 0 | 143 | 142 | 2 | 547 | 142 | 61 |
| Binary | 11111001 | 11 | 110 | 0 | 1100011 | 1100010 | 10 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F90306
Complementary color
Monochromatic Colors of #F90306
Black with #F90306
Text Example
Text Example
White with #F90306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90306; }
p { color: rgb(249,3,6); }
H1.HeaderClassName
{
color: #F90306;
}
.AnyTagClassName
{
color: #F90306;
}
</style>
background-color css
<style>
a { background-color: #F90306; }
a { background-color: rgb(249,3,6); }
div.DivClassName
{
background-color: #F90306;
}
.BgClassName
{
background-color: #F90306;
}
</style>
border-color css
<style>
span { border-color: #F90306; }
span { border-color: rgb(249,3,6); }
td.TdClassName
{
border-color: #F90306;
}
.TagClassName
{
border-color: #F90306;
}
</style>