Shades of Torch Red #F90048
Tints of Torch Red #F90048
RGB
CMYK
RGB Variations
Color information
#F90048 (or 0xF90048) is known color: Torch Red. HEX triplet: F9, 00 and 48. RGB value is (249,0,72). Sum of RGB (Red+Green+Blue) = 249+0+72=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F90048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90048 is #06FFB7. Grayscale: #525252. Windows color (decimal): -458680 or 4718841. OLE color: 4718841.
HSL color Cylindrical-coordinate representation of color #F90048: hue angle of 342.65º 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 #F90048 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.71 | 0.02 |
| HSL | 342.65º | 1% | 0.49% | - |
| HSV(B) | 342.65º | 1% | 0.98% | - |
| XYZ | 40.24 | 20.61 | 7.99 | - |
| YUV | 82.66 | 121.99 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 72 | 0 | 1 | 0.71 | 0.02 | 342.65 | 1 | 0.49 |
| Hex | F9 | 0 | 48 | 0 | 64 | 47 | 2 | 157 | 64 | 31 |
| Octal | 371 | 0 | 110 | 0 | 144 | 107 | 2 | 527 | 144 | 61 |
| Binary | 11111001 | 0 | 1001000 | 0 | 1100100 | 1000111 | 10 | 101010111 | 1100100 | 110001 |
Color Harmonies of #F90048
Complementary color
Monochromatic Colors of #F90048
Black with #F90048
Text Example
Text Example
White with #F90048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90048; }
p { color: rgb(249,0,72); }
H1.HeaderClassName
{
color: #F90048;
}
.AnyTagClassName
{
color: #F90048;
}
</style>
background-color css
<style>
a { background-color: #F90048; }
a { background-color: rgb(249,0,72); }
div.DivClassName
{
background-color: #F90048;
}
.BgClassName
{
background-color: #F90048;
}
</style>
border-color css
<style>
span { border-color: #F90048; }
span { border-color: rgb(249,0,72); }
td.TdClassName
{
border-color: #F90048;
}
.TagClassName
{
border-color: #F90048;
}
</style>