Shades of Torch Red #F9154C
Tints of Torch Red #F9154C
RGB
CMYK
RGB Variations
Color information
#F9154C (or 0xF9154C) is known color: Torch Red. HEX triplet: F9, 15 and 4C. RGB value is (249,21,76). Sum of RGB (Red+Green+Blue) = 249+21+76=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9154C is #06EAB3. Grayscale: #5F5F5F. Windows color (decimal): -453300 or 4986361. OLE color: 4986361.
HSL color Cylindrical-coordinate representation of color #F9154C: hue angle of 345.53º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9154C is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 76 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.53º | 0.95% | 0.53% | - |
| HSV(B) | 345.53º | 0.92% | 0.98% | - |
| XYZ | 40.64 | 21.2 | 8.79 | - |
| YUV | 95.44 | 117.04 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 76 | 0 | 0.92 | 0.69 | 0.02 | 345.53 | 0.95 | 0.53 |
| Hex | F9 | 15 | 4C | 0 | 5C | 45 | 2 | 15A | 5F | 35 |
| Octal | 371 | 25 | 114 | 0 | 134 | 105 | 2 | 532 | 137 | 65 |
| Binary | 11111001 | 10101 | 1001100 | 0 | 1011100 | 1000101 | 10 | 101011010 | 1011111 | 110101 |
Color Harmonies of #F9154C
Complementary color
Monochromatic Colors of #F9154C
Black with #F9154C
Text Example
Text Example
White with #F9154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9154C; }
p { color: rgb(249,21,76); }
H1.HeaderClassName
{
color: #F9154C;
}
.AnyTagClassName
{
color: #F9154C;
}
</style>
background-color css
<style>
a { background-color: #F9154C; }
a { background-color: rgb(249,21,76); }
div.DivClassName
{
background-color: #F9154C;
}
.BgClassName
{
background-color: #F9154C;
}
</style>
border-color css
<style>
span { border-color: #F9154C; }
span { border-color: rgb(249,21,76); }
td.TdClassName
{
border-color: #F9154C;
}
.TagClassName
{
border-color: #F9154C;
}
</style>