Shades of Torch Red #F90F42
Tints of Torch Red #F90F42
RGB
CMYK
RGB Variations
Color information
#F90F42 (or 0xF90F42) is known color: Torch Red. HEX triplet: F9, 0F and 42. RGB value is (249,15,66). Sum of RGB (Red+Green+Blue) = 249+15+66=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F42 is #06F0BD. Grayscale: #5A5A5A. Windows color (decimal): -454846 or 4329465. OLE color: 4329465.
HSL color Cylindrical-coordinate representation of color #F90F42: hue angle of 346.92º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F42 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 66 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.02 |
| HSL | 346.92º | 0.95% | 0.52% | - |
| HSV(B) | 346.92º | 0.94% | 0.98% | - |
| XYZ | 40.22 | 20.87 | 7.06 | - |
| YUV | 90.78 | 114.02 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 66 | 0 | 0.94 | 0.73 | 0.02 | 346.92 | 0.95 | 0.52 |
| Hex | F9 | F | 42 | 0 | 5E | 49 | 2 | 15B | 5F | 34 |
| Octal | 371 | 17 | 102 | 0 | 136 | 111 | 2 | 533 | 137 | 64 |
| Binary | 11111001 | 1111 | 1000010 | 0 | 1011110 | 1001001 | 10 | 101011011 | 1011111 | 110100 |
Color Harmonies of #F90F42
Complementary color
Monochromatic Colors of #F90F42
Black with #F90F42
Text Example
Text Example
White with #F90F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F42; }
p { color: rgb(249,15,66); }
H1.HeaderClassName
{
color: #F90F42;
}
.AnyTagClassName
{
color: #F90F42;
}
</style>
background-color css
<style>
a { background-color: #F90F42; }
a { background-color: rgb(249,15,66); }
div.DivClassName
{
background-color: #F90F42;
}
.BgClassName
{
background-color: #F90F42;
}
</style>
border-color css
<style>
span { border-color: #F90F42; }
span { border-color: rgb(249,15,66); }
td.TdClassName
{
border-color: #F90F42;
}
.TagClassName
{
border-color: #F90F42;
}
</style>