Shades of Torch Red #F91043
Tints of Torch Red #F91043
RGB
CMYK
RGB Variations
Color information
#F91043 (or 0xF91043) is known color: Torch Red. HEX triplet: F9, 10 and 43. RGB value is (249,16,67). Sum of RGB (Red+Green+Blue) = 249+16+67=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F91043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91043 is #06EFBC. Grayscale: #5B5B5B. Windows color (decimal): -454589 or 4395257. OLE color: 4395257.
HSL color Cylindrical-coordinate representation of color #F91043: hue angle of 346.87º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91043 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 67 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.02 |
| HSL | 346.87º | 0.95% | 0.52% | - |
| HSV(B) | 346.87º | 0.94% | 0.98% | - |
| XYZ | 40.27 | 20.92 | 7.23 | - |
| YUV | 91.48 | 114.19 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 67 | 0 | 0.94 | 0.73 | 0.02 | 346.87 | 0.95 | 0.52 |
| Hex | F9 | 10 | 43 | 0 | 5E | 49 | 2 | 15B | 5F | 34 |
| Octal | 371 | 20 | 103 | 0 | 136 | 111 | 2 | 533 | 137 | 64 |
| Binary | 11111001 | 10000 | 1000011 | 0 | 1011110 | 1001001 | 10 | 101011011 | 1011111 | 110100 |
Color Harmonies of #F91043
Complementary color
Monochromatic Colors of #F91043
Black with #F91043
Text Example
Text Example
White with #F91043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91043; }
p { color: rgb(249,16,67); }
H1.HeaderClassName
{
color: #F91043;
}
.AnyTagClassName
{
color: #F91043;
}
</style>
background-color css
<style>
a { background-color: #F91043; }
a { background-color: rgb(249,16,67); }
div.DivClassName
{
background-color: #F91043;
}
.BgClassName
{
background-color: #F91043;
}
</style>
border-color css
<style>
span { border-color: #F91043; }
span { border-color: rgb(249,16,67); }
td.TdClassName
{
border-color: #F91043;
}
.TagClassName
{
border-color: #F91043;
}
</style>