Shades of Torch Red #F90433
Tints of Torch Red #F90433
RGB
CMYK
RGB Variations
Color information
#F90433 (or 0xF90433) is known color: Torch Red. HEX triplet: F9, 04 and 33. RGB value is (249,4,51). Sum of RGB (Red+Green+Blue) = 249+4+51=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F90433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90433 is #06FBCC. Grayscale: #525252. Windows color (decimal): -457677 or 3343609. OLE color: 3343609.
HSL color Cylindrical-coordinate representation of color #F90433: hue angle of 348.49º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90433 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 348.49º | 0.97% | 0.5% | - |
| HSV(B) | 348.49º | 0.98% | 0.98% | - |
| XYZ | 39.71 | 20.47 | 4.99 | - |
| YUV | 82.61 | 110.17 | 246.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 51 | 0 | 0.98 | 0.80 | 0.02 | 348.49 | 0.97 | 0.5 |
| Hex | F9 | 4 | 33 | 0 | 62 | 50 | 2 | 15C | 61 | 32 |
| Octal | 371 | 4 | 63 | 0 | 142 | 120 | 2 | 534 | 141 | 62 |
| Binary | 11111001 | 100 | 110011 | 0 | 1100010 | 1010000 | 10 | 101011100 | 1100001 | 110010 |
Color Harmonies of #F90433
Complementary color
Monochromatic Colors of #F90433
Black with #F90433
Text Example
Text Example
White with #F90433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90433; }
p { color: rgb(249,4,51); }
H1.HeaderClassName
{
color: #F90433;
}
.AnyTagClassName
{
color: #F90433;
}
</style>
background-color css
<style>
a { background-color: #F90433; }
a { background-color: rgb(249,4,51); }
div.DivClassName
{
background-color: #F90433;
}
.BgClassName
{
background-color: #F90433;
}
</style>
border-color css
<style>
span { border-color: #F90433; }
span { border-color: rgb(249,4,51); }
td.TdClassName
{
border-color: #F90433;
}
.TagClassName
{
border-color: #F90433;
}
</style>