Shades of Torch Red #F90443
Tints of Torch Red #F90443
RGB
CMYK
RGB Variations
Color information
#F90443 (or 0xF90443) is known color: Torch Red. HEX triplet: F9, 04 and 43. RGB value is (249,4,67). Sum of RGB (Red+Green+Blue) = 249+4+67=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90443 is #06FBBC. Grayscale: #545454. Windows color (decimal): -457661 or 4392185. OLE color: 4392185.
HSL color Cylindrical-coordinate representation of color #F90443: hue angle of 344.57º 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 #F90443 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 344.57º | 0.97% | 0.5% | - |
| HSV(B) | 344.57º | 0.98% | 0.98% | - |
| XYZ | 40.12 | 20.63 | 7.18 | - |
| YUV | 84.44 | 118.17 | 245.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 67 | 0 | 0.98 | 0.73 | 0.02 | 344.57 | 0.97 | 0.5 |
| Hex | F9 | 4 | 43 | 0 | 62 | 49 | 2 | 159 | 61 | 32 |
| Octal | 371 | 4 | 103 | 0 | 142 | 111 | 2 | 531 | 141 | 62 |
| Binary | 11111001 | 100 | 1000011 | 0 | 1100010 | 1001001 | 10 | 101011001 | 1100001 | 110010 |
Color Harmonies of #F90443
Complementary color
Monochromatic Colors of #F90443
Black with #F90443
Text Example
Text Example
White with #F90443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90443; }
p { color: rgb(249,4,67); }
H1.HeaderClassName
{
color: #F90443;
}
.AnyTagClassName
{
color: #F90443;
}
</style>
background-color css
<style>
a { background-color: #F90443; }
a { background-color: rgb(249,4,67); }
div.DivClassName
{
background-color: #F90443;
}
.BgClassName
{
background-color: #F90443;
}
</style>
border-color css
<style>
span { border-color: #F90443; }
span { border-color: rgb(249,4,67); }
td.TdClassName
{
border-color: #F90443;
}
.TagClassName
{
border-color: #F90443;
}
</style>