Shades of Torch Red #F90429
Tints of Torch Red #F90429
RGB
CMYK
RGB Variations
Color information
#F90429 (or 0xF90429) is known color: Torch Red. HEX triplet: F9, 04 and 29. RGB value is (249,4,41). Sum of RGB (Red+Green+Blue) = 249+4+41=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F90429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90429 is #06FBD6. Grayscale: #515151. Windows color (decimal): -457687 or 2688249. OLE color: 2688249.
HSL color Cylindrical-coordinate representation of color #F90429: hue angle of 350.94º 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 #F90429 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.02 |
| HSL | 350.94º | 0.97% | 0.5% | - |
| HSV(B) | 350.94º | 0.98% | 0.98% | - |
| XYZ | 39.51 | 20.39 | 3.95 | - |
| YUV | 81.47 | 105.17 | 247.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 41 | 0 | 0.98 | 0.84 | 0.02 | 350.94 | 0.97 | 0.5 |
| Hex | F9 | 4 | 29 | 0 | 62 | 54 | 2 | 15F | 61 | 32 |
| Octal | 371 | 4 | 51 | 0 | 142 | 124 | 2 | 537 | 141 | 62 |
| Binary | 11111001 | 100 | 101001 | 0 | 1100010 | 1010100 | 10 | 101011111 | 1100001 | 110010 |
Color Harmonies of #F90429
Complementary color
Monochromatic Colors of #F90429
Black with #F90429
Text Example
Text Example
White with #F90429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90429; }
p { color: rgb(249,4,41); }
H1.HeaderClassName
{
color: #F90429;
}
.AnyTagClassName
{
color: #F90429;
}
</style>
background-color css
<style>
a { background-color: #F90429; }
a { background-color: rgb(249,4,41); }
div.DivClassName
{
background-color: #F90429;
}
.BgClassName
{
background-color: #F90429;
}
</style>
border-color css
<style>
span { border-color: #F90429; }
span { border-color: rgb(249,4,41); }
td.TdClassName
{
border-color: #F90429;
}
.TagClassName
{
border-color: #F90429;
}
</style>