Shades of Torch Red #F90248
Tints of Torch Red #F90248
RGB
CMYK
RGB Variations
Color information
#F90248 (or 0xF90248) is known color: Torch Red. HEX triplet: F9, 02 and 48. RGB value is (249,2,72). Sum of RGB (Red+Green+Blue) = 249+2+72=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F90248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90248 is #06FDB7. Grayscale: #535353. Windows color (decimal): -458168 or 4719353. OLE color: 4719353.
HSL color Cylindrical-coordinate representation of color #F90248: hue angle of 343º 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 #F90248 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.02 |
| HSL | 343º | 0.98% | 0.49% | - |
| HSV(B) | 343º | 0.99% | 0.98% | - |
| XYZ | 40.26 | 20.65 | 8 | - |
| YUV | 83.83 | 121.33 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 72 | 0 | 0.99 | 0.71 | 0.02 | 343 | 0.98 | 0.49 |
| Hex | F9 | 2 | 48 | 0 | 63 | 47 | 2 | 157 | 62 | 31 |
| Octal | 371 | 2 | 110 | 0 | 143 | 107 | 2 | 527 | 142 | 61 |
| Binary | 11111001 | 10 | 1001000 | 0 | 1100011 | 1000111 | 10 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F90248
Complementary color
Monochromatic Colors of #F90248
Black with #F90248
Text Example
Text Example
White with #F90248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90248; }
p { color: rgb(249,2,72); }
H1.HeaderClassName
{
color: #F90248;
}
.AnyTagClassName
{
color: #F90248;
}
</style>
background-color css
<style>
a { background-color: #F90248; }
a { background-color: rgb(249,2,72); }
div.DivClassName
{
background-color: #F90248;
}
.BgClassName
{
background-color: #F90248;
}
</style>
border-color css
<style>
span { border-color: #F90248; }
span { border-color: rgb(249,2,72); }
td.TdClassName
{
border-color: #F90248;
}
.TagClassName
{
border-color: #F90248;
}
</style>