Shades of Torch Red #F91144
Tints of Torch Red #F91144
RGB
CMYK
RGB Variations
Color information
#F91144 (or 0xF91144) is known color: Torch Red. HEX triplet: F9, 11 and 44. RGB value is (249,17,68). Sum of RGB (Red+Green+Blue) = 249+17+68=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F91144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91144 is #06EEBB. Grayscale: #5C5C5C. Windows color (decimal): -454332 or 4461049. OLE color: 4461049.
HSL color Cylindrical-coordinate representation of color #F91144: hue angle of 346.81º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91144 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.02 |
| HSL | 346.81º | 0.95% | 0.52% | - |
| HSV(B) | 346.81º | 0.93% | 0.98% | - |
| XYZ | 40.31 | 20.96 | 7.39 | - |
| YUV | 92.18 | 114.36 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 68 | 0 | 0.93 | 0.73 | 0.02 | 346.81 | 0.95 | 0.52 |
| Hex | F9 | 11 | 44 | 0 | 5D | 49 | 2 | 15B | 5F | 34 |
| Octal | 371 | 21 | 104 | 0 | 135 | 111 | 2 | 533 | 137 | 64 |
| Binary | 11111001 | 10001 | 1000100 | 0 | 1011101 | 1001001 | 10 | 101011011 | 1011111 | 110100 |
Color Harmonies of #F91144
Complementary color
Monochromatic Colors of #F91144
Black with #F91144
Text Example
Text Example
White with #F91144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91144; }
p { color: rgb(249,17,68); }
H1.HeaderClassName
{
color: #F91144;
}
.AnyTagClassName
{
color: #F91144;
}
</style>
background-color css
<style>
a { background-color: #F91144; }
a { background-color: rgb(249,17,68); }
div.DivClassName
{
background-color: #F91144;
}
.BgClassName
{
background-color: #F91144;
}
</style>
border-color css
<style>
span { border-color: #F91144; }
span { border-color: rgb(249,17,68); }
td.TdClassName
{
border-color: #F91144;
}
.TagClassName
{
border-color: #F91144;
}
</style>