Shades of Torch Red #F90142
Tints of Torch Red #F90142
RGB
CMYK
RGB Variations
Color information
#F90142 (or 0xF90142) is known color: Torch Red. HEX triplet: F9, 01 and 42. RGB value is (249,1,66). Sum of RGB (Red+Green+Blue) = 249+1+66=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F90142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90142 is #06FEBD. Grayscale: #525252. Windows color (decimal): -458430 or 4325881. OLE color: 4325881.
HSL color Cylindrical-coordinate representation of color #F90142: hue angle of 344.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90142 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.02 |
| HSL | 344.27º | 0.99% | 0.49% | - |
| HSV(B) | 344.27º | 1% | 0.98% | - |
| XYZ | 40.06 | 20.55 | 7.01 | - |
| YUV | 82.56 | 118.66 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 66 | 0 | 1.00 | 0.73 | 0.02 | 344.27 | 0.99 | 0.49 |
| Hex | F9 | 1 | 42 | 0 | 64 | 49 | 2 | 158 | 63 | 31 |
| Octal | 371 | 1 | 102 | 0 | 144 | 111 | 2 | 530 | 143 | 61 |
| Binary | 11111001 | 1 | 1000010 | 0 | 1100100 | 1001001 | 10 | 101011000 | 1100011 | 110001 |
Color Harmonies of #F90142
Complementary color
Monochromatic Colors of #F90142
Black with #F90142
Text Example
Text Example
White with #F90142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90142; }
p { color: rgb(249,1,66); }
H1.HeaderClassName
{
color: #F90142;
}
.AnyTagClassName
{
color: #F90142;
}
</style>
background-color css
<style>
a { background-color: #F90142; }
a { background-color: rgb(249,1,66); }
div.DivClassName
{
background-color: #F90142;
}
.BgClassName
{
background-color: #F90142;
}
</style>
border-color css
<style>
span { border-color: #F90142; }
span { border-color: rgb(249,1,66); }
td.TdClassName
{
border-color: #F90142;
}
.TagClassName
{
border-color: #F90142;
}
</style>