Shades of Torch Red #F90342
Tints of Torch Red #F90342
RGB
CMYK
RGB Variations
Color information
#F90342 (or 0xF90342) is known color: Torch Red. HEX triplet: F9, 03 and 42. RGB value is (249,3,66). Sum of RGB (Red+Green+Blue) = 249+3+66=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F90342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90342 is #06FCBD. Grayscale: #535353. Windows color (decimal): -457918 or 4326393. OLE color: 4326393.
HSL color Cylindrical-coordinate representation of color #F90342: hue angle of 344.63º 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 #F90342 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.02 |
| HSL | 344.63º | 0.98% | 0.49% | - |
| HSV(B) | 344.63º | 0.99% | 0.98% | - |
| XYZ | 40.08 | 20.6 | 7.02 | - |
| YUV | 83.74 | 118 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 66 | 0 | 0.99 | 0.73 | 0.02 | 344.63 | 0.98 | 0.49 |
| Hex | F9 | 3 | 42 | 0 | 63 | 49 | 2 | 159 | 62 | 31 |
| Octal | 371 | 3 | 102 | 0 | 143 | 111 | 2 | 531 | 142 | 61 |
| Binary | 11111001 | 11 | 1000010 | 0 | 1100011 | 1001001 | 10 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F90342
Complementary color
Monochromatic Colors of #F90342
Black with #F90342
Text Example
Text Example
White with #F90342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90342; }
p { color: rgb(249,3,66); }
H1.HeaderClassName
{
color: #F90342;
}
.AnyTagClassName
{
color: #F90342;
}
</style>
background-color css
<style>
a { background-color: #F90342; }
a { background-color: rgb(249,3,66); }
div.DivClassName
{
background-color: #F90342;
}
.BgClassName
{
background-color: #F90342;
}
</style>
border-color css
<style>
span { border-color: #F90342; }
span { border-color: rgb(249,3,66); }
td.TdClassName
{
border-color: #F90342;
}
.TagClassName
{
border-color: #F90342;
}
</style>