Shades of Torch Red #F92143
Tints of Torch Red #F92143
RGB
CMYK
RGB Variations
Color information
#F92143 (or 0xF92143) is known color: Torch Red. HEX triplet: F9, 21 and 43. RGB value is (249,33,67). Sum of RGB (Red+Green+Blue) = 249+33+67=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F92143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92143 is #06DEBC. Grayscale: #656565. Windows color (decimal): -450237 or 4399609. OLE color: 4399609.
HSL color Cylindrical-coordinate representation of color #F92143: hue angle of 350.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92143 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 67 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.02 |
| HSL | 350.56º | 0.95% | 0.55% | - |
| HSV(B) | 350.56º | 0.87% | 0.98% | - |
| XYZ | 40.62 | 21.63 | 7.34 | - |
| YUV | 101.46 | 108.56 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 67 | 0 | 0.87 | 0.73 | 0.02 | 350.56 | 0.95 | 0.55 |
| Hex | F9 | 21 | 43 | 0 | 57 | 49 | 2 | 15F | 5F | 37 |
| Octal | 371 | 41 | 103 | 0 | 127 | 111 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 100001 | 1000011 | 0 | 1010111 | 1001001 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F92143
Complementary color
Monochromatic Colors of #F92143
Black with #F92143
Text Example
Text Example
White with #F92143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92143; }
p { color: rgb(249,33,67); }
H1.HeaderClassName
{
color: #F92143;
}
.AnyTagClassName
{
color: #F92143;
}
</style>
background-color css
<style>
a { background-color: #F92143; }
a { background-color: rgb(249,33,67); }
div.DivClassName
{
background-color: #F92143;
}
.BgClassName
{
background-color: #F92143;
}
</style>
border-color css
<style>
span { border-color: #F92143; }
span { border-color: rgb(249,33,67); }
td.TdClassName
{
border-color: #F92143;
}
.TagClassName
{
border-color: #F92143;
}
</style>