Shades of Torch Red #F90030
Tints of Torch Red #F90030
RGB
CMYK
RGB Variations
Color information
#F90030 (or 0xF90030) is known color: Torch Red. HEX triplet: F9, 00 and 30. RGB value is (249,0,48). Sum of RGB (Red+Green+Blue) = 249+0+48=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F90030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90030 is #06FFCF. Grayscale: #4F4F4F. Windows color (decimal): -458704 or 3145977. OLE color: 3145977.
HSL color Cylindrical-coordinate representation of color #F90030: hue angle of 348.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90030 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.81 | 0.02 |
| HSL | 348.43º | 1% | 0.49% | - |
| HSV(B) | 348.43º | 1% | 0.98% | - |
| XYZ | 39.6 | 20.35 | 4.64 | - |
| YUV | 79.92 | 109.99 | 248.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 48 | 0 | 1 | 0.81 | 0.02 | 348.43 | 1 | 0.49 |
| Hex | F9 | 0 | 30 | 0 | 64 | 51 | 2 | 15C | 64 | 31 |
| Octal | 371 | 0 | 60 | 0 | 144 | 121 | 2 | 534 | 144 | 61 |
| Binary | 11111001 | 0 | 110000 | 0 | 1100100 | 1010001 | 10 | 101011100 | 1100100 | 110001 |
Color Harmonies of #F90030
Complementary color
Monochromatic Colors of #F90030
Black with #F90030
Text Example
Text Example
White with #F90030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90030; }
p { color: rgb(249,0,48); }
H1.HeaderClassName
{
color: #F90030;
}
.AnyTagClassName
{
color: #F90030;
}
</style>
background-color css
<style>
a { background-color: #F90030; }
a { background-color: rgb(249,0,48); }
div.DivClassName
{
background-color: #F90030;
}
.BgClassName
{
background-color: #F90030;
}
</style>
border-color css
<style>
span { border-color: #F90030; }
span { border-color: rgb(249,0,48); }
td.TdClassName
{
border-color: #F90030;
}
.TagClassName
{
border-color: #F90030;
}
</style>